document.write( "Question 32709: solve by quadratic formula:
\n" );
document.write( "x squared = 4x + 12 \n" );
document.write( "
Algebra.Com's Answer #19151 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! x^2 = 4x + 12 \n" ); document.write( "=> x^2-4x-12=0 \n" ); document.write( "Based on quadratic formula, the roots of ax^2+bx+c = 0 are \n" ); document.write( "[-b+sqrt(b^2-4ac)]/2a and [-b-sqrt(b^2-4ac)]/2a; \n" ); document.write( "Here a = 1, b=-4, and c=-12 \n" ); document.write( "The roots are: [4+sqrt(16+48)]/2 and [4-sqrt(16+48)]/2; \n" ); document.write( "=> The roots are 6 and -2; \n" ); document.write( " \n" ); document.write( " |