document.write( "Question 53741: one car travels 50 miles per hour and another one travels 55 miles per hour. if they start from the same place at the same time and travel in the same direction, after how many hours will the faster car be 35 miles ahead of the slower car? \n" ); document.write( "
Algebra.Com's Answer #35991 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! let x represent the time \n" ); document.write( "50x+35=55x \n" ); document.write( "5x=35 \n" ); document.write( "x=7 \n" ); document.write( "Hence, in 7 hours. \n" ); document.write( "Paul. \n" ); document.write( " |