document.write( "Question 315793: Find the number which when added to its square makes 90. \n" ); document.write( "
| Algebra.Com's Answer #225932 by checkley77(12844)      You can put this solution on YOUR website! x+x^2=90 \n" ); document.write( "x^2+x-90=0 \n" ); document.write( "(x+10)(x-9)=0 \n" ); document.write( "x+10=0 \n" ); document.write( "x=-10 ans. \n" ); document.write( "x-9=0 \n" ); document.write( "x=9 ans. \n" ); document.write( " |