document.write( "Question 659664: a rectangular park is 4 miles long and 2 miles wide. how long is a pedestrian route that runs diagonally across the park? \n" ); document.write( "
Algebra.Com's Answer #410854 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! Creating the diagonal through the rectangle creates a right triangle. \n" ); document.write( "Using pythagorean theorem, which says a^2 + b^2 = c^2, plug the following \n" ); document.write( "a = 4m \n" ); document.write( "b = 2m \n" ); document.write( "c = ? the hypotenuse is the diagonal\r \n" ); document.write( "\n" ); document.write( "4^2 + 2^2 = c^2 \n" ); document.write( "16 + 4 = c^2 \n" ); document.write( "20 = c^2 \n" ); document.write( "sqrt20 = sqrtc^2 \n" ); document.write( "4.47 miles = c \n" ); document.write( " |