document.write( "Question 972517: Two planes travel toward each other from cities that are 1100 km apart at rates of 210 km/h and 230 km/h. They started at the same time. In how many hours will they meet? \n" ); document.write( "
Algebra.Com's Answer #594872 by amarjeeth123(570)![]() ![]() ![]() You can put this solution on YOUR website! Let them meet after a time t. \n" ); document.write( "Distance=Speed*time \n" ); document.write( "Distance covered by one plane=210t \n" ); document.write( "Distance covered by the other plane=230t \n" ); document.write( "We have 210t+230t=1100 \n" ); document.write( "440t=1100 \n" ); document.write( "t=1100/440=110/44=10/4=2.5 hours \n" ); document.write( "They will meet in 2.5 hours. \n" ); document.write( " |