Question

Difficulty: MediumInequalities and Absolute Value Equations

What is the sum of all real solutions to the equation x210=3x|x^2 - 10| = 3x?

Answer: 7

Answer

The sum of all real solutions to the equation is 7.
To solve x210=3x|x^2 - 10| = 3x, note that 3x03x \ge 0 (so x0x \ge 0). Splitting into two algebraic cases gives x23x10=0x^2 - 3x - 10 = 0 (yielding x=5x = 5 and extraneous x=2x = -2) and x2+3x10=0x^2 + 3x - 10 = 0 (yielding x=2x = 2 and extraneous x=5x = -5). The valid real solutions are x=5x = 5 and x=2x = 2, whose sum is 7.

Step-by-Step Solution

1
Determine domain restriction based on the absolute value definition.
x0x \ge 0
Because an absolute value expression cannot be negative, x210=3x|x^2 - 10| = 3x requires 3x03x \ge 0, which means x0x \ge 0.
2
Solve Case 1: x210=3xx^2 - 10 = 3x.
x=5x = 5
Rearranging yields x23x10=0x^2 - 3x - 10 = 0, which factors as (x5)(x+2)=0(x - 5)(x + 2) = 0. The roots are x=5x = 5 and x=2x = -2. Reject x=2x = -2 because x0x \ge 0.
3
Solve Case 2: (x210)=3x-(x^2 - 10) = 3x.
x=2x = 2
Rearranging yields x2+3x10=0x^2 + 3x - 10 = 0, which factors as (x+5)(x2)=0(x + 5)(x - 2) = 0. The roots are x=2x = 2 and x=5x = -5. Reject x=5x = -5 because x0x \ge 0.
4
Sum all valid real solutions.
7
The valid real solutions are x=5x = 5 and x=2x = 2. Their sum is 5+2=75 + 2 = 7.

Key Concept

Solving absolute value equations with a variable expression on one side requires verifying non-negativity constraints to eliminate extraneous roots.
Estimated Time:1m 30s
Rate this question