Question

Difficulty: HardSolving Quadratic Equations by Factoring

What is the sum of the distinct real solutions to the equation (2x1)2=(x+2)2(2x - 1)^2 = (x + 2)^2?

  1. 83\frac{8}{3}Answer
  2. B
    00
  3. C
    43\frac{4}{3}
  4. D
    88
  5. E
    33

Answer

The sum of the distinct real solutions is 83\frac{8}{3}.
To solve (2x1)2=(x+2)2(2x - 1)^2 = (x + 2)^2, we rearrange the equation to (2x1)2(x+2)2=0(2x - 1)^2 - (x + 2)^2 = 0. Using the difference of squares identity, we factor this into [(2x1)(x+2)][(2x1)+(x+2)]=0[(2x - 1) - (x + 2)][(2x - 1) + (x + 2)] = 0, which simplifies to (x3)(3x+1)=0(x - 3)(3x + 1) = 0. The solutions are x=3x = 3 and x=13x = -\frac{1}{3}. Summing these gives 3+(13)=833 + (-\frac{1}{3}) = \frac{8}{3}.

Step-by-Step Solution

1
Rearrange the equation by moving all terms to one side to set it to zero.
(2x1)2(x+2)2=0(2x - 1)^2 - (x + 2)^2 = 0
To solve a quadratic equation by factoring, it must first be set equal to zero.
2
Factor the expression using the difference of squares formula, a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b), where a=2x1a = 2x - 1 and b=x+2b = x + 2.
[(2x1)(x+2)][(2x1)+(x+2)]=0[(2x - 1) - (x + 2)][(2x - 1) + (x + 2)] = 0
Using the difference of squares allows us to factor the quadratic expression directly without fully expanding it.
3
Simplify the terms inside each set of brackets.
(2x1x2)(2x1+x+2)=0(x3)(3x+1)=0(2x - 1 - x - 2)(2x - 1 + x + 2) = 0 \Rightarrow (x - 3)(3x + 1) = 0
Simplifying the binomials reveals the two linear factors of the quadratic equation.
4
Set each linear factor to zero to find the distinct real solutions.
x3=0x=3x - 3 = 0 \Rightarrow x = 3 and 3x+1=0x=133x + 1 = 0 \Rightarrow x = -\frac{1}{3}
According to the zero product property, if the product of two factors is zero, at least one of the factors must be zero.
5
Calculate the sum of the distinct real solutions.
3+(13)=9313=833 + \left(-\frac{1}{3}\right) = \frac{9}{3} - \frac{1}{3} = \frac{8}{3}
The question asks for the sum of the solutions.

Key Concept

Solving quadratic equations by factoring, specifically utilizing the difference of squares method after rearranging terms.
Rate this question