document.write( "Question 169350: During the first part of a trip, a canoeist travels 90 miles at a certain speed. The canoeist travels 16 miles on the second part or the trip at a speed 5 mph slower. The total time for the trip is 5 hours. What is the speed on each part of the trip?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #124921 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"speed on 2nd part\", so x+5=\"speed on 1st part\" __ t=d/r\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "90/(x+5) + 16/x = 5 __ multiplying by x(x+5) __ 90x+16x+80=5x^2+25x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x^2-81x-80=0 __ use quadratic formula to find x\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ANSWER BELOW\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x=17.13 (approx) \n" ); document.write( " |