View attachment 37142
I have been trying to solve this for a few days and i can't get anywhere. I've tried may different ways but they all end up with the equation growing out of control and me unable to see anyway to simplify after I've distributed some of the terms.
To be clear i have gone beyond the point shown in the image but then the equation becomes large and confusing so i left it there in this photo. If you think it would be helpful to see some of my previous attempts just ask.
You're on the right track, but don't forget that you're working with an equation. If you had been dealing only with an expression, then you'd be stuck with working with common denominators. But you're not! This means that you can multiply through to clear the denominators:
[imath]\qquad a(x - b)(x + c) + b(x + a)(x + c) = (a + b)(x + a)(x - b)[/imath]
It's still painful, but not quite so much.
[imath]\qquad \sout{ a(x^2 - bx + cx - bc) + b(x^2 +ax + cx + ac) = (a + b)(x^2 + ax - bc - ab) }[/imath]
[imath]\qquad a(x^2 - bx + cx - bc) + b(x^2 + ax + cx + ac) = (a + b)(x^2 + ax - bx - ab)[/imath]
[imath]\qquad \sout{ ax^2 - abc + acx - abc + bx^2 + abc + bcx + abc = ax^2 + bx^2 + a^2x -abc - a^2b + abx - b^2c - ab^2 }[/imath]
[imath]\qquad (ax^2 - abx + acx - abc) + (bx^2 + abx + bcx + abc) = ax^2 + bx^2 + a^2 x + abx - abx - b^2 x - a^2 b - ab^2[/imath]
[imath]\qquad ax^2 + bx^2 - abx + abx + acx + bcx - abc + abc = ax^2 + bx^2 + abx - abx + a^2x - b^2 x - a^2 b - ab^2[/imath]
[imath]\qquad acx + bcx = a^2x - b^2x - a^2b - ab^2[/imath]
Simplify where possible. Then gather everything onto one side of the equation, with zero on the other. You'll see that all this is, is a
painful quadratic lumpy linear equation. And the Quadratic Formula
can always fix that for you is entirely unnecessary.