document.write( "Question 921218: The square of a number plus the number is 132. What is the number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #558861 by ewatrrr(24785) You can put this solution on YOUR website! n^2+ n = 132 \n" ); document.write( "n^2+ n - 132 = 0 \n" ); document.write( "(n+12)(n-11) = 0 \n" ); document.write( "n = -12 0r n = 11 \n" ); document.write( " |