Question 88323: Hello,
I'm having a bit of a difficult time figuring out if I have done this problem correctly, and would greatly appreciate if someone could tell me if I've solved it correctly or if I am way off track, and show me what I need to do.
Here is the original problem that I have to solve: 9/(x-5) - 1 = 8/(x+5).
Here's the solution that I've come to: First, I moved 8/x+5 to the left, so that the equation read like this: 9/x-5 -1 -8/x+5 = 0. Then, I moved -1 to the right of the equation, so that it read like this: 9/x-5 - 8/x+5 -1 =0, which I think is the solution to the problem, right? Is there further solving or simplifying involved that I'm overlooking or is my solution correct?
Thank you very, very much in advance for your help!
Found 2 solutions by stanbon, Earlsdon: Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! In general, when you have an equation with denominators, get rid of them.
----------
Multiply thru by (x-5)(x+5) to get:
9/(x-5) - 1 = 8/(x+5)
9(x+5) - (x-5)(x+5) = 8(x-5)
9x+45 - (...)(...) = 8x-40
x + 85 -[x^2-25] = 0
-x^2+x+110 = 0
x^2 -x -110 = 0
(x-11)(x+10) = 0
x = 11 or x = -10
===========================
Cheers,
Stan H.
Answer by Earlsdon(6294) (Show Source):
|
|
|