document.write( "Question 320632: 8. It took Terry 7 hours to drive the 390 km from Cold Bay to Hot Lake. For the first part of the trip he averaged 60 km/h, but was forced to slow down for the remainder of the trip to 50km/h.
\n" );
document.write( "(a) How many hours did Terry spend driving at each speed?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #229624 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Terry 7 hours to drive the 390 km \n" ); document.write( "first part of the trip he averaged 60 km/h, \n" ); document.write( "the remainder of the trip to 50km/h. \n" ); document.write( ".. \n" ); document.write( "let first part distance be x km. \n" ); document.write( "second part distance will be 390-x km \n" ); document.write( ".. \n" ); document.write( "first part speed = 60km/hr \n" ); document.write( "second part speed = 50km/hr \n" ); document.write( ".. \n" ); document.write( "Time taken in first part + time taken in second part = total time taken\r \n" ); document.write( "\n" ); document.write( "x/60 + 390-x / 50 = 7 \n" ); document.write( "LCM = 300 \n" ); document.write( "5x+6(390-x) / 300 =7 \n" ); document.write( "5x+2340-6x = 2100 \n" ); document.write( "-x=-240 \n" ); document.write( "x= 240 km \n" ); document.write( "distance =240, speed = 60, \n" ); document.write( "so time = 240/60 \n" ); document.write( "= 4 hours in the first part \n" ); document.write( "3 hours in the second part. \n" ); document.write( ".. \n" ); document.write( "CHECK \n" ); document.write( "240/60 + 150/5 = 7 hours\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |