How many solutions for this equation?

1.3k Views Asked by At

$$ \frac{x-4}{(x-1)} = \frac{1-4}{(x-1)} $$

Can someone tell me how many solutions are there for the above equation?

MY APPROACH:

I cross multiplied the equations and re-arranged to get a quadratic eqaution which gave me $x=1$ repeated twice. So I answered the question by telling there are two solutions for this equations where one equals the other.

TRAINER'S APPROACH:

He cancelled out the denominators on both sides and he imposed a condition that $x \ne 1 $ but still ended up with $x = 1$ after solving the remaining parts of the equation. Since the solution itself contradicts the condition imposed upon the cancellation, he told that the equation has no solutions.

Which approach is right? And why the other one is wrong?

4

There are 4 best solutions below

0
On BEST ANSWER

The trainer is right, there is no solution. Your approach of crossing the equations has an implicit demand that the denominators are nonzero, so your approach should show there are no solutions as well.

1
On

If you use $ x=1 $ you get $ 1-1=0 $ on the denominator, which gives you a division by zero. And since that's the only value that gets an equality on both sides of the equation, it shows that there's no solution.

0
On

We may never divide by 0, so we require for the solution that the denominator $(x-1) \not =0$, meaning $x \not= 1$.

However, since the only possible value for $x$ (given by both you and the trainer) is $x=1$. Hence we are forced to conclude that no solutions exist.

2
On

Here's another way to look at it. You can also recast the equation as follows, without cancelling anything or multiplying or dividing by anything which might be zero: $$0=\frac {x-4}{x-1}-\left(\frac {1-4}{x-1}\right)=\frac {x-1}{x-1} $$Now do you see what is going on?