document.write( "Question 466444: During the first part of a trip a canoeist travels 46 miles at a certain speed. The canoeist travels 16 miles on the second part of the trip at a speed 5 mph slower. The total time for the trip was 5 hours. What was the speed for each part of the trip? \n" ); document.write( "
Algebra.Com's Answer #320369 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! During the first part of a trip a canoeist travels 46 miles at a certain speed. The canoeist travels 16 miles on the second part of the trip at a speed 5 mph slower. The total time for the trip was 5 hours. What was the speed for each part of the trip? \n" ); document.write( "...\r \n" ); document.write( "\n" ); document.write( "let x=speed of first part of trip \n" ); document.write( "x-5 = speed of second part of trip \n" ); document.write( "Travel time = distance/speed \n" ); document.write( "46/x+16/(x-5)=5 \n" ); document.write( "LCD:x(x-5) \n" ); document.write( "46(x-5)+16x=5(x)(x-5) \n" ); document.write( "46x-230+16x=5x^2-25x \n" ); document.write( "5x^2-87x+230=0 \n" ); document.write( "Solve by quadratic formula below: \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( ".. \n" ); document.write( "a=5, b=-87, c=230 \n" ); document.write( "x=[-(-87)ħsqrt((-87)^2-4*5*230)]/2*5 \n" ); document.write( "x=[87ħsqrt(2969)]/10 \n" ); document.write( "x=[87ħ54.49]/10 \n" ); document.write( "x=14.15 \n" ); document.write( "or \n" ); document.write( "x=3.25 (reject,x-5>0) \n" ); document.write( "Ans: \n" ); document.write( "Speed of first trip=14.15 mph \n" ); document.write( "Speed of second trip=14.15-5=9.15 mph \n" ); document.write( " |