document.write( "Question 830597: If a boat travels from Town A to Town B, it has to travel 1501.5 mi along a river.\r
\n" );
document.write( "\n" );
document.write( "A boat traveled from Town A to Town B along the river’s current with its engine running at full speed. This trip took 71.5 hr.\r
\n" );
document.write( "\n" );
document.write( "Then the boat traveled back from Town B to Town A, again with the engine at full speed, but this time against the river’s current. This trip took 136.5 hr.\r
\n" );
document.write( "\n" );
document.write( "Write and solve a system of equations to answer the following questions.\r
\n" );
document.write( "\n" );
document.write( "The boat’s speed in still water with the engine running at full speed is?\r
\n" );
document.write( "\n" );
document.write( "The river current’s speed was?\r
\n" );
document.write( "\n" );
document.write( "I tried D/T=R for each. Then I'm stumped from there. I'm really unsure of how to set up this equation. If I could have some help as to how to set it up, I know I can solve it. Thank you! \n" );
document.write( "
Algebra.Com's Answer #500717 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If a boat travels from Town A to Town B, it has to travel 1501.5 mi along a river. \n" ); document.write( "A boat traveled from Town A to Town B along the river’s current with its engine running at full speed. This trip took 71.5 hr. \n" ); document.write( "Then the boat traveled back from Town B to Town A, again with the engine at full speed, but this time against the river’s current. This trip took 136.5 hr. \n" ); document.write( ": \n" ); document.write( "Let s = boat speed in still water \n" ); document.write( "Let c = rate of the current \n" ); document.write( "then \n" ); document.write( "(s+c) = effective speed downstream \n" ); document.write( "and \n" ); document.write( "(s-c) = effective speed upstream\ \n" ); document.write( "Write and solve a system of equations \n" ); document.write( "write a distance equation for each way; dist = time * speed \n" ); document.write( ": \n" ); document.write( "71.5(s + c) = 1501.5 \n" ); document.write( "136.5(s - c) = 1501.5 \n" ); document.write( ": \n" ); document.write( "They make it easy for you, simplify, divide the 1st equation by 71.5 \n" ); document.write( "Divide the 2nd equation by 136.5, leaving an easy elimination problem \n" ); document.write( "s + c = 21 \n" ); document.write( "s - c = 11 \n" ); document.write( "--------------adding eliminates c, find s \n" ); document.write( "2s = 32 \n" ); document.write( "s = 16 mph in still water \n" ); document.write( "I'll let you find the current \n" ); document.write( " \n" ); document.write( " |