document.write( "Question 1187186: A plane can fly 1200 miles in the same time as it takes a car to go 400 miles. If the car travels 100 mph slower than the plane, find the speed of the plane.\r
\n" );
document.write( "\n" );
document.write( "Using
\n" );
document.write( "r
\n" );
document.write( " as your variable to represent the speed of the plane in miles per hour, write an equation using the information above that can be solved to find the answer to this problem. \n" );
document.write( "
Algebra.Com's Answer #818124 by Alan3354(69443) You can put this solution on YOUR website! A plane can fly 1200 miles in the same time as it takes a car to go 400 miles. If the car travels 100 mph slower than the plane, find the speed of the plane. \n" ); document.write( "==================== \n" ); document.write( "Using r as your variable to represent the speed of the plane in miles per hour, write an equation using the information above that can be solved to find the answer to this problem. \n" ); document.write( "--------------------------- \n" ); document.write( "It goes 3 times as far in the same time, so it's 3 times as fast. \n" ); document.write( "------ \n" ); document.write( "r = 3c (c = car's speed) \n" ); document.write( "r = c + 100 \n" ); document.write( "--- \n" ); document.write( "3c = c + 100 \n" ); document.write( "2c = 100 \n" ); document.write( "c = 50 \n" ); document.write( "=================== \n" ); document.write( "r = 150 (not a fast plane) \n" ); document.write( " |