document.write( "Question 1033324: A garden is to be planted on a circular area just surrounded by a square that is 10 feet wide. What percentage of the square will be taken up by the circular garden? \n" ); document.write( "
Algebra.Com's Answer #647888 by fractalier(6550) You can put this solution on YOUR website! We compare the area of a circle of radius 5 to the area of a square of side 10. \n" ); document.write( "Area of the circle = (pi)*5^2 = 78.54 sq ft \n" ); document.write( "Area of the square = 10^2 = 100 sq ft \n" ); document.write( "Thus 78.54/100 = 78.54% of the square's area will be covered by the circle. \n" ); document.write( " |