document.write( "Question 834856: A rectangular park is 600 meters long and 300 meters wide. You walk diagonally across the park from corner to corner. How far did you walk,to the nearest meter? I dont know what i am supposed to do. Do I cut the two numbers in half or keep them the same and do leg squared + leg squared = hyptenuse \n" ); document.write( "
Algebra.Com's Answer #503293 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A rectangular park is 600 meters long and 300 meters wide.
\n" ); document.write( " You walk diagonally across the park from corner to corner.
\n" ); document.write( " How far did you walk, to the nearest meter?
\n" ); document.write( ":
\n" ); document.write( "A pythag problem, a^2 + b^2 = c^2, where
\n" ); document.write( "a = 600
\n" ); document.write( "b = 300
\n" ); document.write( "Find c
\n" ); document.write( "c =\"sqrt%28600%5E2%2B300%5E2%29\"
\n" ); document.write( "c = 679 meters
\n" ); document.write( "
\n" );