document.write( "Question 590190: A boat takes 3 hours to go 42 miles downstream with the current. It takes 4.2 hours to go 42 miles upstream against the current. What is the speed of the current? What is the speed of the boat? \n" ); document.write( "
Algebra.Com's Answer #375079 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A boat takes 3 hours to go 42 miles downstream with the current. It takes 4.2 hours to go 42 miles upstream against the current. What is the speed of the current? What is the speed of the boat? \n" ); document.write( "** \n" ); document.write( "let x=speed of the boat \n" ); document.write( "let c=speed of the current \n" ); document.write( "net speed with current=x+c \n" ); document.write( "net speed against current=x-c \n" ); document.write( "speed=distance/travel time \n" ); document.write( ".. \n" ); document.write( "(x+c)=42/3=14 \n" ); document.write( "(x-c)=42/4.2=10 \n" ); document.write( ".. \n" ); document.write( "x+c=14 \n" ); document.write( "x-c=10 \n" ); document.write( "add, eliminating c \n" ); document.write( "2x=24 \n" ); document.write( "x=12 \n" ); document.write( "c=14-x=14-12=2 \n" ); document.write( "ans: \n" ); document.write( "speed of the boat=12 mph \n" ); document.write( "speed of the current=2 mph \n" ); document.write( " \n" ); document.write( " |