document.write( "Question 404881: a boat takes 2 hours to go 30 km downstream and 3 hours to go the same distance upstream. finds its speed in still water. \n" ); document.write( "
Algebra.Com's Answer #286126 by Tatiana_Stebko(1539)\"\" \"About 
You can put this solution on YOUR website!
If the boat speed is x kmh, river speed is y kmh, then when boat go downsteram it speed is \"%28x%2By%29\", upstream speed is \"%28x-y%29\"
\n" ); document.write( "a boat takes 2 hours to go 30 km downstream, so downstream speed is \"30%2F2=15\" kmh, so \"%28x%2By%29=15\"
\n" ); document.write( "a boat takes 3 hours to go 30 km upstream, so upstream speed is \"30%2F3=10\"kmh
\n" ); document.write( "so \"%28x-y%29=10\"
\n" ); document.write( "Equations system
\n" ); document.write( "\"x%2By=15\"
\n" ); document.write( "\"x-y=10\"Add the first equation to the second
\n" ); document.write( ".
\n" ); document.write( "\"2x=25\"
\n" ); document.write( "\"x=25%2F2\"
\n" ); document.write( "\"x=12.5\" kmh is the boat speed
\n" ); document.write( "The river speed is \"12.5%2By=15\" \"y=15-12.5\" \"y=2.5\"kmh
\n" ); document.write( "Answer The boat speed is 12.5 kmh
\n" ); document.write( "
\n" );