document.write( "Question 806891: during the first part of a trip a canoeist travels 18 miles at a certain speed. The canoeist travels 4 miles on the second part of the trip at a speed of 5 mph slower. The total time for the trip is 3 hrs. What was the speed on each part of the trip? \n" ); document.write( "
Algebra.Com's Answer #486143 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! During the first part of a trip a canoeist travels 18 miles at a certain speed. \n" ); document.write( " The canoeist travels 4 miles on the second part of the trip at a speed of 5 mph slower. \n" ); document.write( " The total time for the trip is 3 hrs. \n" ); document.write( " What was the speed on each part of the trip? \n" ); document.write( ": \n" ); document.write( "Let s = speed on the first part of the trip \n" ); document.write( "then \n" ); document.write( "(s-5) = speed on the last part \n" ); document.write( ": \n" ); document.write( "Write a time equation; time = dist/speed: \n" ); document.write( ": \n" ); document.write( "Time for the 1st 18 mi + time for the last 4 mi = 3 hrs \n" ); document.write( " \n" ); document.write( "multiply by s(s-5), cancel the denominators, resulting in: \n" ); document.write( "18(s-5) + 4s = 3s(s-5) \n" ); document.write( "18s - 90 + 4s = 3s^2 - 15s \n" ); document.write( "22s - 90 = 3s^2 - 15s \n" ); document.write( "a quadratic equation \n" ); document.write( "0 = 3s^2 - 15s - 22s + 90 \n" ); document.write( "3s^2 - 37s + 90 = 0 \n" ); document.write( "We can us the quadratic formula, but this will factor to \n" ); document.write( "(3s-10)(s-9) = 0 \n" ); document.write( "s = 9 mph on the 1st part of the trip is the reasonable solution \n" ); document.write( "then \n" ); document.write( "9-5 = 4 mph is the speed on the last part \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this, find the time at each speed \n" ); document.write( "18/9 = 2 hrs \n" ); document.write( "4/4 = 1 hr \n" ); document.write( "----------- \n" ); document.write( "total 3 hrs \n" ); document.write( " |