document.write( "Question 1057860: A city bus finishes it 96 mile route in the same the same amount of time that a rural bus finishes its 144 mile route. The city bus averages 18mph slower than the rural bus how long does it take each bust to finish its route \n" ); document.write( "
Algebra.Com's Answer #672858 by solve_for_x(190)![]() ![]() ![]() You can put this solution on YOUR website! Let x represent the speed of the rural bus.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The speed of the city bus is then represented by x - 18.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The time that each bus travels is calculated by dividing the distance by the speed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The time that the city bus takes is: 96 / (x - 18)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The time that the rural buss takes is 144/x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since the times are the same we can write:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This can be rearranged as:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "96x = 144(x - 18)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "96x = 144x - 2592\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "96x - 144x = -2592\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-48x = -2592\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = -2592 / -48\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 54 miles per hour\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The time required is then:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "144 / x = 144 / 54 = 2.67 hours\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Each bus takes 2.67 hours to complete its route. \n" ); document.write( " |