document.write( "Question 1027546: Bob can row 9 mph in still water. The total time to travel downstream and return upstream to the starting point is 3 hours and 0 minutes. If the total distance downstream and back is 24 miles, determine the speed of the river (current speed).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #642860 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Bob can row 9 mph in still water. \n" ); document.write( " The total time to travel downstream and return upstream to the starting point is 3 hours and 0 minutes. \n" ); document.write( " If the total distance downstream and back is 24 miles, determine the speed of the river (current speed). \n" ); document.write( ": \n" ); document.write( "let c = the speed of the current \n" ); document.write( "then \n" ); document.write( "(9+c) = effective speed downstream \n" ); document.write( "and \n" ); document.write( "(9-c) = effective speed up-stream \n" ); document.write( ": \n" ); document.write( "Write a time equation; time = dist/speed \n" ); document.write( "That's 12 mi one-way. \n" ); document.write( ": \n" ); document.write( "Time down + time up = 3 hrs \n" ); document.write( " \n" ); document.write( "multiply equation by (9+c)(9-c) \n" ); document.write( "(9+c)(9-c)* \n" ); document.write( "Cancel the denominators, FOIL the right side \n" ); document.write( "12(9-c) + 12(9+c) = 3(81 - c^2) \n" ); document.write( "108 - 12c + 108 + 12c = 243 - 3c^2 \n" ); document.write( "216 = 243 - 3c^2 \n" ); document.write( "3c^2 = 243 - 216 \n" ); document.write( "3c^2 = 27 \n" ); document.write( "c^2 = 27/3 \n" ); document.write( "c^2 = 9 \n" ); document.write( "c = \n" ); document.write( "c = 3 mph is the current \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if that checks out, find the actual time each way \n" ); document.write( "effective speed are 12 mph and 6 mph \n" ); document.write( "12/12 = 1 hr \n" ); document.write( "12/6 = 2 hr \n" ); document.write( "-------------- \n" ); document.write( "total: 3 hrs \n" ); document.write( " \n" ); document.write( " |