madn800
Can somebody help me solve the inequality:|x+5| > 3|x - 5|
This is what I did.....
\(\frac{|x+5|}{|x - 5|}>3\)
==>\(\frac{x+5}{x - 5}>3\) & \(\frac{x+5}{x - 5}<-3\)
==>\(x+5>3x-15\) & \(x+5<-3x+15\)
==>-2x>-20 & 4x<10
==>
x<10 & x<5/2
BUT answer is 5/2<x<10.
What am I doing wrong??
In the red highlighted portion I changed the inequality sign because I multiplied the equation with minus. Is it correct??
In an inequality, you cannot multiply/divide by a variable until and unless you know the sign of the variable.
Also, you cannot divide by |x - 5| since x could be 5. Even if we assume that x is not 5, still you cannot multiply the inequality by (x - 5) as you have done here: ==>\(x+5>3x-15\) & \(x+5<-3x+15\)
If x < 5 i.e. x - 5 is negative, when you multiply the inequality by x - 5, the sign of the inequality with flip.
If you would want to use algebra, you need to check in the regions between the transition points:
Case 1: x < -5
In this case x+5 is negative and x-5 is negative, so
-(x+5) > -3(x - 5)
2x > 20
x > 10
Since x should be less than -5, x > 10 doesn't give us any value for x
Case 2: -5 <= x < 5
In this case x+5 is positive (or 0) and x-5 is negative, so
(x+5) > -3(x - 5)
4x > 10
x > 2.5
Since x should be less than 5, the range we get is 2.5 < x< 5
Case 3: x >= 5
In this case x+5 is positive and x-5 is positive, so
(x+5) > 3(x - 5)
2x < 20
x < 10
Since x should be greater than or equal to 5, the range we get is 5 <= x < 10
Combining case 2 and case 3, we get 2.5 < x < 10