document.write( "Question 266217: A cruise ship can sail 32 mph in calm water. Sailing with the Gulf Stream, the ship can sail 234 mi in the same amount of time as it takes to sail 150 mi against the Gulf Stream. Find the rate of the Gulf Stream.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #195630 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A cruise ship can sail 32 mph in calm water. Sailing with the Gulf Stream, the ship can sail 234 mi in the same amount of time as it takes to sail 150 mi against the Gulf Stream. Find the rate of the Gulf Stream.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let the sped of the stream be x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------distance------------ speed------------------ time\r \n" ); document.write( "\n" ); document.write( "with stream---------- 234-----------------32+x-------------------- 23/(32+x)\r \n" ); document.write( "\n" ); document.write( "against stream--------150-----------------32-x----------------- 150/(32-x)\r \n" ); document.write( "\n" ); document.write( "time taken is the same\r \n" ); document.write( "\n" ); document.write( "so 234/(32+x) = 150/(32-x)\r \n" ); document.write( "\n" ); document.write( "234*(932-x) = 150*(32+x)\r \n" ); document.write( "\n" ); document.write( "7488 - 234x = 4800 +150x\r \n" ); document.write( "\n" ); document.write( "7488 -4800= 150x+234x\r \n" ); document.write( "\n" ); document.write( "2688= 384x\r \n" ); document.write( "\n" ); document.write( "x= 7 mph speed of the stream \n" ); document.write( " |