document.write( "Question 434841: Do you know any easy way to take the square root of any number?
\n" );
document.write( "ex. root of 500 \n" );
document.write( "
Algebra.Com's Answer #301109 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Do you know any easy way to take the square root of any number? \n" ); document.write( "ex. root of 500 \n" ); document.write( "------ \n" ); document.write( "Factor and be sure one of the factors is the \n" ); document.write( "largest possible perfect square. \n" ); document.write( "------ \n" ); document.write( "sqrt(500) = sqrt(100*5) = sqrt(100)*sqrt(5) \n" ); document.write( "---- \n" ); document.write( "= 10*sqrt(5) \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |