SOLUTION: x+3 4 ----- = ----- 6 x-2 Find x

Algebra ->  Test -> SOLUTION: x+3 4 ----- = ----- 6 x-2 Find x      Log On


   



Question 703767: x+3 4
----- = -----
6 x-2
Find x

Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
First, we get rid of denominators:
%28x%2B3%29%2F6=4%2F%28x-2%29 --> %28x%2B3%29%28x-2%29=4%2A6
The justification for that step can be stated as
"multiplying both sides of the equal sign times 6(x-2)" or as
"equating the cross-products".
Then we multiply:
%28x%2B3%29%28x-2%29=4%2A6 --> x%5E2-2x%2B3x-3%2A2=24 --> x%5E2%2Bx-6=24
Subtracting 24 from both sides, we get our quadratic equation:
x%5E2%2Bx-6=24 --> x%5E2%2Bx-6-24=0 --> x%5E2%2Bx-30=0
We can solve it by factoring if we can see that
x%5E2%2Bx-30=%28x%2B6%29%28x-5%29
because then we can write it as
%28x%2B6%29%28x-5%29=0 and see that the solutions are
x=-6 which makes x%2B6=0 and
x=5 which makes x-5=0
At this point we need to verify, by substituting
For x=-6:
%28x%2B3%29%2F6=%28-6%2B3%29%2F6=-3%2F6=-1%2F2 and
4%2F%28x-2%29=4%2F%28-6-2%29=4%2F%28-8%29=-1%2F2
the solution verifies.
For x=5:
%28x%2B3%29%2F6=%285%2B3%29%2F6=8%2F6=4%2F3 and
4%2F%28x-2%29=4%2F%285-2%29=4%2F3
the solution verifies too.
We need to verify because in the first step, when we got rid of denominators,
we could have ended with an equation not quite equivalent.
The new equation could have had extra solutions, called "extraneous solutions".
Rather than worry about extraneous solutions at front, we just verify at the end.
Verifying finds mistakes in the calculations, and lets us find (and discard) extraneous solutions.

NOTE:
%28x%2B3%29%2F6=4%2F%28x-2%29 can also be written as (x+3)/6 = 4/(x-2)
The horizontal fraction bars are grouping symbols, meaning that the expressions above and below the bar have to be calculated first (as if they were inside parentheses).
When we can only type a line at a time, as in entering a calculation into a calculator, we must include the brackets to indicate the same thing.
To calculate %28-6%2B3%29%2F6+,
if you type (-6+3)/6 into a calculator, you get (-3)/6=-0.5, which is what you wanted.
If you type -6+3/6 , you get -6%2B3%2F6=-6%2B0.5=-5.5