document.write( "Question 321989: a boat can go 9 km. downstream in 45 mins. & return in an hour. find the speed of the boat in still water and the speed of the current. \n" ); document.write( "
Algebra.Com's Answer #230500 by mananth(16949) You can put this solution on YOUR website! a boat can go 9 km. downstream in 45 mins. \n" ); document.write( " return 9 km in an hour. \n" ); document.write( "let speed of boat in still water be x mph \n" ); document.write( "speed of current be y mph \n" ); document.write( ".. \n" ); document.write( "9/ x+y= 3/4 \n" ); document.write( "36=3(x+y) \n" ); document.write( "12 = x+y......... equation 1 \n" ); document.write( "9/x-y= 1 \n" ); document.write( "x-y=9.............equation 2 \n" ); document.write( "Add the two equations \n" ); document.write( "x+y+x-y=12+9 \n" ); document.write( "2x=21 \n" ); document.write( "x=10.5 mph \n" ); document.write( ".. \n" ); document.write( "x-y=9 \n" ); document.write( "plug the value of x \n" ); document.write( "10.5-y=9 \n" ); document.write( "y=1.5 mph \n" ); document.write( " |