document.write( "Question 797197: hello sir / ma'am, im having trouble with this:\r
\n" );
document.write( "\n" );
document.write( "a boat can travel 8 miles per hour in still water. the boat travels upstream for a certain time in a river whose current flows 2 miles per hour. then, the boat returns to its starting point. if the trip, up and back consumed 8 hours, how long did the boat travel upstream? \r
\n" );
document.write( "\n" );
document.write( "thank you so much! \n" );
document.write( "
Algebra.Com's Answer #481712 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a boat can travel 8 miles per hour in still water. the boat travels upstream for a certain time in a river whose current flows 2 miles per hour. then, the boat returns to its starting point. if the trip, up and back consumed 8 hours, how long did the boat travel upstream? \n" ); document.write( "----- \n" ); document.write( "Upstream DATA: \n" ); document.write( "time = t hrs ; rate = 8-2 = 6 mph ; distance = r*t = 6t miles \n" ); document.write( "---- \n" ); document.write( "Downstream DATA: \n" ); document.write( "time = 8-t hrs ; rate = 6+2 = 8 mph ; distance = r*t = 8(8-t) miles \n" ); document.write( "------ \n" ); document.write( "Equation: \n" ); document.write( "distance up = distance down \n" ); document.write( "6t = 8(8-t) \n" ); document.write( "6t = 64-8t \n" ); document.write( "14t = 64 \n" ); document.write( "t = 4.5714 hours (time to travel upstream) \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |