document.write( "Question 144865: How would I determine the length of a short cut across a rectangle if the dimensions are 52ft x 171ft? \n" ); document.write( "
Algebra.Com's Answer #105568 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
It isn't entirely clear what you mean by the length of a \"short cut\" across the rectangle.
\n" ); document.write( "Do you mean the length of the diagonal (a line that connects opposite corners)?
\n" ); document.write( "Let's assume that this is really what you are looking for.
\n" ); document.write( "The length of the diagonal of a rectangle can be found using the Pythagorean theorem when you are given the length (L = 171 ft.) and the width (W = 52 ft.)
\n" ); document.write( "Let's call the diagonal, d, then...
\n" ); document.write( "\"d+=+sqrt%28L%5E2%2BW%5E2%29\" Substituting L = 171 and W = 52,...
\n" ); document.write( "\"d+=+sqrt%28%28171%29%5E2%2B%2852%29%5E2%29\"
\n" ); document.write( "\"d+=+sqrt%2829241%2B2704%29\"
\n" ); document.write( "\"d+=+sqrt%2831945%29\"
\n" ); document.write( "\"d+=+178.7\"ft.
\n" ); document.write( "
\n" );