Express sum as single algebraic fraction

  • Thread starter Thread starter thomas49th
  • Start date Start date
  • Tags Tags
    Fraction Sum
AI Thread Summary
The discussion focuses on expressing the sum of two fractions, 1/(x-2) + 2/(x+4), as a single algebraic fraction. Participants clarify that the correct approach involves finding a common denominator and combining the fractions, rather than equating them to a constant. One user demonstrates the process by combining the fractions into (1(x+4) + 2(x-2))/((x-2)(x+4)). After simplification, the correct result is identified as 3x/(x² + 2x - 8). The conversation emphasizes the importance of proper algebraic manipulation to avoid errors in calculations.
thomas49th
Messages
645
Reaction score
0

Homework Statement



Express:

\frac{1}{x-2}+\frac{2}{x+4}


The Attempt at a Solution



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

but I think that is wrong
 
Physics news on Phys.org
How did you get your solution? Show us!
 
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
 
To clear fractions you must cross multiply.

\frac a b + \frac c d = \frac {ad + bc} {bd}

is that how you did it?
 
thomas49th said:

Homework Statement



Express:

\frac{1}{x-2}+\frac{2}{x+4}

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:
\frac{a}{b} + \frac{c}{d} = \frac{ad}{bd} + \frac{bc}{bd} = \frac{ad + bc}{bd}
Ok, I'll give you an example:
\frac{1}{x - 5} + \frac{2}{x} = \frac{x + 2 (x - 5)}{x (x - 5)} = \frac{3x - 10}{x ^ 2 - 5x}.
Can you get it? :)
 
\frac{3x}{x^{2}+2x-8}

is what I got
 
You might want to try that again. Here, I'll start for you;

\frac{1}{x-2}+\frac{2}{x+4} = \frac{1(x+4)+2(x-2)}{(x-2)(x+4)}

Can you simplify that any?
 
\frac{x+4+2x-4}{x^{2}+2x-8}

which is hen simplified to

\frac{3x}{x^{2}+2x-8}
 
  • #10
Sorry, my bad. I had a sign error, you are of course correct!
 

Similar threads

Back
Top