document.write( "Question 442398:  During the first part of a trip a canoeist travels 60 miles at a certain speed. The canoeist travels 9 miles on the second part of the trip at a speed of 5mph slower. The total time for the trip is 4hrs. What was the speed on each part of the trip?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #305202 by jorel1380(3719)     You can put this solution on YOUR website! 60/x+9/x-5=4 \n" ); document.write( "60x-300+9x=4x2-20x \n" ); document.write( "0=4x2-89x+300 \n" ); document.write( " 
 \n" ); document.write( "\n" ); document.write( "Throwing out the 4.1 answer, we get the speed of the canoe to be 18.108 going and 13.108 on the second part of the trip. \n" ); document.write( " |