document.write( "Question 339363: A gardener marks out a new section of lawn that is supposed to be a rectangle with sides of length 15m and 10m. To check he has marked out a rectangle he measures the length of the diagonal. How long should this be? \n" ); document.write( "
Algebra.Com's Answer #243206 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Apply the Pythagorean theorem: \n" ); document.write( ". \n" ); document.write( "Let d = length of diagonal \n" ); document.write( "then \n" ); document.write( "d^2 = 15^2 + 10^2 \n" ); document.write( "d^2 = 225 + 100 \n" ); document.write( "d^2 = 325 \n" ); document.write( "d = 18.028 m \n" ); document.write( " |