document.write( "Question 872808: You are designing a circular garden. You have enough plants to cover 100ft^2. What is the radius of the largest circular garden you could create with the plants you have? \n" ); document.write( "
Algebra.Com's Answer #526414 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Area of circle = 100 ft^2\r
\n" ); document.write( "\n" ); document.write( "pi * r^2= 100\r
\n" ); document.write( "\n" ); document.write( "r^2= 100/pi\r
\n" ); document.write( "\n" ); document.write( "r = \"sqrt%28100%2Fpi%29\"\r
\n" ); document.write( "\n" ); document.write( "r= 5.64 ft
\n" ); document.write( "
\n" );