document.write( "Question 331852:  A sail boat travels 20 miles downstream in 3 hours. I returns in 4 hours. Find the speed of the sailboat in still water and the rate of the current.
\n" );
document.write( "I know its 35/6 for speed and 5/6 but how can I check this out? \n" );
document.write( "
| Algebra.Com's Answer #237849 by jrfrunner(365)     You can put this solution on YOUR website! downstream: Boat speed + current speed = total speed downstream =20/3 (distance/time) \n" ); document.write( "-- \n" ); document.write( "so B+C=20/3 \n" ); document.write( "-- \n" ); document.write( "upstream: Boat speed - current speed = total speed upstream =20/4 (distance/time) \n" ); document.write( "-- \n" ); document.write( "so B-C=20/4=5\r \n" ); document.write( "\n" ); document.write( "== \n" ); document.write( "you have the solutions B=35/6, C=5/6 \n" ); document.write( "to check that these are in fact the solutions\r \n" ); document.write( "\n" ); document.write( "just substitute these values into either B+C=20/3 or B-C=5 and see if left side of the equation equals the right side \n" ); document.write( " |