document.write( "Question 223493: estimate the radius r, of a circular region with an area of 27ft^2 where A=pi*r^2\r
\n" );
document.write( "\n" );
document.write( "r=? ft\r
\n" );
document.write( "\n" );
document.write( "I tried to use 27ft^2=729ft pi=3.14 , but don't know how to solve for r in feet? Could you please explain to me what I should do? Thanks! \n" );
document.write( "
Algebra.Com's Answer #167111 by Alan3354(69443) You can put this solution on YOUR website! Area = pi*r^2 \n" ); document.write( "27 = pi*r^2 \n" ); document.write( "r^2 = 27/pi = ~8.5944 \n" ); document.write( "r =~ 2.932 feet \n" ); document.write( " |