
George T. answered 08/19/13
George T.--"It's All About Math!"
Gayla:
Assuming your expression is intended to be x/(x+3)+6/(x+5), you can perform the following steps to combine terms:
1st, get both terms to have the same denominator. You can do this by multiplying the 1st term by (x+5)/(x+5), since (x+5) is the denominator of the 2nd term. Similarly, you can multiply the 2nd term by (x+3)/(x+3). This results in ((x)(x+5))/((x+3)(x+5)) + ((6)(x+3))/((x+5)(x+3))
Next, since both terms now have the same denominator of (x+3) (x+5), you can combine the numerators as, follows: ((x)(x+5) + (6)(x+3))/((x+5)(x+3)) = (x2+5x+6x+18)/((x+5)(x+3)) = (X2+11x+18)/((x+5)(x+3))
You can then factor the numerator to get ((x+2)(x+9))/((x+5)(x+3))
Admittedly, this can be confusing with the keyboard, due to all of the parentheses.
George T.