document.write( "Question 949015: a boat can travel 48 mph in still water. If it travels 486 miles with the current in the same length of time it travels 378 miles against the current, what is the speed of the current? \n" ); document.write( "
Algebra.Com's Answer #579319 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a boat can travel 48 mph in still water. \n" ); document.write( " If it travels 486 miles with the current in the same length of time it travels 378 miles against the current, what is the speed of the current? \n" ); document.write( ": \n" ); document.write( "let c = rate of the current (in mph) \n" ); document.write( "then \n" ); document.write( "(48-c) = the effective speed upstream \n" ); document.write( "and \n" ); document.write( "(48+c) = effective speed downstream \n" ); document.write( ": \n" ); document.write( "Write a time equation; time = dist/speed \n" ); document.write( " \n" ); document.write( "Cross multiply \n" ); document.write( "378(48+c) = 486(48-c) \n" ); document.write( "18144 + 378c = 23328 - 486c \n" ); document.write( "378c + 486c = 23328 - 18144 \n" ); document.write( "864c = 5184 \n" ); document.write( "c = 5184/864 \n" ); document.write( "c = 6 mph is the the current \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "Check this, find the actual times, should be equal \n" ); document.write( "Speed with the current = 54 and speed against = 42 \n" ); document.write( "486/54 = 9 hrs \n" ); document.write( "378/42 = 9 hrs \n" ); document.write( " |