We have learned to solve quadratic equations using a variety of methods including completing the square and the quadratic formula. Give an example using either completing the square or the quadratic formula and explain each step as if you were teaching someone who had never used the method before.















x^2+4x+4=0
Solving by quadratic formula.
a=number in front of x^2 (1)
b=number in front of x term (4)
c=constant number with no x (4)
formula is X= -(b) +/- sqrt of [b^2-4(a)(c)] all divided by 2(a)
so x=[ -(4) +/- sqrt of {(4)^2-4(1)(4)}]/2(1)
x= [-4 +/- sqrt of (16-16)]/2
x=[-4 +/- sqrt of 0]/2
x=(-4+0)/2 and (-4-0)/2
x=-2; -2
so x=-2 with a multiplicity of 2 (same 2 answers for this one)