document.write( "Question 312252: Circumference and area of a circle with radius of 2.3 feet. Round to the nearest tenth \n" ); document.write( "
Algebra.Com's Answer #223263 by mananth(16946)![]() ![]() You can put this solution on YOUR website! circumference = 2*pi*r \n" ); document.write( "=2.3.142*2.3 \n" ); document.write( "=14.5 cm \n" ); document.write( ".. \n" ); document.write( "Area of circle = pi*r^2 \n" ); document.write( "=pi*(2.3)^2 \n" ); document.write( "= 16.6 sq. cm \n" ); document.write( " |