document.write( "Question 280396: A boy swims downstream 0.9 miles in the same amount of time that he can swim 0.6 miles upstream. If the rate of the current is 1.5 mph, how fast can he swim in still water? \n" ); document.write( "
Algebra.Com's Answer #203801 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
D=RT
\n" ); document.write( ".9=(R+1.5)T SWIMMING DOWNSTREAM.
\n" ); document.write( "T=.9/(R+1.5)
\n" ); document.write( ".6=(R-1.5)T SWIMMING UPSTREAM.
\n" ); document.write( "T=.6/(R-1.5)
\n" ); document.write( "THE TIMES ARE THE SAME THUS SET THE TWO EQUATIONS EQUAL.
\n" ); document.write( ".9/(R+1.5)=.6/(R-1.5) CROSS MULTIPLY.
\n" ); document.write( ".9(R-1.5)=.6(R+1.5)
\n" ); document.write( ".9R-1.35=.6R=+.9
\n" ); document.write( ".9R-.6R=.9+1.35
\n" ); document.write( ".3R=2.25
\n" ); document.write( "R=2.25/.3
\n" ); document.write( "R=7.5 MPH IS THE SPEED OF THE SWIMMER IN STILL WATER.
\n" ); document.write( "PROOF:
\n" ); document.write( ".9/(7.5+1.5)=.6(7.5-1.5)
\n" ); document.write( ".9/9=.6/6
\n" ); document.write( ".1=.1
\n" ); document.write( "
\n" );