document.write( "Question 1162431: Mattie Evans drove 250 miles in the same amount of time that it took a turbo propeller plane to travel 1200 miles. The speed of the plane was 190 mph faster than the speed of the car. Find the speed of the plane.
\n" );
document.write( "The speed of the plane was _ mph. \n" );
document.write( "
Algebra.Com's Answer #786228 by Theo(13342)![]() ![]() You can put this solution on YOUR website! rate * time = distance. \n" ); document.write( "let x equal the rate that mattie travels at. \n" ); document.write( "let y equal the rate that the plane travels at. \n" ); document.write( "let z = the time \n" ); document.write( "for the car, the formula becomes x * z = 250 \n" ); document.write( "for the plane, the formula becomes y * z = 1200 \n" ); document.write( "you are given that the rate of the plane is 190 miles per hour faster than the rate of the car. \n" ); document.write( "this means y = x + 190 \n" ); document.write( "the formulas become: \n" ); document.write( "x * z = 250 \n" ); document.write( "(x + 190) * z = 120 \n" ); document.write( "simplify the second equation and leave the first equation as is to get: \n" ); document.write( "x * z = 250 \n" ); document.write( "x * z + 190 * z = 1200 \n" ); document.write( "subtract the first equation from the second to get: \n" ); document.write( "190 * z = 950 \n" ); document.write( "solve for z to get: \n" ); document.write( "z = 5 \n" ); document.write( "that's the time the the car and the plane took. \n" ); document.write( "for the car, x * z = 250 becomes x * 5 = 250. \n" ); document.write( "solve for x to get x = 50 miles per hour. \n" ); document.write( "y = x + 190 makes y = 240 miles per hour. \n" ); document.write( "for the car, the formula becomes: \n" ); document.write( "5 * 50 = 250 miles \n" ); document.write( "for the plane, the formula becomes: \n" ); document.write( "5 * 240 = 1200 miles \n" ); document.write( "solution looks good. \n" ); document.write( "solution is that the speed of the plane is 240 miles per hour. \n" ); document.write( " |