document.write( "Question 425819: Two tuna boats leave the same port traveling in opposite directions along the west coast of the U.S. One boat travels 5 miles per hour faster than the other.At the end of one day's travel they are 1,080 miles apart. What is the speed of each boat per hour. \n" ); document.write( "
Algebra.Com's Answer #296368 by mananth(16946)![]() ![]() You can put this solution on YOUR website! west bound x mph \n" ); document.write( "east bound x- 5 \n" ); document.write( ".. \n" ); document.write( "They are going away from each other. \n" ); document.write( " \n" ); document.write( "So add up their speed. \n" ); document.write( " \n" ); document.write( "combined speed = x+x-5 \n" ); document.write( "=2x-5 \n" ); document.write( "Time = 24 hours \n" ); document.write( "Distance =1080 miles \n" ); document.write( "Distance = speed * time \n" ); document.write( "(2x-5)* 24 \n" ); document.write( "48x-120=1080 \n" ); document.write( "48x=1080+120 \n" ); document.write( "48x=1200 \n" ); document.write( "/48 \n" ); document.write( "x=25 mph west bound \n" ); document.write( "east bound = 25-5=20 mph \n" ); document.write( " \n" ); document.write( " |