document.write( "Question 1035380: a ship left a port and sailed east at the rate of 20 miles per hour. one hour later, a second ship left the same port at the rate of 25 miles per hour, also traveling east. in how many hours did the second ship overtake the first ship? \n" ); document.write( "
Algebra.Com's Answer #650074 by jorel555(1290) ![]() You can put this solution on YOUR website! The first ship has a one-hour head start, and thus has gone 20 already. Then the second ship catches up in: \n" ); document.write( "20x+20=25x \n" ); document.write( "5x=20 \n" ); document.write( "x=4 \n" ); document.write( "After five hours , the first ship has traveled 5(20), or 100 miles. The second ship ,after four hours, has traveled 4(25), or 100 miles also!!!!!!!! \n" ); document.write( " |