document.write( "Question 506573: During the first part of a trip, a canoeist travels 75 miles at a certain speed. The canoeist travels 12 miles on the second part of the trip at a speed 5 mph slower. The total time for the trip is 2 hrs. What was the speed on each part of the trip? \n" ); document.write( "
Algebra.Com's Answer #340309 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! During the first part of a trip, a canoeist travels 75 miles at a certain speed. \n" ); document.write( " The canoeist travels 12 miles on the second part of the trip at a speed 5 mph slower. \n" ); document.write( " The total time for the trip is 2 hrs. \n" ); document.write( " What was the speed on each part of the trip? \n" ); document.write( ": \n" ); document.write( "Let s = the certain speed of the 1st part of the trip \n" ); document.write( "then \n" ); document.write( "(s-5) = his speed on the 2nd part of the trip \n" ); document.write( ": \n" ); document.write( "Write a time equation, time = dist/speed \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "multiply by s(s-5), results: \n" ); document.write( "75(s-5) + 12s = 2s(s-5) \n" ); document.write( ": \n" ); document.write( "75s - 375 + 12s = 2s^2 - 10s \n" ); document.write( "87s - 375 = 2s^2 - 10s \n" ); document.write( "; \n" ); document.write( "Arrange as a quadratic equation \n" ); document.write( "2s^2 - 10s - 87s + 375 = 0 \n" ); document.write( "2s^2 - 97s + 375 = 0 \n" ); document.write( ": \n" ); document.write( "Solve this using the quadratic formula, a=2, b=-97, c=375 \n" ); document.write( "only one solution will be reasonable. \n" ); document.write( " \n" ); document.write( " |