document.write( "Question 1034733: The speed of a boat in still water is 10mph. The boat travels 24 miles upstream and back downstream in a total of 5 hours. What is the speed of the current? \n" ); document.write( "
Algebra.Com's Answer #649419 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
If the boat travels 24 miles both ways, then:
\n" ); document.write( "24/10-r+24/10+r=5
\n" ); document.write( "24(10+r)+24(10-r)=500-5r^2
\n" ); document.write( "240+24r+240-24r=500-5r^2
\n" ); document.write( "20=5r^2
\n" ); document.write( "4=r^2
\n" ); document.write( "r=2
\n" ); document.write( "The speed of the current is 2 mph!!!!!!!!!
\n" ); document.write( "
\n" );