document.write( "Question 734020: A car traveled 1280 miles at a certain speed. If the speed had been 16 mph faster, the trip could have been made in 4 hours less time. what was the speed? \n" ); document.write( "
Algebra.Com's Answer #448683 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A car traveled 1280 miles at a certain speed. If the speed had been 16 mph faster, the trip could have been made in 4 hours less time. what was the speed? \n" ); document.write( "----------------------- \n" ); document.write( "Slower trip DATA: \n" ); document.write( "distance = 1280 miles ; speed = x mph ; time = d/r = 1280/x hrs \n" ); document.write( "-------------------- \n" ); document.write( "Faster trip DATA: \n" ); document.write( "distance = 1280 miles ; speed = x+16 mph ; time = d/r = 1280/(x+16) hrs \n" ); document.write( "------- \n" ); document.write( "Equation: \n" ); document.write( "time - time = 4 hrs \n" ); document.write( "1280/x - 1280/(x+16) = 4 hrs \n" ); document.write( "------ \n" ); document.write( "1280*16 = 4x(x+16) \n" ); document.write( "--- \n" ); document.write( "1280*4 = x^2+16x \n" ); document.write( "----- \n" ); document.write( "x^2 + 16x - 5120 = 0 \n" ); document.write( "Factor: \n" ); document.write( "(x-64)(x+80) = 0 \n" ); document.write( "--- \n" ); document.write( "Positive solution: \n" ); document.write( "x = 64 mph \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |