document.write( "Question 113760This question is from textbook Algebra Structure and method
\n" );
document.write( ": At noon a private plane left Austin for Los Angeles,2100km away, flying at 500km/h. One hour later a jet left Los Angeles for Austin at 700km/h. At what time did they pass each other?
\n" );
document.write( "Here is what I have so far.I am not sure how to do this
\n" );
document.write( "2100=500(t+60)-700(t-60) \n" );
document.write( "
Algebra.Com's Answer #82767 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! At noon a private plane left Austin for Los Angeles,2100km away, flying at 500km/h. One hour later a jet left Los Angeles for Austin at 700km/h. At what time did they pass each other? \n" ); document.write( "----------------------------- \n" ); document.write( "Private plane DATA: \n" ); document.write( "Rate = 500 km/h ; time = x hrs; distance = 500x km \n" ); document.write( "----------- \n" ); document.write( "Jet DATA: \n" ); document.write( "Rate = 700 km/h ; time = x-1 hrs ; distance = 700(x-1) \n" ); document.write( "-------------- \n" ); document.write( "EQUATION: \n" ); document.write( "private distance + jet distance = 2100 km \n" ); document.write( "500x + 700(x-1) = 2100 \n" ); document.write( "5x + 7x-7 = 21 \n" ); document.write( "12x = 28 \n" ); document.write( "x= 7/3 hrs = 2 hrs 20 minutes \n" ); document.write( "------------ \n" ); document.write( "They passed at noon + 2 hrs 20 min or 2:20 PM \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |