document.write( "Question 530694: How do I determine Square roots?
\n" );
document.write( "Example : I know that the square root of 484 is 22.
\n" );
document.write( "How do you dtermine that or show how work is done. \n" );
document.write( "
Algebra.Com's Answer #350193 by oberobic(2304) ![]() You can put this solution on YOUR website! You can use a calculator to find square roots. \n" ); document.write( ". \n" ); document.write( "Google has a built in calculator. Type sqrt(484) and it will reply 22. \n" ); document.write( ". \n" ); document.write( "You can test various multiplicands to determine if they are square roots. \n" ); document.write( ". \n" ); document.write( "There also is a old-fashioned long-hand \"division\" method you could learn. \n" ); document.write( ". \n" ); document.write( "You can use the quadratic equation. \n" ); document.write( ". \n" ); document.write( "The square of the square root minus the number = 0. \n" ); document.write( ". \n" ); document.write( "x^2 - 484 = 0 \n" ); document.write( ". \n" ); document.write( "
|