document.write( "Question 1028831:  Bob drove from home to work at 80mph. After work the traffic was heavier, and he drove home at 25mph. His driving time to and from work was 1hour and 
\n" );
document.write( "3 minutes. How far does he live from his job? \n" );
document.write( "
| Algebra.Com's Answer #643881 by stanbon(75887)      You can put this solution on YOUR website! Bob drove from home to work at 80mph. After work the traffic was heavier, and he drove home at 25mph. His driving time to and from work was 1hour and \n" ); document.write( "3 minutes. How far does he live from his job? \n" ); document.write( "------ \n" ); document.write( "To work DATA: \n" ); document.write( "rate = 80 mph ; distance = x miles ; time = d/r = x/80 hrs \n" ); document.write( "------- \n" ); document.write( "To home DATA: \n" ); document.write( "rate = 25 mph ; distance = x miles ; time = x/25 hrs \n" ); document.write( "---------------------- \n" ); document.write( "Equation:: \n" ); document.write( "time + time = time \n" ); document.write( "x/80 + x/25 = 63/60 \n" ); document.write( "---- \n" ); document.write( "60*25x + 60*80x = 63*80*25 \n" ); document.write( "-------------------------------- \n" ); document.write( "1500x + 4800x = 126000 \n" ); document.write( "63000x = 126000 \n" ); document.write( "x = 126/63 \n" ); document.write( "x = 2 miles \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------- \n" ); document.write( " |