document.write( "Question 761976: A crew can row 6000 yards up stream in the same time it takes them to cover 8000 yards downstream. If the speed of the current is 80 yards per minute find the speed the crew can row in still water. \n" ); document.write( "
Algebra.Com's Answer #463621 by sachi(548) You can put this solution on YOUR website! the speed the crew can row in still water=x yards per minute say \n" ); document.write( "the speed of the current is 80 yards per minute \n" ); document.write( "the speed in down stream= x+80 & the distance traveled is 8000 yards \n" ); document.write( "so time taken=8000/(x+80) \n" ); document.write( "& in up stream=x-80 & the distance traveled is 6000 yards \n" ); document.write( "so time taken=6000/(x-80) \n" ); document.write( "the crew can row 6000 yards up stream in the same time it takes them to cover 8000 yards downstream. \n" ); document.write( "so 8000/(x+80)=6000/(x-80) \n" ); document.write( "or 4(x-80)=3(x+80) \n" ); document.write( "or 4x-320=3x+240 \n" ); document.write( "or x=320+240=560 \n" ); document.write( "so the speed the crew can row in still water=560 yards per minute say \n" ); document.write( " |