document.write( "Question 720308: 2 private airplanes travel toward each other from cities that are 780km apart at speeds of 190km/h and 200km/h . they left at same time. In how many hours will they meet ?
\n" ); document.write( " my solution not sure if this is correct
\n" ); document.write( "let x = # of hours planes will meet
\n" ); document.write( " 190x+200x=780km
\n" ); document.write( "390x=780
\n" ); document.write( "x=2 hours the planes will meet Thank you for checking this for me
\n" ); document.write( "

Algebra.Com's Answer #441787 by checkley79(3341)\"\" \"About 
You can put this solution on YOUR website!
D=RT
\n" ); document.write( "780=190T+200T
\n" ); document.write( "390T=780
\n" ); document.write( "T=780/390
\n" ); document.write( "T=2 HOURS THEY WILL MEET.
\n" ); document.write( "
\n" );