document.write( "Question 351528: pls. help me solve this problem
\n" );
document.write( " thank you.\r
\n" );
document.write( "\n" );
document.write( "prob 1. A boat goes 6 miles downstream in a river in 30 minutes and returns upstream in 45 minutes. Find the speed of the boat in still water and the speed of the current. \n" );
document.write( "
Algebra.Com's Answer #251151 by mananth(16946)![]() ![]() You can put this solution on YOUR website! still water speed = xmph \n" ); document.write( "current speed = y mph \n" ); document.write( "... \n" ); document.write( "Time = distance / speed \n" ); document.write( "upstream time = 6/ (x-y ) =(3/4) \n" ); document.write( "3(x-y ) =6*4 \n" ); document.write( "x-y = 8.................1 \n" ); document.write( "downstream speed = 6/(x+y) = (1/2) \n" ); document.write( "x+y = 12.................2 \n" ); document.write( "add 1 & 2 \n" ); document.write( "2x=20 \n" ); document.write( "x=10 mph speed of boat. \n" ); document.write( "x-y =8 \n" ); document.write( "so y =2 mph speed of current \n" ); document.write( " |