document.write( "Question 1023197: How to find the smallest four digit number which is a perfect square.?
\n" );
document.write( "(without hit and trial method) \n" );
document.write( "
Algebra.Com's Answer #638740 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How to find the smallest four digit number which is a perfect square.? \n" ); document.write( "(without hit and trial method) \n" ); document.write( "============ \n" ); document.write( "Find the sqrt of the smallest 5 digit number. \n" ); document.write( "sqrt(10000) = 100 \n" ); document.write( "It's the preceding perfect square. \n" ); document.write( "99^2 = 9801 \n" ); document.write( " \n" ); document.write( " |