document.write( "Question 765423: a train takes 7 hours to travel from station A to station B. if its speed is increased by 10 km/h, it will take 1 hour less to complete the journey.find the distance between two stations? \n" ); document.write( "
Algebra.Com's Answer #466140 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Distance = Speed * Time \n" ); document.write( "Speed = x\r \n" ); document.write( "\n" ); document.write( " 7x = 6x + 60 \n" ); document.write( " 7x - 6x = 60 \n" ); document.write( " x = 60 \n" ); document.write( "Speed = 60mph \n" ); document.write( "Proof: \n" ); document.write( "7 * x = 6 * (x + 10) \n" ); document.write( "7 * 60 = 6 * (60 + 10) \n" ); document.write( "7 * 60 = 6 * 70 \n" ); document.write( " 420 = 420 \n" ); document.write( "Distance = 420 miles. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |