document.write( "Question 996929: the river current is 8 mph. a jet ski can travel 34 miles downstream in the same time that it takes to go 18 miles upstream. what is the speed of th jet ski with no current? \n" ); document.write( "
Algebra.Com's Answer #615196 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
Basic rule is RT=D.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "WhichWay  speed   time     distance\r\n" );
document.write( "DOWN      r+8      t         34\r\n" );
document.write( "UP        r-8      t         18\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You could assign variables to everything; but for your particular example, \"highlight_green%2834%2F%28r%2B8%29=18%2F%28r-8%29%29\".\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--
\n" ); document.write( "Some discussion of the solution:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Making a data table often helps to see what is happening with the numbers.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The variable, t, is for the same amount of time in both directions. The basic uniform travel rates relationship gives
\n" ); document.write( "\"system%28%28r%2B8%29t=34%2C%28r-8%29t=18%29\";\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "and the unknown t can be solved for both of those equations in terms of the unknown r:
\n" ); document.write( "\"system%28t=34%2F%28r%2B8%29%2Ct=18%2F%28r-8%29%29\" and since you know that these two expressions for t must be equal, you can say the equation \"34%2F%28r%2B8%29=18%2F%28r-8%29\" and solve this for r, the number being asked for in the question.
\n" ); document.write( "
\n" );