document.write( "Question 734355: a playing field is a rectangle that is 800 feet long by 180 feet wide. Find, to the nearest foot, the length of a straight-line run that started at one corner and went diagonally to end at the opposite corner \n" ); document.write( "
Algebra.Com's Answer #448888 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
The diagonal is the hypotenuse of a right triangle with the legs the width and length of the rectangle.


\n" ); document.write( "Find the hypotenuse using the Pythagorean Formula: Hypotenuse squared = the sum of the squared sides: a^2 + b^2 = c^2.


\n" ); document.write( "diagonal^2 = 800^2 + 180^2 = 640000 + 32400 = 672400.


\n" ); document.write( "Diagonal (hypotenuse) is the square root of 672400 = 820 feet. \n" ); document.write( "

\n" );