document.write( "Question 490458: Please show me how the basic form quadratic equation ax^2+bx+c=0 solves for x to become the quadratic formula: (-b+/-square root (b^2-4ac))/2a? \n" ); document.write( "
Algebra.Com's Answer #334090 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
done by completing the square\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtracting c ___ ax^2 + bx = -c\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "dividing by a ___ x^2 + (b/a)x = -c/a\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "adding half of the x-term coefficient, squared ___ x^2 + (b/a)x + (b/2a)^2 = (-c/a) + (b/2a)^2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x^2 + (b/a)x + (b/2a)^2 = (-c/a) + [(b^2)/(4a^2)] ___ x^2 + (b/a)x + (b/2a)^2 = [(-4ac)/(4a^2)] + [(b^2)/(4a^2)]\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "combining terms and taking sqrt ___ x + (b/2a) = ± [sqrt(b^2 - 4ac)] / 2a\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtracting (b/2a) and combining terms ___ x = {-b ± [sqrt(b^2 - 4ac)]} / 2a
\n" ); document.write( "
\n" );