document.write( "Question 680252: John’s barn is 200 yards due north of his house and his tractor is 300
\n" );
document.write( "yards due east of his house. How many yards must he walk to go directly from his tractor
\n" );
document.write( "to his barn if he walks in a straight line?
\n" );
document.write( "(A) 10 13 (B) 500 (C) 100 13 (D) 400 (E) 500 \n" );
document.write( "
Algebra.Com's Answer #422445 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! John’s barn is 200 yards due north of his house and his tractor is 300 yards due east of his house. \n" ); document.write( " How many yards must he walk to go directly from his tractor to his barn if he walks in a straight line? \n" ); document.write( ": \n" ); document.write( "This is a pythag problem; a^2 + b^2 = c^2, where \n" ); document.write( "a = 200 \n" ); document.write( "b = 300 \n" ); document.write( "c = dist from tractor to barn (hypotenuse) \n" ); document.write( ": \n" ); document.write( "c = \n" ); document.write( "c = 360.555 yds, which is none of the above \n" ); document.write( " |