document.write( "Question 593533: traveling downstream the boat went 12 mph, upstream it went 2 mph what is the speed of the boat and current? \n" ); document.write( "
Algebra.Com's Answer #376355 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! traveling downstream the boat went 12 mph, upstream it went 2 mph what is the speed of the boat and current \n" ); document.write( "** \n" ); document.write( "let x=speed of boat in still water \n" ); document.write( "let c=speed of current \n" ); document.write( "net speed of boat downstream=x+c \n" ); document.write( "net speed of boat upstream=x-c \n" ); document.write( ".. \n" ); document.write( "x+c=12 \n" ); document.write( "x-c=2 \n" ); document.write( "add \n" ); document.write( "2x=14 \n" ); document.write( "x=7 \n" ); document.write( "c=x-2=5 \n" ); document.write( ".. \n" ); document.write( "ans: \n" ); document.write( "speed of boat in still water=7mph \n" ); document.write( "speed of current=5 mph \n" ); document.write( " \n" ); document.write( " |