document.write( "Question 209698: Bill can row 3 mph in still water. It takes him 3 hours 36 minutes to go 3 miles upstream and return. Find the speed of the current. \r
\n" );
document.write( "\n" );
document.write( "I've gone over and over trying this problem different ways. I've converted the time into 216 minutes and still can't figure out what I'm doing wrong. \n" );
document.write( "
Algebra.Com's Answer #158539 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Bill can row 3 mph in still water. It takes him 3 hours 36 minutes to go 3 miles upstream and return. Find the speed of the current. \n" ); document.write( "--------------------- \n" ); document.write( "current speed = c \n" ); document.write( "d = rt = 3 miles \n" ); document.write( "t = 3/r \n" ); document.write( "3.6 = 3/(3+c) + 3/(3-c) \n" ); document.write( "3.6(3+c)*(3-c) = 3(3-c) + 3(3+c) \n" ); document.write( "1.2(9 - c^2) = 3-c + 3+c = 6 \n" ); document.write( "9 - c^2 = 5 \n" ); document.write( "c^2 = 4 \n" ); document.write( "c = 2 mph \n" ); document.write( "--------- \n" ); document.write( "It takes 3 hour upstream at 1 mph ground speed, and \n" ); document.write( "0.6 hours downdstream at 5 mph. \n" ); document.write( " |