document.write( "Question 828265: An airplane travels 1400 miles in the same amount of time it takes a car to travel 210 miles. The car travels at a speed of 340 mph less than the airplane. what is the speed of the plane? \n" ); document.write( "
Algebra.Com's Answer #499184 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An airplane travels 1400 miles in the same amount of time it takes a car to travel 210 miles. The car travels at a speed of 340 mph less than the airplane. what is the speed of the plane? \n" ); document.write( "--------- \n" ); document.write( "Car DATA: \n" ); document.write( "distance = 210 miles ; rate = (p-340); time = 210/(p-340) hrs \n" ); document.write( "----- \n" ); document.write( "Plane DATA: \n" ); document.write( "distance = 1400 miles ; rate = p mph ; time = 1400/p \n" ); document.write( "------- \n" ); document.write( "Equation: \n" ); document.write( "time = time \n" ); document.write( "210/(p-340) = p \n" ); document.write( "210 = p^2 - 340p \n" ); document.write( "p^2 -340p - 210 = 0 \n" ); document.write( "----- \n" ); document.write( "plane speed = 340.62 mph \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " \n" ); document.write( " |