document.write( "Question 60997: Roland traveled from Nashville to St. Louis, a distance of 300 miles. If he had increased his speed by 10 mph he would have arrived at St. Louis an hour and 30 minutes sooner. What was his speed? \n" ); document.write( "
Algebra.Com's Answer #41925 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 300=rt or r=300/t \n" ); document.write( "300=(r+10)(t-1.5) now substitute (300/t) for r in the second equation we get \n" ); document.write( "300=(300/t+10)(t-1.5) \n" ); document.write( "300=(300/t*t)+10*t+(300/t*-1.5)+(10*-1.5) \n" ); document.write( "300=300+10t-450/t-15 \n" ); document.write( "0=10t-450/t-15 \n" ); document.write( "0=(10t^2-450-15t)/t \n" ); document.write( "0=10t^2-15t-450 \n" ); document.write( "(5t+30)(2t-15)=0 \n" ); document.write( "5t+30=0 \n" ); document.write( "5t=-30 \n" ); document.write( "t=-30/5 \n" ); document.write( "t=-6 \n" ); document.write( "2t-15=0 \n" ); document.write( "2t=15 \n" ); document.write( "t=15/2 \n" ); document.write( "t=7.5 hours then \n" ); document.write( "300=r*7.5 \n" ); document.write( "r=300/7.5 \n" ); document.write( "r=40 mph speed of trip \n" ); document.write( " \n" ); document.write( " |