document.write( "Question 874908: An accountant rides a bus part of the way to work every day and walks the rest of the way. The bus averages 40mph, and the accountant walks at a speed of 4mph. the distance from home to work is 25 mi, and the total time for the trip is 3 hours. Find how far the account walks and how far he rides the bus.\r
\n" );
document.write( "\n" );
document.write( "How far does the accountant walk?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #527965 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An accountant rides a bus part of the way to work every day and walks the rest of the way. \n" ); document.write( " The bus averages 40mph, and the accountant walks at a speed of 4mph. \n" ); document.write( " the distance from home to work is 25 mi, and the total time for the trip is 3 hours. \n" ); document.write( " Find how far the account walks and how far he rides the bus. \n" ); document.write( ": \n" ); document.write( "Let w = distance walked \n" ); document.write( "the total dist is given as 25 mi, therefore: \n" ); document.write( "(25-w) = distance by bus \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 by 40, clear the denominators \n" ); document.write( "10w + 25 - w = 40(3) \n" ); document.write( "9w = 120 - 25 \n" ); document.write( "9w = 95 \n" ); document.write( "w = 95/9 \n" ); document.write( "w = 10.56 miles walked \n" ); document.write( "then \n" ); document.write( "25 - 10.56 = 14.44 mi by bus \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this; find the actual times. \n" ); document.write( "10.56/4 = 2.64 hrs \n" ); document.write( "14.44/40 = .36 hrs \n" ); document.write( "-------------------- \n" ); document.write( "total time: 3 hrs \n" ); document.write( " \n" ); document.write( " |