document.write( "Question 1199502: A riverboat travelling with the current can go 30 km in 1 hour, on the return trip against the current it took 1.5 hours to travel the 30 km. Which of the following would represent a linear system that could be used to determine the speed of the riverboat and the current where x is the speed of the riverboat and y is the speed of the current?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #833435 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
x, speed of boat in absence of a current
\n" ); document.write( "y, the speed of river current
\n" ); document.write( "Same distance each way\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "                      SPEED        TIME     DISTANCE(k.m.)\r\n" );
document.write( "\r\n" );
document.write( "WITH CURRENT           x+y         1         30\r\n" );
document.write( "\r\n" );
document.write( "AGAINST CURRENT        x-y         1.5       30\r\n" );
document.write( "

\n" ); document.write( "\"RATE%2ATIME=DISTANCE\"---------basic rule\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Notice time for \"with current\" is 1 hour...\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"system%28x%2By=30%2C%283%2F2%29%28x-y%29=30%29\"------Or whatever is equivalent.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You might try, \"system%28x%2By=30%2C3%28x-y%29=60%29\".\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Better still, \"system%28x%2By=30%2Cx-y=20%29\".
\n" ); document.write( "
\n" );