document.write( "Question 1018927: The square of a number is the same as twice the number. Find the number. \n" ); document.write( "
Algebra.Com's Answer #634905 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The square of a number is the same as twice the number. Find the number. \n" ); document.write( "------ \n" ); document.write( "x^2 = 2x \n" ); document.write( "----- \n" ); document.write( "x^2-2x = 0 \n" ); document.write( "----- \n" ); document.write( "x(x-2) = 0 \n" ); document.write( "---- \n" ); document.write( "x = 0 or x = 2 \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |