PDA

View Full Version : fraction help


ValiantKhan
Dec15-04, 12:50 AM
If i have something like (6/x+2) + (8/x+3) how to i do that?

aren't i supposed to invert and multiply or something, thanks

--Val

daster
Dec15-04, 12:56 AM
\frac{6(x+3)}{(x+2)(x+3)} + \frac{8(x+2)}{(x+2)(x+3)}

You just need to find a common denominator.

gazzo
Dec15-04, 01:36 AM
aren't i supposed to invert and multiply or something, thanks


That's for division by a fraction, in which case you multiply by the reciprocal.

HallsofIvy
Dec15-04, 06:02 AM
Since the two denominators are x+2 and x+3 the common denominator will be (x+2)(x+3).

It's just like 1/2+ 1/3= (1/2)(3/3)+ (1/3)(2/2)= 3/6+ 2/6= 5/6.