document.write( "Question 93048: Two trucks started toward each other at the same time from towns 270km apart.
\n" ); document.write( "One truck averaged 70km/h and the other averaged 65km/h. after how many hours did they pass each other?
\n" ); document.write( "

Algebra.Com's Answer #67791 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
distance=rate*time ... let t=time ... the trucks pass when their combined distance is 270\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "t(70)+t(65)=270 ... 135t=270 ... t=2
\n" ); document.write( "
\n" );