Elizabeth G. answered 09/30/19
Chemistry, Maths, Science Tutor -Experience with K-5 + highschool
Writing this one out in maths terms, using "x" in place of the phrase "number", and brackets and square brackets to separate information (I'm going off of the commas in your question):
[6/(x - 3)] - [5/(x + 3)] = 4 * [1/(x^2 - 9)]
How to come up with this equation?:
"Difference of a number and 3" just means "x - 3"
"Reciprocal of A" just means "1/A"
Now that everything is in maths terms, it's possible to solve for x:
[6/(x - 3)] - [5/(x + 3)] = 4 * [1/(x2 - 9)]
We want to get rid of the xs in the denominators (on the bottom), so multiplying both sides by (x-3) gives:
6 - [5*(x - 3)]/(x+3) = 4*(x - 3) / (x2- 9)
Then distributing the four on the right side, then multiplying both sides by (x+3) gives:
6*(x+3) - [5*(x - 3)] = [(4x - 12)*(x+3)] / (x2- 9)
Distributing the 5 and 6 on the left side, and distributing the "-" before the 5 on the left side, and using FOIL rule on the right:
6x+ 18 - 5x + 15 = (4x2 - 12x + 12x - 36)/ (x2- 9)
Simplifying:
(x + 33) = (4x2 - 36)/(x2- 9)
Here, we can see that the numerator on the right side can be rewritten:
(x+33) = [4*(x2 - 9)] / (x2 - 9)
And this cancels out on the right side, giving:
(x+33) = 4
x = 4 - 33
x = -29