document.write( "Question 1110738: Problem Page Two buses leave a station at the same time and travel in opposite directions. One bus travels 16 /kmh faster than the other. If the two buses are 1270km apart after 5 hours, what is the rate of each bus \n" ); document.write( "
Algebra.Com's Answer #725764 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let speed of one bus be x kmh
\n" ); document.write( "the other will be (x+16) kmh\r
\n" ); document.write( "\n" ); document.write( "they are moving in opposite directions
\n" ); document.write( "so effective speed is x+x+16 -> 2x+16\r
\n" ); document.write( "\n" ); document.write( "distance = 1270 km
\n" ); document.write( "time = 5 hours\r
\n" ); document.write( "\n" ); document.write( "d= s x t
\n" ); document.write( "1270 = (2x+16) *5
\n" ); document.write( "1270/5 = 2x +16
\n" ); document.write( "254 = 2x+16
\n" ); document.write( "2x= 238
\n" ); document.write( "x= 119 km/h
\n" ); document.write( "add 16 to get speed of second bus
\n" ); document.write( "
\n" );