document.write( "Question 431591: The product of a number and 7 is 12 more than the square of the number. What is the number? \n" ); document.write( "
Algebra.Com's Answer #299476 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! To set this one up:\r \n" ); document.write( "\n" ); document.write( "x*7-12=x2 \n" ); document.write( "0=x2-7x+12 \n" ); document.write( "\"=(x-4)(x-3)\r \n" ); document.write( "\n" ); document.write( "x=4, 3 \n" ); document.write( " |