document.write( "Question 630199: the square of a number equals forty-one times that number. find that number. \n" ); document.write( "
Algebra.Com's Answer #396768 by Tatiana_Stebko(1539)\"\" \"About 
You can put this solution on YOUR website!
Let \"x\" be a number
\n" ); document.write( "the square of a number is \"x%5E2\", forty-one times that number is \"41x\"
\n" ); document.write( "\"x%5E2=41x\"
\n" ); document.write( "\"x%5E2-41x=0\"
\n" ); document.write( "\"x%28x-41%29=0\"
\n" ); document.write( "\"x=0\" or \"x=41\"
\n" ); document.write( "Answer: 0, 41
\n" ); document.write( "
\n" );