document.write( "Question 187526: A cruise boat travels 48 miles downstream in 3 hours and returns upstream in 6 hours. Find the rate of the stream. \n" ); document.write( "
Algebra.Com's Answer #140643 by dukesmart(20)![]() ![]() ![]() You can put this solution on YOUR website! let x= cruise ship speed; y = stream speed\r \n" ); document.write( "\n" ); document.write( "we can establish the equation as follows:\r \n" ); document.write( "\n" ); document.write( "(x+y)*3 = 48 ========> x + y = 16 ......(1)\r \n" ); document.write( "\n" ); document.write( "(x-y)*6 = 48 ========> x - y = 8 ......(2)\r \n" ); document.write( "\n" ); document.write( "Take (1) add (2) we will have : 2x = 24 \n" ); document.write( " x = 12 \n" ); document.write( "Therefore y = 16-12 \n" ); document.write( " y = 4 \n" ); document.write( "Answer : the rate of the stream is 4 miles/hour. \n" ); document.write( " \n" ); document.write( " |