Question

Difficulty: MediumSolving Quadratic Equations by Factoring

What is the sum of the solutions to the equation 3(x2)2=6x+363(x - 2)^2 = -6x + 36?

  1. 2Answer
  2. B
    -2
  3. C
    103\frac{10}{3}
  4. D
    6
  5. E
    -6

Answer

The sum of the solutions is 2.
The correct answer is 2. Expanding the equation correctly and rearranging it into standard form yields x22x8=0x^2 - 2x - 8 = 0. Factoring this expression gives (x4)(x+2)=0(x - 4)(x + 2) = 0, which results in the solutions x=4x = 4 and x=2x = -2. The sum of these two solutions is 4+(2)=24 + (-2) = 2.

Step-by-Step Solution

1
Divide both sides of the equation by 3 to simplify.
(x2)2=2x+12(x - 2)^2 = -2x + 12
Dividing both sides by the common factor of 3 simplifies the coefficients, making the algebraic manipulation and factoring steps easier.
2
Expand the squared binomial on the left side.
x24x+4=2x+12x^2 - 4x + 4 = -2x + 12
Expanding the binomial (x2)2(x - 2)^2 using the identity (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2 is necessary to write the equation in standard form.
3
Move all terms to the left side to set the equation equal to zero.
x22x8=0x^2 - 2x - 8 = 0
A quadratic equation must be in the standard form ax2+bx+c=0ax^2 + bx + c = 0 to solve it by factoring.
4
Factor the quadratic trinomial.
(x4)(x+2)=0(x - 4)(x + 2) = 0
We find two numbers that multiply to 8-8 and add to 2-2. These numbers are 4-4 and 22.
5
Set each factor to zero to solve for the roots.
x=4x = 4 or x=2x = -2
By the zero product property, if the product of two factors is zero, at least one factor must equal zero.
6
Calculate the sum of the solutions.
4+(2)=24 + (-2) = 2
The question asks for the sum of the solutions, so we add the two calculated values of xx.

Key Concept

Solving quadratic equations by expanding, rearranging into standard form, and factoring over the integers.
Rate this question