document.write( "Question 761850: After making a trip of 126 miles, a lady found that if she had increased her average speed by 8mph, she could have made the trip in 1 hour less time. Find her original speed.\r
\n" );
document.write( "\n" );
document.write( "My 2 equations:
\n" );
document.write( "original: 126=(s+8)*(t-1)
\n" );
document.write( "theoretical trip: 126=s*t
\n" );
document.write( "After I plug the 2nd equation into the first I do not know what to do.
\n" );
document.write( "126=(s+8)*((126/s)-1)
\n" );
document.write( "Please help! Thank You Thank You Thank You!!!!! -Abby \n" );
document.write( "
Algebra.Com's Answer #463539 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! After making a trip of 126 miles, a lady found that if she had \n" ); document.write( " increased her average speed by 8mph, she could have made the trip \n" ); document.write( " in 1 hour less time. \n" ); document.write( " Find her original speed. \n" ); document.write( ": \n" ); document.write( "Let's try it this way. \n" ); document.write( ": \n" ); document.write( "Let s = original speed \n" ); document.write( "then \n" ); document.write( "(s+8) = her increase speed \n" ); document.write( ": \n" ); document.write( "Write a time equation: time = dist/speed \n" ); document.write( ": \n" ); document.write( "Original time - faster speed time = 1 hr \n" ); document.write( " \n" ); document.write( "multiply by s(s+8) cancel the denominators, resulting in \n" ); document.write( "126(s+8) - 126s = s(s+8) \n" ); document.write( "126s + 1008 - 126s = s^2 + 8s \n" ); document.write( "combine all this, we have a quadratic equation of: \n" ); document.write( "s^2 + 8s - 1008 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(s+36)(s-28) = 0 \n" ); document.write( "the positive solution is all we need here \n" ); document.write( "s = 28 mph is the original speed \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "We can check this by finding the time at each speed \n" ); document.write( "126/28 = 4.5 hrs \n" ); document.write( "126/36 = 3.5 hrs (8mph faster) \n" ); document.write( "----------------- \n" ); document.write( "time dif: 1 hr \n" ); document.write( " |