document.write( "Question 515616: Two sailboats, one averaging 20 miles per hour and the other 18 miles per hour, start at the same place and follow the same course. The slower boat arrives at the end of the course 1/6 of an hour after the faster sailboat. How far did each boat travel? \n" ); document.write( "
Algebra.Com's Answer #344104 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Time slower boat - time faster boat = 1/6 h
\n" ); document.write( "let x be the distance\r
\n" ); document.write( "\n" ); document.write( "time slower boat = x/18
\n" ); document.write( "time faster boat = x/20\r
\n" ); document.write( "\n" ); document.write( "x/18 - x/20 =1/6\r
\n" ); document.write( "\n" ); document.write( "LCD = 180. Multiply by LCD\r
\n" ); document.write( "\n" ); document.write( "10x-9x=30
\n" ); document.write( "x=30\r
\n" ); document.write( "\n" ); document.write( "3o miles
\n" ); document.write( "
\n" );