document.write( "Question 871073: 23. Robert can drive to work in 45 min, whereas if he decides to take the bus, the same trip takes 1 hr 15 min. If the average rate of the bus is 16 mph slower than his driving rate, how far does he travel to work? \n" ); document.write( "
Algebra.Com's Answer #525306 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let driving speed be x \n" ); document.write( "so distance traveled = 0.75x\r \n" ); document.write( "\n" ); document.write( "bus speed = (x-16) \n" ); document.write( "time = 1.25 hours \n" ); document.write( "distance = 1.25(x-16)\r \n" ); document.write( "\n" ); document.write( "distance is same\r \n" ); document.write( "\n" ); document.write( "0.75x=1.25(x-16)\r \n" ); document.write( "\n" ); document.write( "0.75x=1.25x-20\r \n" ); document.write( "\n" ); document.write( "0.50x=20\r \n" ); document.write( "\n" ); document.write( "x= 40 mph driving speed\r \n" ); document.write( "\n" ); document.write( "bus speed = 40-16 = 24 mph \n" ); document.write( " |