document.write( "Question 44157: solve. approximate irrational roots to the nearest tenth.\r
\n" );
document.write( "\n" );
document.write( "The difference of the square of a number and the number is 12. find the number. \n" );
document.write( "
Algebra.Com's Answer #29093 by fractalier(6550) You can put this solution on YOUR website! Let the number be x...then we have \n" ); document.write( "x^2 - x = 12 \n" ); document.write( "x^2 - x - 12 = 0 \n" ); document.write( "(x - 4)(x + 3) = 0 \n" ); document.write( "x = 4 or x = -3 \n" ); document.write( " |