3x2 + 3x = 21
1) To complete the square, first factor out the 3:
3(x2 + x) = 21
x2 + x = 7
Now add a number "m" to each side:
x2 + x + m = 7 + m
Set m = 1/2 of the coefficient of the x term (1), squared = (1/2)2:
(x2 + x + 1/4) = 7 + 1/4
(x + 1/2)2 = 29/4
(x + 1/2) = √(29/4)
x + 1/2 = ±(1/2)√29
x = -1/2 ± (1/2)√29
2) To find the discriminant, put the original equation into standard form, y = ax2 + bx + c:
3x2 + 3x = 21
3x2 + 3x - 21 = 0
Divide both sides by 3 to simplify:
x2 + x - 7 = 0
The discriminant is:
b2 - 4ac
(1)2 - (4)(1)(-7) = 29
Since the discriminant is positive, there are two real solutions.
3) The solutions can be found using the quadratic formula:
x = (-b/2a) ± (1/2a)√(b2-4ac)
x = -1/2 ± (1/2)√29