document.write( "Question 1134501: If a circle has a circumference of 32 pi inches, what is the area in terms of pi? \n" ); document.write( "
Algebra.Com's Answer #751901 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! C=2pi*r \n" ); document.write( "32pi=2pi*r \n" ); document.write( "r=16 in \n" ); document.write( "A=pi*r^2 \n" ); document.write( "=pi*256 in^2 \n" ); document.write( " |