document.write( "Question 1071513: This is a Distance, Rate and Time Problem: \r
\n" );
document.write( "\n" );
document.write( "A man walks at the rate of 4 miles per hour. How far can he walk into the country and ride back on a trolley that travels at the rate of 20 miles per hour, if he must be back home 3 hours from the time he started? \n" );
document.write( "
Algebra.Com's Answer #686456 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A man walks at the rate of 4 miles per hour. \n" ); document.write( " How far can he walk into the country and ride back on a trolley that travels at the rate of 20 miles per hour, if he must be back home 3 hours from the time he started? \n" ); document.write( ": \n" ); document.write( "let d = the one-way distance \n" ); document.write( ": \n" ); document.write( "Write a time equation. time = dist/speed \n" ); document.write( "walk time + ride time = 3 hrs \n" ); document.write( " \n" ); document.write( "multiply equation by 20, cancel the denominators \n" ); document.write( "5d + d = 60 \n" ); document.write( "6d = 60 \n" ); document.write( " d = 10 mi he walks into the country \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this, find the actual time walking and riding \n" ); document.write( "10/4 = 2.5 hrs \n" ); document.write( "10/20 = .5 hrs \n" ); document.write( "---------------- \n" ); document.write( "tot time 3 hrs \n" ); document.write( " \n" ); document.write( " |