document.write( "Question 447932: If a boat goes downstream 72 kilometres in 3 hours and upstream 60 kilometres in 6 hours, the rate of the river and the rate of the boat in still water respectively are \n" ); document.write( "
| Algebra.Com's Answer #308291 by mananth(16946)     You can put this solution on YOUR website! boat speed = x mph \n" ); document.write( "current speed = y mph \n" ); document.write( "with stream speed = x+y \n" ); document.write( "d= 72 \n" ); document.write( "72/(x+y)= 3 \n" ); document.write( "divide by 3 \n" ); document.write( "24/(x+y)=1 \n" ); document.write( "x+y = 24............1 \n" ); document.write( ".. \n" ); document.write( "60/(x-y) = 6 \n" ); document.write( "10/(x-y)=1 \n" ); document.write( "x-y =10.............2\r \n" ); document.write( "\n" ); document.write( "add up (1) & (2) \n" ); document.write( "2x= 34 \n" ); document.write( "x= 17 mph speed of boat \n" ); document.write( "current speed = 7 mph \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |