Express sum as single algebraic fraction

  • Thread starter Thread starter thomas49th
  • Start date Start date
  • Tags Tags
    Fraction Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 14K views
thomas49th
Messages
645
Reaction score
0

Homework Statement



Express:

[tex]\frac{1}{x-2}+\frac{2}{x+4}[/tex]


The Attempt at a Solution



Well I got x² + 2x - 11 = 0

but I think that is wrong
 
Physics news on Phys.org
1 + 2 = (x-2)(x+4)
3 = x² + 2x - 8
then take 3 from both sides gives you the answer I previsouly posted... bust that doesn't seem right as how do I kow

[ex]\frac{1}{x-2}+\frac{2}{x+4}[/tex] = 1

is equal to 1
 
thomas49th said:

Homework Statement



Express:

[tex]\frac{1}{x-2}+\frac{2}{x+4}[/tex]

The Attempt at a Solution



Well I got x² + 2x - 11 = 0

but I think that is wrong
It shouldn't equal anything :-/
 
thomas49th said:
1 + 2 = (x-2)(x+4)
3 = x² + 2x - 8
then take 3 from both sides gives you the answer I previsouly posted... bust that doesn't seem right as how do I kow

[ex]\frac{1}{x-2}+\frac{2}{x+4}[/tex] = 1

is equal to 1

Nope, the first line is just sooooo wrong, you cannot do that. :frown:
What you should do is to make common denominator, or in other words, cross multiply, as Integral has pointed out:
[tex]\frac{a}{b} + \frac{c}{d} = \frac{ad}{bd} + \frac{bc}{bd} = \frac{ad + bc}{bd}[/tex]
Ok, I'll give you an example:
[tex]\frac{1}{x - 5} + \frac{2}{x} = \frac{x + 2 (x - 5)}{x (x - 5)} = \frac{3x - 10}{x ^ 2 - 5x}[/tex].
Can you get it? :)
 
[tex]\frac{3x}{x^{2}+2x-8}[/tex]

is what I got
 
[tex]\frac{x+4+2x-4}{x^{2}+2x-8}[/tex]

which is hen simplified to

[tex]\frac{3x}{x^{2}+2x-8}[/tex]