document.write( "Question 391413: The Square of a positive number is 12 more than 4 times the number. Find the number. \n" ); document.write( "
Algebra.Com's Answer #277737 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The Square of a positive number is 12 more than 4 times the number. Find the number. \n" ); document.write( ": \n" ); document.write( "x^2 = 4x + 12 \n" ); document.write( "x^2 - 4x - 12 = 0, our old friend the quadratic equation \n" ); document.write( "Factors to \n" ); document.write( "(x-6)(x+2) = 0 \n" ); document.write( "Positive solution \n" ); document.write( "x = 6 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "check: 6^2 = 4(6) + 12 \n" ); document.write( " \n" ); document.write( " |