by Guest » Fri May 17, 2013 10:11 am
The above reply is almost right but actually wrong (there are in fact no solutions).
Split the problem into two cases, according to the inside of the modulus function.
Case 1: [tex]x-1\geq 0[/tex]
Because [tex]x-1\geq 0[/tex] we know [tex]|x-1| = x-1[/tex], so we can use this to get rid of the modulus signs and solve for [tex]x[/tex]. So
[tex]4 - 8|x-1| = 5[/tex]
becomes
[tex]4 - 8(x-1) = 5[/tex]
Solving gives [tex]x=7/8[/tex] as in the previous post. But now you have to check if the initial assumption is satisfied, i.e. is [tex]x-1\geq 0[/tex], and unfortunately in this case it is not. So [tex]x=7/8[/tex] is not a solution, and there are no solutions when [tex]x-1\geq 0[/tex].
Case 2: [tex]x-1\leq 0[/tex]
Just as before we can use the assumption to get rid of the modulus signs as we know [tex]|x-1| = -(x-1)[/tex]. Solving for [tex]x[/tex] gives [tex]x=9/8[/tex], but this does not satisfy our initial assumption that [tex]x-1\leq 0[/tex], so again there are no solutions.
Consequently there are no solutions to the equations as either case 1 or 2 must hold and in either case there is no [tex]x[/tex] which satisfies the equation.
As a side note we could have seen quite easily that there are no solutions by observing that [tex]4-8|x-1|=5[/tex] rearranges to [tex]|x-1|=-1/8[/tex] and since [tex]|x-1|\geq 0[/tex] there is no way the equation could hold.
Hope this helped,
R. Baber.