document.write( "Question 367536: RATES OF TWO BUSES Two buses that are 90 mi apart travel toward each other on an interstate highway. The slower bus, which departs at 9:30 A.M., travels 5 mi/h slower than the bus that departs at 9:45 A.M. At 10:30 A.M., the buses pass each other. Determine the rate of each bus \n" ); document.write( "
Algebra.Com's Answer #261967 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
r * t = d ___ the distances sum to 90\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "[(r - 5) * 1] + [r * .75] = 90
\n" ); document.write( "
\n" );