Solveeit Logo

Question

Mathematics Question on Algebra

The number of real solutions of the equation x |x + 5| + 2|x + 7| – 2 = 0 is _____.

Answer

Given the equation:

xx+5+2x+72=0.x|x+5| + 2|x+7| - 2 = 0.

To find the number of real solutions, we need to consider different cases based on the values of xx.

Case 1: x5x \geq -5 In this case, x+5=x+5|x+5| = x+5 and x+7=x+7|x+7| = x+7. The equation becomes:

x(x+5)+2(x+7)2=0.x(x+5) + 2(x+7) - 2 = 0.

Simplifying:

x2+5x+2x+142=0,x^2 + 5x + 2x + 14 - 2 = 0,

x2+7x+12=0.x^2 + 7x + 12 = 0.

Factoring:

(x+3)(x+4)=0.(x+3)(x+4) = 0.

Thus, the solutions are:

x=3,x=4.x = -3, \, x = -4.

Both solutions are valid since x5x \geq -5.

Case 2: 7x<5-7 \leq x < -5 In this case, x+5=(x+5)|x+5| = -(x+5) and x+7=x+7|x+7| = x+7. The equation becomes:

x((x+5))+2(x+7)2=0.x(-(x+5)) + 2(x+7) - 2 = 0.

Simplifying:

x25x+2x+142=0,-x^2 - 5x + 2x + 14 - 2 = 0,

x23x+12=0.-x^2 - 3x + 12 = 0.

Multiplying by 1-1:

x2+3x12=0.x^2 + 3x - 12 = 0.

Factoring:

(x3)(x+4)=0.(x-3)(x+4) = 0.

The possible solutions are:

x=3,x=4.x = 3, \, x = -4.

However, only x=4x = -4 is valid for 7x<5-7 \leq x < -5.

Case 3: x<7x < -7 In this case, x+5=(x+5)|x+5| = -(x+5) and x+7=(x+7)|x+7| = -(x+7). The equation becomes:

x((x+5))+2((x+7))2=0.x(-(x+5)) + 2(-(x+7)) - 2 = 0.

Simplifying:

x25x2x142=0,-x^2 - 5x - 2x - 14 - 2 = 0,

x27x16=0.-x^2 - 7x - 16 = 0.

Multiplying by 1-1:

x2+7x+16=0.x^2 + 7x + 16 = 0.

This quadratic has no real solutions since the discriminant is negative:

D=724×1×16=4964=15.D = 7^2 - 4 \times 1 \times 16 = 49 - 64 = -15.

Conclusion The total number of real solutions is:

x=3,x=4(from Case 1),x=4(from Case 2).x = -3, \, x = -4 \, \text{(from Case 1)}, \, x = -4 \, \text{(from Case 2)}.

Counting unique solutions, we have x=3x = -3 and x=4x = -4 as two distinct real solutions. Therefore, the number of real solutions is 3.