document.write( "Question 963984: An express bus can travel 275 mi in the same time that it takes a local bus to travel 225 mi. If the rate of the express bus is 10 mi/h faster than that of the local bus, find the rate for each bus. \n" ); document.write( "
Algebra.Com's Answer #588887 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! An express bus can travel 275 mi in the same time that it takes a local bus to travel 225 mi. If the rate of the express bus is 10 mi/h faster than that of the local bus, find the rate for each bus. \n" ); document.write( "*** \n" ); document.write( "let x=rate of local bus \n" ); document.write( "x+10=rate of express bus \n" ); document.write( "travel time=distance/rate \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( "275x=225x+2250 \n" ); document.write( "50x=2250 \n" ); document.write( "x=45 \n" ); document.write( "x+10=55 \n" ); document.write( "rate of local bus=45 mph \n" ); document.write( "rate of express bus=55 mph \n" ); document.write( " |