document.write( "Question 275692: Esther and Jim plan to add a pond to their property. The area of the pond is 44 square meters. What is the radius? \n" ); document.write( "
Algebra.Com's Answer #201050 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
I'll assume that this pond is a circle.
\n" ); document.write( "Area=pir^2
\n" ); document.write( "44=3.14*r^2
\n" ); document.write( "r^2=44/3.14
\n" ); document.write( "r^2=138.16
\n" ); document.write( "r=sqrt138.16
\n" ); document.write( "r=11.754 meters is the radius.
\n" ); document.write( "
\n" );