document.write( "Question 440712: Please help me solve this equation:\r
\n" );
document.write( "\n" );
document.write( "A fence around a square garden has a perimeter of 20 feet. Find the length of the diagonal of the garden to the nearest foot. \n" );
document.write( "
Algebra.Com's Answer #304356 by Euler(11)![]() ![]() ![]() You can put this solution on YOUR website! Okay so 20 feet perimeter means that each side is 5 feet long. To find the diagonal, take two sides and apply the Pythagoras Theorem. So, \n" ); document.write( " 5^2+5^2=diagonal^2 \n" ); document.write( " 25+25=diagonal^2 \n" ); document.write( " 50 =diagonal^2 \n" ); document.write( "Taking square root on both sides, we get: \n" ); document.write( " 7.071=diagonal\r \n" ); document.write( "\n" ); document.write( "Since you want the answer to the nearest foot, you get 7 feet. :) \n" ); document.write( " |