document.write( "Question 761466: It takes a rowing crew 1 hour and 30 minutes longer to go 12 miles up a river than to return. Find the speed of the rowing crew in still water if the speed of the current is 2 mph.
\n" ); document.write( "I set the problem up ( s= speed and t= time)
\n" ); document.write( "Going up river: 12= (s+ 2)t
\n" ); document.write( "I then know that t= 12/(s+2)
\n" ); document.write( "Going down river: 12= (s-2)(t+1.5)\r
\n" ); document.write( "\n" ); document.write( "So making the substitution for t:\r
\n" ); document.write( "\n" ); document.write( "Going down river 12=(s-2)((12/(s+2)) + 1.5)\r
\n" ); document.write( "\n" ); document.write( "But this is where I run into problems. How do I solve this algebra problem?\r
\n" ); document.write( "\n" ); document.write( "Thanks\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #463238 by DrBeeee(684)\"\" \"About 
You can put this solution on YOUR website!
You have the speed upriver as s + 2. That's not right. When you go up or against the current the net speed is the difference or s - 2.
\n" ); document.write( "Then we have for upriver
\n" ); document.write( "(1) 12 = (s - 2)*t or
\n" ); document.write( "(2) t = 12/(s-2)
\n" ); document.write( "and for down river (with the current) we get
\n" ); document.write( "(3) 12 = (s + 2)*(t-1.5)
\n" ); document.write( "Substituting (2) into (3) gives
\n" ); document.write( "(4) 12 = (s+2)*(12/(s-2)-1.5) or
\n" ); document.write( "(5) 12 = (s+2)*((12-1.5*(s-2))/(s-2)
\n" ); document.write( "(6) 12*(s-2) = (s+2)*(12-1.5*s+3) or
\n" ); document.write( "(7) 12*(s-2) = (s+2)*(15-1.5s) or
\n" ); document.write( "(8) 12*(s-2) = -1.5*(s-10)*(s+2) or
\n" ); document.write( "(9) -8*(s-2) = (s-10)*(s+2) or
\n" ); document.write( "(9) -8s + 16 = s^2 -8s -20 or
\n" ); document.write( "(10) 16 + 20 = s^2 or
\n" ); document.write( "(11) s^2 = 36 or
\n" ); document.write( "(12) s = 6
\n" ); document.write( "Use (12) in (2) gives
\n" ); document.write( "(13) t = 12/(6-2) or
\n" ); document.write( "(14) t = 3
\n" ); document.write( "Let's check this with (3).
\n" ); document.write( "Is (12 = (6+2)*(3-1.5))?
\n" ); document.write( "Is (12 = 8*1.5)?
\n" ); document.write( "Is (12 = 12)? Yes
\n" ); document.write( "Answer: The crew is rowing at 6mph.
\n" ); document.write( "PS Your equation is satisfied for s = 6, so it is OK, in spite of my comments above. So just multiply everything out as I did and you'll get the same answer.
\n" ); document.write( "
\n" );