document.write( "Question 198905: Find the perimeter of a square whose area is 36. \n" ); document.write( "
Algebra.Com's Answer #149391 by anantha(86)\"\" \"About 
You can put this solution on YOUR website!
sol:
\n" ); document.write( "let the side be x
\n" ); document.write( "area of the square=side*side=x*x=x^2
\n" ); document.write( "according to the problem area of the square=36
\n" ); document.write( "x^2=36
\n" ); document.write( "x=sqrt(36)=6
\n" ); document.write( "perimeter of the square=4*side=4*6=24
\n" ); document.write( "
\n" );