document.write( "Question 988383: If the speed were increased by 10mph, a 420-mile trip would take 1 hour less time. How long will the trip take at the slower speed? \n" ); document.write( "
Algebra.Com's Answer #609032 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If the speed were increased by 10mph, a 420-mile trip would take 1 hour less time. \n" ); document.write( " How long will the trip take at the slower speed? \n" ); document.write( ": \n" ); document.write( "let s = the slower speed \n" ); document.write( "then \n" ); document.write( "(s+10) = the faster speed \n" ); document.write( ": \n" ); document.write( "Write a time equation; time = dist/speed \n" ); document.write( ": \n" ); document.write( "slo speed time - fast speed time = 1 hr \n" ); document.write( " \n" ); document.write( "multiply equation by s(s+10), cancel the denominators \n" ); document.write( "420(s+10) - 420s = s(s+10) \n" ); document.write( "420s + 4200 - 420s = s^2 + 10s \n" ); document.write( "Combine to form a quadratic equation \n" ); document.write( "s^2 + 10s - 4200 = 0 \n" ); document.write( "You can use the quadratic formula to find s, but this will factor to \n" ); document.write( "(s+70)(s-60) = 0 \n" ); document.write( "The positive solution is what we want here \n" ); document.write( "s = 60 mph is the slower speed \n" ); document.write( "\"How long will the trip take at the slower speed?\" \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "We can confirm this solution by finding the time at the faster speed \n" ); document.write( "420/70 = 6 hrs, one hr less \n" ); document.write( " |