document.write( "Question 1004170: during the first part of a kayak trip jack covered 60 km at certain speed he then travel 24 km at a speed that was for kilometers an hour slower if the total trip was eight hours what was the speed on each part of the trip \n" ); document.write( "
Algebra.Com's Answer #620722 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! during the first part of a kayak trip jack covered 60 km at certain speed \n" ); document.write( " he then travel 24 km at a speed that was four kilometers an hour slower \n" ); document.write( " if the total trip was eight hours, what was the speed on each part of the trip \n" ); document.write( ": \n" ); document.write( "let s = the speed for the 1st 60 km of the trip \n" ); document.write( "then \n" ); document.write( "(s-4) = the speed on the last 24 km \n" ); document.write( ": \n" ); document.write( "Write a time equation; time = dist/speed \n" ); document.write( "fast time + slower time = 8 hrs \n" ); document.write( " \n" ); document.write( "multiply equation by s(s-4), cancel the denominators and you have \n" ); document.write( "60(s-4) + 24s = 8s(s-4) \n" ); document.write( "60s - 240 + 24s = 8s^2 - 32s \n" ); document.write( "84s - 240 = 8s^2 - 32s \n" ); document.write( "Combine to form a quadratic equation on the right \n" ); document.write( "0 = 8s^2 - 32s - 84s + 240 \n" ); document.write( "8s^2 - 116s + 240 = 0 \n" ); document.write( "simplify, divide equation by 4 \n" ); document.write( "2s^2 - 29s + 60 = 0 \n" ); document.write( "You can use the quadratic formula to solve a=2; b=-29; c=60 \n" ); document.write( "But this will factor to \n" ); document.write( "(2s - 5)(s - 12) = 0 \n" ); document.write( "Two solutions \n" ); document.write( "2s = 5 \n" ); document.write( "s = 2.5 \n" ); document.write( "and \n" ); document.write( "s = 12 km/hr, this makes sense \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Confirm this by finding the actual time at each speed \n" ); document.write( "60/12 = 5 hrs \n" ); document.write( "24/8 = 3 hrs (4 km/hr slower) \n" ); document.write( "------------- \n" ); document.write( "total 8 hrs \n" ); document.write( " |