document.write( "Question 1030961: An airplane can fly 665 miles with the wind at 40 mph in the same amount of time it can fly 535 miles against the wind at 40 mph. What is the speed of the plane without any wind? \n" ); document.write( "
Algebra.Com's Answer #645683 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An airplane can fly 665 miles with the wind at 40 mph in the same amount of time it can fly 535 miles against the wind at 40 mph. What is the speed of the plane without any wind? \n" ); document.write( "---------------- \n" ); document.write( "With wind DATA: \n" ); document.write( "dist = 665 miles ; rate = p+40 mph ; time = 665/(p+40) hrs \n" ); document.write( "------------- \n" ); document.write( "Against wind DATA: \n" ); document.write( "dist = 535 miles ; rate = p-40 mph ; time = 535/(p-40) hrs \n" ); document.write( "------------------- \n" ); document.write( "Equation:: \n" ); document.write( "665/(p+40) = 535/(p-40) \n" ); document.write( "------ \n" ); document.write( "665p - 665*40 = 535p+535*40 \n" ); document.write( "--------------------------------- \n" ); document.write( "130p = 1200*40 \n" ); document.write( "p = 369.23 mph (speed of plane without wind) \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |