document.write( "Question 39809: Twelve more than a square of a number is 7 times the number. find the number.
\n" );
document.write( " Thank you \n" );
document.write( "
Algebra.Com's Answer #25247 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let the number be x. \n" ); document.write( "12 + x^2 = 7x \n" ); document.write( "x^2 - 7x + 12 = 0 \n" ); document.write( "(x - 3)(x - 4) = 0 \n" ); document.write( "x = 3 or x = 4 \n" ); document.write( "they both work. \n" ); document.write( " |