document.write( "Question 697418: A river flows at a speed of five miles per hour. A steamboat went upstream for five hours and stopped at a point 20 miles from where it started. What is the speed of the steamboat in still waters?\r
\n" );
document.write( "\n" );
document.write( "20/(x+5)+20(x-5)=5
\n" );
document.write( "20(x+5)+20(x-5)=5x^2-125
\n" );
document.write( "40x=5x^2-125
\n" );
document.write( "8x=x^2-25
\n" );
document.write( "x^2-8x-25
\n" );
document.write( "After that, I don't know what to do? \n" );
document.write( "
Algebra.Com's Answer #430008 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A river flows at a speed of five miles per hour. \n" ); document.write( " A steamboat went upstream for five hours and stopped at a point 20 miles from where it started. \n" ); document.write( " What is the speed of the steamboat in still waters? \n" ); document.write( ": \n" ); document.write( "You don't need a quadratic equation to solve this \n" ); document.write( ": \n" ); document.write( "Let x = speed in still water \n" ); document.write( "then \n" ); document.write( "(x-5) = effective speed going upstream \n" ); document.write( ": \n" ); document.write( "Write a speed equation; speed = dist/time \n" ); document.write( ": \n" ); document.write( "x - 5 = \n" ); document.write( "x - 5 = 4 \n" ); document.write( "x = 4 + 5 \n" ); document.write( "x = 9 mph speed in still water \n" ); document.write( " |