document.write( "Question 1162456: 20 ft. is diameter of a circular pond. Determine side of a square pond with equal area.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Area of circle = pi * r^2\r
\n" );
document.write( "\n" );
document.write( "Area of square = s^2\r
\n" );
document.write( "\n" );
document.write( "3.1416 * 10 = 31.416 sq. ft.\r
\n" );
document.write( "\n" );
document.write( "Not sure how to continue.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #786265 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "20 ft is the diameter \n" ); document.write( "10 ft is the radius (half the diameter) \n" ); document.write( "r = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Area of circle \n" ); document.write( "A = pi*r^2 \n" ); document.write( "A = pi*10^2 \n" ); document.write( "A = pi*10*10 \n" ); document.write( "A = pi*100 \n" ); document.write( "A = 100pi ... exact area in terms of pi \n" ); document.write( "A = 100*3.14 \n" ); document.write( "A = 314 .... approximate area of the circular pond\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Set this equal to s^2 and solve for s \n" ); document.write( "s^2 = 314 \n" ); document.write( "s = sqrt(314) \n" ); document.write( "s = 17.7200451466693 \n" ); document.write( "The square pond would have a side length of roughtly 17.72 feet if we wanted the same area as the circular pond.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Keep in mind that pi = 3.14 is an approximation, and technically not a very good one at that. To get more accuracy, you would use more decimal digits in pi\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you were to use say \n" ); document.write( "pi = 3.1415926535898 \n" ); document.write( "then, \n" ); document.write( "A = 100pi \n" ); document.write( "A = 100*3.1415926535898 \n" ); document.write( "A = 314.15926535898 \n" ); document.write( "is the area of the circular pond \n" ); document.write( "and, \n" ); document.write( "s^2 = 314.15926535898 \n" ); document.write( "s = sqrt(314.15926535898) \n" ); document.write( "s = 17.7245385090551 \n" ); document.write( "So we still get 17.72 roughly, though the digits afterward are different from before. It all depends on the level of accuracy you require.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Many textbooks and teachers though use pi = 3.14 just to keep things fairly simple. So it might be best to ask the teacher which they prefer.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |