document.write( "Question 718835: Jeff drove 60 mph to his house. On the way back to school he drove 75 mph and it took him 1 hour less than it did to drive home. \r
\n" );
document.write( "\n" );
document.write( "a) What was the total driving time for Jeff?\r
\n" );
document.write( "\n" );
document.write( "b) How far is Jeff's school from home? \n" );
document.write( "
Algebra.Com's Answer #441088 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Jeff drove 60 mph to his house. On the way back to school he drove 75 mph and it took him 1 hour less than it did to drive home. \n" ); document.write( "a) What was the total driving time for Jeff? \n" ); document.write( "b) How far is Jeff's school from home? \n" ); document.write( "*** \n" ); document.write( "let x=travel time from school to home \n" ); document.write( "x-1=travel time from home to school \n" ); document.write( "distance=travel time*speed \n" ); document.write( ".. \n" ); document.write( "60x=75(x-1) \n" ); document.write( "60x=75x-75 \n" ); document.write( "15x=75 \n" ); document.write( "x=5 \n" ); document.write( "x-1=4 \n" ); document.write( "60x=300 \n" ); document.write( "a) total driving time=9 hrs \n" ); document.write( "b) How far is Jeff's school from home? 300 mi \n" ); document.write( " |