document.write( "Question 455185: Jane took 30 min to drive her boat upstream to water-ski at her favorite spot. Coming back later in the day, at the same boat speed, took her 1o min. If the current in that part of the river is 3 km per hour, what was her boat speed in still water?\r
\n" );
document.write( "\n" );
document.write( "Can someone show me the set up for this? \n" );
document.write( "
Algebra.Com's Answer #312530 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Jane took 30 min to drive her boat upstream to water-ski at her favorite spot. Coming back later in the day, at the same boat speed, took her 1o min. If the current in that part of the river is 3 km per hour, what was her boat speed in still water? \n" ); document.write( "Can someone show me the set up for this? \n" ); document.write( "--------------------- \n" ); document.write( "Upstream DATA: \n" ); document.write( "time = 1/2 hr ; distance = x km ; rate = d/t = x/(1/2) = (2x) km/h \n" ); document.write( "------------------- \n" ); document.write( "Downstream DATA: \n" ); document.write( "time = 1/6 hr ; distance = x km ; rate = d/t = x/(1/6) = (6x) km/h \n" ); document.write( "----------------------- \n" ); document.write( "Upstream rate = b-3 km/h where b is the speed of the boat in still water \n" ); document.write( "Downstream rate b+3 km/h \n" ); document.write( "----- \n" ); document.write( "Solve this system of equations: \n" ); document.write( "rate = rate: \n" ); document.write( "b-3 = (2x) \n" ); document.write( "b+3 = (6x) \n" ); document.write( "---- \n" ); document.write( "Subtract and solve for \"x\": \n" ); document.write( "6 = 4x \n" ); document.write( "---- \n" ); document.write( "x = 3/2 km \n" ); document.write( "----- \n" ); document.write( "Solve for \"b\": \n" ); document.write( "b -3 = 2x \n" ); document.write( "b -3 = 2(3/2) \n" ); document.write( "b -3 = 3 \n" ); document.write( "b = 6 km/h (speed of the boat in still water) \n" ); document.write( "================================================ \n" ); document.write( "=========== \n" ); document.write( "A shorter way to work the problem. \n" ); document.write( "Let b+3 be downstream rate. \n" ); document.write( "and b-3 be upstream rate. \n" ); document.write( "--------------------------- \n" ); document.write( "Distance up = Distance down = (rate)(time) \n" ); document.write( "(b+3)(1/6 hr) = (b-3)(1/2 hr) \n" ); document.write( "--- \n" ); document.write( "Multiply both sides by 12 to get: \n" ); document.write( "2b+6 = 6b-18 \n" ); document.write( "4b = 24 \n" ); document.write( "b = 6 km/hr (speed of the boat in still water) \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |