document.write( "Question 524608: Hi, I could really use some help with this problem: during the first part of the trip, a canoeist travels 47 miles at a certain speed. The canoeist travels 6 miles on the second part of the trip at a speed of 5 mph slower. The total time for the trip is 3 hours. What was the speed on each part of the trip? \n" ); document.write( "
Algebra.Com's Answer #347797 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! during the first part of the trip, a canoeist travels 47 miles at a certain speed. The canoeist travels 6 miles on the second part of the trip at a speed of 5 mph slower. The total time for the trip is 3 hours. What was the speed on each part of the trip? \n" ); document.write( "--- \n" ); document.write( "1st Part DATA: \n" ); document.write( "distance = 47 miles ; rate = r mph ; time = d/r = 47/r hrs. \n" ); document.write( "------------------------- \n" ); document.write( "2nd Part DATA: \n" ); document.write( "distance = 6 miles ; rate = r-5 mph ; time = d/r = 6/(r-5) hrs. \n" ); document.write( "------------------------- \n" ); document.write( "Equation: \n" ); document.write( "time + time = 3 hrs. \n" ); document.write( "47/r + 6/(r-5) = 3 \n" ); document.write( "---- \n" ); document.write( "47(r-5) + 6r = 3r(r-5) \n" ); document.write( "47r - 235 + 6r = 3r^2-15r \n" ); document.write( "----- \n" ); document.write( "3r^2-68r+235 = 0 \n" ); document.write( "----- \n" ); document.write( "Solve for the realistic value of \"r\": \n" ); document.write( "r = 18.41 mph (rate on 1st part) \n" ); document.write( "r-5 = 13.41 mph (rate on 2nd part) \n" ); document.write( "----------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |