document.write( "Question 1016229: A plane can fly 680 miles in the same time as it takes a car to go 280 miles. If the car travels 100 mph slower than the plane, find the speed of the plane. \n" ); document.write( "
Algebra.Com's Answer #632660 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Starting by calling the rate of the car r, the rate of the plane r+100 and with rt=d, we can write \n" ); document.write( "rt = 280 \n" ); document.write( "or t = 280/r \n" ); document.write( "(r+100)t = 680 \n" ); document.write( "or t = 680/(r+100) \n" ); document.write( "Set these equal and get \n" ); document.write( "280/r = 680/(r+100) \n" ); document.write( "Now cross-multiply and solve \n" ); document.write( "680r = 280r + 28000 \n" ); document.write( "400r = 28000 \n" ); document.write( "r = 70 mph \n" ); document.write( "r+100 = 170 mph, the rate of the plane... \n" ); document.write( " |