document.write( "Question 528583: a car traveled 1520 miles at a certain speed. if the speed had been 19 mph faster, the trip could have been made in 4 hr less time. find the speed
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #349407 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a car traveled 1520 miles at a certain speed. \n" ); document.write( " If the speed had been 19 mph faster, the trip could have been made in 4 hr less time. \n" ); document.write( "find the speed \n" ); document.write( ": \n" ); document.write( "Let s = the speed \n" ); document.write( "then \n" ); document.write( "(s+19) = the faster speed \n" ); document.write( ": \n" ); document.write( "Write a time equation: time = dist/speed \n" ); document.write( ": \n" ); document.write( "Actual speed time - faster speed time = 4hrs \n" ); document.write( " \n" ); document.write( "Multiply by s(s+19) to get rid of the denominators, results: \n" ); document.write( "1520(s+19) - 1520s = 4s(s+19) \n" ); document.write( ": \n" ); document.write( "1520s + 28880 - 1520s = 4s^2 + 76s \n" ); document.write( "a quadratic equation \n" ); document.write( "4s^2 + 76s - 28880 = 0 \n" ); document.write( "simplify, divide by 4 \n" ); document.write( "s^2 + 19s - 7220 = 0 \n" ); document.write( "You can use the quadratic formula here, but this will factor to \n" ); document.write( "(s+95)(s-76) = 0 \n" ); document.write( "the positive solution \n" ); document.write( "s = 76 mph was his speed \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if that is true, find the actual times \n" ); document.write( "1520/76 = 20 hrs \n" ); document.write( "1520/95 = 16 hrs \n" ); document.write( "---------------- \n" ); document.write( "differs = 4 hrs \n" ); document.write( " \n" ); document.write( " |