document.write( "Question 985189: The perimeter of a figure is the sum of the lengths of its sides.
\n" );
document.write( "A circular fish pond is surrounded by a path 2 m wide. The inner and outer edges of the path are fenced.if the diameter of the fish pond is 8 m, how much longer is the outer fence than the inner? \n" );
document.write( "
Algebra.Com's Answer #606007 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! circumference of a circle is pi * diameter \n" ); document.write( "length of outer fence = pi * ( 8+2+2) = 12 * pi = 37.68 m \n" ); document.write( "length of inner fence = pi * ( 8+1+1) = 10 * pi = 31.40 m \n" ); document.write( "note I am using pi = 3.14 \n" ); document.write( "37.68 - 31.40 = 6.28 m, therefore \n" ); document.write( "the outer fence is 6.28 m longer than the inner \n" ); document.write( " \n" ); document.write( " |