document.write( "Question 562281: The Square of a number exceeds the number by 110. Find the number \n" ); document.write( "
Algebra.Com's Answer #364527 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number be x \n" ); document.write( "square = x^2\r \n" ); document.write( "\n" ); document.write( "x^2=x+110\r \n" ); document.write( "\n" ); document.write( "x^2-x-110=0 \n" ); document.write( "x^2-11x+10x-110=0\r \n" ); document.write( "\n" ); document.write( "x(x-11)+10(x-11)=0 \n" ); document.write( "(x+10)(x-11)=0 \n" ); document.write( "x= -10 OR 11\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |