document.write( "Question 1031305: An accountant rides a bus part of the way to work every day and walks the rest of the way. The bus averages 38 mph, and the accountant walks at a speed of 5 mph. The distance from home to work is 25 mi, and the total time for the trip is 3 hr. Find how far the accountant walks and how far he rides the bus in miles. \n" ); document.write( "
Algebra.Com's Answer #646048 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
Basic travel rates rule for R rate, T time, D distance, is RT=D.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You have two ways to assign variables x and y (or whatever two variables you choose).\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "                RATE           TIME         DISTANCE\r\n" );
document.write( "\r\n" );
document.write( "RIDE             38             x             38x\r\n" );
document.write( "\r\n" );
document.write( "WALK              5             y              5y\r\n" );
document.write( "\r\n" );
document.write( "TOTALS                          3             25\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "OR-------------\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "                RATE           TIME         DISTANCE\r\n" );
document.write( "\r\n" );
document.write( "RIDE             38            x/38           x\r\n" );
document.write( "\r\n" );
document.write( "WALK              5            y/5            y\r\n" );
document.write( "\r\n" );
document.write( "TOTALS                          3             25\r\n" );
document.write( "\r\n" );
document.write( "

\n" ); document.write( "Choose the way you want, form the system of equations, and solve.
\n" ); document.write( "
\n" );