document.write( "Question 675265: A rectangular garden is 7 yards wide. If you walked diagonally across the garden, you would walk 25 yards. How mahy yards long is the garden?\r
\n" );
document.write( "\n" );
document.write( "Thank you for your help. \n" );
document.write( "
Algebra.Com's Answer #419685 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A rectangular garden is 7 yards wide. If you walked diagonally across the garden, you would walk 25 yards. How mahy yards long is the garden? \n" ); document.write( "----- \n" ); document.write( "width = 7yds \n" ); document.write( "length = x yds \n" ); document.write( "diagonal = 25 yds \n" ); document.write( "----- \n" ); document.write( "Solve for \"x\" using Pythagoras: \n" ); document.write( "7^2 + x^2 = 25*2 \n" ); document.write( "----- \n" ); document.write( "x^2 = 625 - 49 \n" ); document.write( "x = sqrt(576) \n" ); document.write( "x = 24 yds (length) \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |