document.write( "Question 926695: A boat is traveling 9 miles downstream in the same time that he travels 3 miles upstream, against the river current. The speed of the river current is 6 miles per hour, what is the speed of the boat traveling in still water, or with no river current.\r
\n" );
document.write( "\n" );
document.write( "Im not sure how to set up the problem, if someone could explain that would be very helpful. not looking for the answer, more so how to set this word problem up. \n" );
document.write( "
Algebra.Com's Answer #562398 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A boat is traveling 9 miles downstream in the same time that he travels 3 miles upstream, against the river current. The speed of the river current is 6 miles per hour, what is the speed of the boat traveling in still water, or with no river current. \n" ); document.write( "*** \n" ); document.write( "let x=speed of boat in still water \n" ); document.write( "x+6=speed of boat downstream \n" ); document.write( "x-6=speed of boat upstream \n" ); document.write( "travel time=distance/speed(same for both directions) \n" ); document.write( " \n" ); document.write( "9x-54=3x+18 \n" ); document.write( "6x=72 \n" ); document.write( "x=12 \n" ); document.write( " |