Bunuel
Which of the following has exactly one solution ?
A. \(x|x|=2^x\)
B. \(x+|x|=2^x\)
C. \(2|x|=2^x\)
D. \(2|x|=2x-1\)
E. \(|x+2|=-x\)
Solution:We can solve the equations starting with D since D is the easiest equation of the ones given.
D. 2|x| = 2x - 1
If x is positive, we have 2x = 2x - 1, which yields no solution.
If x is negative, we have -2x = 2x - 1. Solving it, we get:
-4x = -1
x = -1/-4 = 1/4
Since we assumed x was negative, the positive value x = 1/4 may not satisfy the equation. Indeed, if we substitute x = 1/4, we get:
2|1/4| ≟ 2(1/4) - 1
2 * 1/4 ≟ 1/2 - 1
1/2 ≟ -1/2
Since 1/2 is not equal to -1/2, x = 1/4 is not a solution for 2|x| = 2x - 1. Thus, this equation has no solutions.
Next, let’s solve the equation in answer choice E since it is similarly easy to solve.
E. |x + 2| = -x
If (x + 2) is positive, then:
x + 2 = -x
2x = -2
x = -1
We can verify that x = -1 is indeed a solution for |x + 2| = -x.
If (x + 2) is negative, then:
-x - 2 = -x
x + 2 = x
No value of x will satisfy the equation above. Hence, the equation |x + 2| = -x has only one solution.
Answer: E