document.write( "Question 717717: the speed of a current is 4 mph. if a boat travels 75 miles down stream in the same time it takes to travel 39 miles up stream, what is the speed of the boat in still water \n" ); document.write( "
Algebra.Com's Answer #440531 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! the speed of a current is 4 mph. if a boat travels 75 miles down stream in the same time it takes to travel 39 miles up stream, what is the speed of the boat in still water \n" ); document.write( "*** \n" ); document.write( "let x=speed of the boat in still water \n" ); document.write( "x+4=speed of the boat downstream \n" ); document.write( "x-4=speed of the boat upstream \n" ); document.write( "travel time=distance/speed \n" ); document.write( ".. \n" ); document.write( "75/(x+4)=39/(x-4) \n" ); document.write( "75x-300=39x+156 \n" ); document.write( "36x=456 \n" ); document.write( "x=12.67 (rounded) \n" ); document.write( "speed of the boat in still water=12.67 mph \n" ); document.write( " |