document.write( "Question 655239: By increasing her usual speed by 25 kilometers per hour, a bus driver decreases the time on a 25-kilometer trip by 5 minutes. Find the usual speed. \n" ); document.write( "
Algebra.Com's Answer #409008 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! By increasing her usual speed by 25 kilometers per hour, a bus driver decreases the time on a 25-kilometer trip by 5 minutes. Find the usual speed. \n" ); document.write( "** \n" ); document.write( "let x=usual speed \n" ); document.write( "(x+25)=increased speed \n" ); document.write( "travel time=distance/speed \n" ); document.write( "5 min=5/60 hr=1/12 hr \n" ); document.write( ".. \n" ); document.write( "25/x-25/(x+25)=5 min=1/12hr \n" ); document.write( "LCD:x(x+25) \n" ); document.write( "25(x+25)-25x=x(x+25)/12 \n" ); document.write( "25x+625-25x=(x^2+25x)/12 \n" ); document.write( "12*625=x^2+25x \n" ); document.write( "7500=x^2+25x \n" ); document.write( "x^2+25x-7500=0 \n" ); document.write( "(x+100)(x-75)=0 \n" ); document.write( "x=-100(reject) \n" ); document.write( "or \n" ); document.write( "x=75 \n" ); document.write( "usual speed of bus=75 mph \n" ); document.write( " |