document.write( "Question 381528: A train traveling 48km/h takes 2h longer than the ship traveling 60km/h to reach a given distance.What is the distance ? \n" ); document.write( "
Algebra.Com's Answer #270613 by stanbon(75887) ![]() You can put this solution on YOUR website! A train traveling 48km/h takes 2h longer than the ship traveling 60km/h to reach a given distance.What is the distance ? \n" ); document.write( "------------------------ \n" ); document.write( "Train DATA: \n" ); document.write( "rate = 48 km/h ; time = x+2 hrs ; distance = 48(x+2) km \n" ); document.write( "------- \n" ); document.write( "Ship DATA: \n" ); document.write( "rate = 60 km/h ; time = x hrs ; distance = 60x km \n" ); document.write( "---------- \n" ); document.write( "Equation: \n" ); document.write( "48(x+2) = 60x \n" ); document.write( "48x+96 = 60x \n" ); document.write( "12x = 96 \n" ); document.write( "x = 8 hrs \n" ); document.write( "---- \n" ); document.write( "Distance = 60x = 480 km. \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |