document.write( "Question 962675: when the square of an integer is added to ten times the integer, the sum is zero. What is the integer \n" ); document.write( "
Algebra.Com's Answer #805548 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! integer = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 + 10x = 0 \n" ); document.write( "x(x + 10) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integer could be 0 or -10. \n" ); document.write( " |