document.write( "Question 291334: The square of a number equals thirty-one times that number. Find the number. \n" ); document.write( "
Algebra.Com's Answer #210682 by stanbon(75887) ![]() You can put this solution on YOUR website! The square of a number equals thirty-one times that number. Find the number. \n" ); document.write( "----------------- \n" ); document.write( "Equation: \n" ); document.write( "x^2 = 31x \n" ); document.write( "x^2-31x = 0 \n" ); document.write( "x(x-31) = 0 \n" ); document.write( "x = 0 or x = 31 \n" ); document.write( "----------------------------- \n" ); document.write( " |