Solveeit Logo

Question

Question: Solve the following equations: 14. $|||x-2|-2|-2|=2$ 15. $|4x+3|+|3x-4|=12$ 16. Solve $|x^2-2x+8...

Solve the following equations:

  1. x222=2|||x-2|-2|-2|=2
  2. 4x+3+3x4=12|4x+3|+|3x-4|=12
  3. Solve x22x+8=8|x^2-2x+8|=8
Answer

x = -4, 0, 4, 8; x = -11/7, 13/7; x = 0, 2

Explanation

Solution

Here are the solutions to the given equations.

14. x222=2|||x-2|-2|-2|=2

Explanation: We solve the equation by peeling off the absolute values layer by layer. x222=2|||x-2|-2|-2|=2 implies x222=2||x-2|-2|-2 = 2 or x222=2||x-2|-2|-2 = -2.

Case 1: x222=2||x-2|-2|-2 = 2 x22=4||x-2|-2| = 4 This implies x22=4|x-2|-2 = 4 or x22=4|x-2|-2 = -4. Subcase 1.1: x22=4|x-2|-2 = 4 x2=6|x-2| = 6 This implies x2=6x-2 = 6 or x2=6x-2 = -6. x=8x = 8 or x=4x = -4. Subcase 1.2: x22=4|x-2|-2 = -4 x2=2|x-2| = -2 Since the absolute value cannot be negative, there are no real solutions in this subcase.

Case 2: x222=2||x-2|-2|-2 = -2 x22=0||x-2|-2| = 0 This implies x22=0|x-2|-2 = 0. x2=2|x-2| = 2 This implies x2=2x-2 = 2 or x2=2x-2 = -2. x=4x = 4 or x=0x = 0.

Combining all solutions from Case 1 and Case 2, the solutions are x{4,0,4,8}x \in \{-4, 0, 4, 8\}.

15. 4x+3+3x4=12|4x+3|+|3x-4|=12

Explanation: We identify the critical points where the expressions inside the absolute values change sign. These are 4x+3=0    x=3/44x+3=0 \implies x = -3/4 and 3x4=0    x=4/33x-4=0 \implies x = 4/3. These points divide the number line into three intervals: (,3/4)(-\infty, -3/4), [3/4,4/3)[-3/4, 4/3), and [4/3,)[4/3, \infty). We solve the equation in each interval.

Interval 1: x<3/4x < -3/4 In this interval, 4x+3<04x+3 < 0 and 3x4<03x-4 < 0. So, 4x+3=(4x+3)|4x+3| = -(4x+3) and 3x4=(3x4)|3x-4| = -(3x-4). The equation becomes: (4x+3)(3x4)=12-(4x+3) - (3x-4) = 12 4x33x+4=12-4x - 3 - 3x + 4 = 12 7x+1=12-7x + 1 = 12 7x=11-7x = 11 x=11/7x = -11/7. Since 11/71.57-11/7 \approx -1.57 and 3/4=0.75-3/4 = -0.75, x=11/7x = -11/7 is in the interval (,3/4)(-\infty, -3/4). This is a valid solution.

Interval 2: 3/4x<4/3-3/4 \le x < 4/3 In this interval, 4x+304x+3 \ge 0 and 3x4<03x-4 < 0. So, 4x+3=4x+3|4x+3| = 4x+3 and 3x4=(3x4)|3x-4| = -(3x-4). The equation becomes: (4x+3)(3x4)=12(4x+3) - (3x-4) = 12 4x+33x+4=124x + 3 - 3x + 4 = 12 x+7=12x + 7 = 12 x=5x = 5. Since 4/31.334/3 \approx 1.33, x=5x = 5 is not in the interval [3/4,4/3)[-3/4, 4/3). This is not a valid solution.

Interval 3: x4/3x \ge 4/3 In this interval, 4x+304x+3 \ge 0 and 3x403x-4 \ge 0. So, 4x+3=4x+3|4x+3| = 4x+3 and 3x4=3x4|3x-4| = 3x-4. The equation becomes: (4x+3)+(3x4)=12(4x+3) + (3x-4) = 12 4x+3+3x4=124x + 3 + 3x - 4 = 12 7x1=127x - 1 = 12 7x=137x = 13 x=13/7x = 13/7. Since 13/71.8613/7 \approx 1.86 and 4/31.334/3 \approx 1.33, x=13/7x = 13/7 is in the interval [4/3,)[4/3, \infty). This is a valid solution.

Combining all valid solutions, the solutions are x{11/7,13/7}x \in \{-11/7, 13/7\}.

16. x22x+8=8|x^2-2x+8|=8

Explanation: We solve the equation by considering the two cases for the expression inside the absolute value. x22x+8=8|x^2-2x+8|=8 implies x22x+8=8x^2-2x+8 = 8 or x22x+8=8x^2-2x+8 = -8.

Case 1: x22x+8=8x^2-2x+8 = 8 x22x=0x^2 - 2x = 0 Factor out xx: x(x2)=0x(x-2) = 0 This gives x=0x = 0 or x=2x = 2.

Case 2: x22x+8=8x^2-2x+8 = -8 x22x+16=0x^2 - 2x + 16 = 0 We check the discriminant of this quadratic equation, Δ=b24ac\Delta = b^2 - 4ac. Here a=1,b=2,c=16a=1, b=-2, c=16. Δ=(2)24(1)(16)=464=60\Delta = (-2)^2 - 4(1)(16) = 4 - 64 = -60. Since the discriminant is negative (Δ<0\Delta < 0), the quadratic equation has no real roots.

Combining all real solutions from Case 1 and Case 2, the solutions are x{0,2}x \in \{0, 2\}.