document.write( "Question 812254: A plane leaves Chicago and flies 750 miles to New York. If it takes 2.5 hours to get to New York flying against wind, but only 2 hours to fly back to Chicago, what is the plane's rate of speed?\r
\n" );
document.write( "\n" );
document.write( "I absolutely do not know how to do rate, distance, and time, so this problem makes no sense to me whatsoever. Therefore, I can't quite think of any equations to help solve this problem.\r
\n" );
document.write( "\n" );
document.write( "Thanks for your time!(: \n" );
document.write( "
Algebra.Com's Answer #489064 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! You can make your life a lot easier if you learn these three simple formulas \n" ); document.write( "Dist = speed * time \n" ); document.write( "d = s*t \n" ); document.write( ": \n" ); document.write( "Speed = dist/time \n" ); document.write( "s = d/t \n" ); document.write( "; \n" ); document.write( "Time = dist/speed \n" ); document.write( "t = d/s \n" ); document.write( ": \n" ); document.write( "A plane leaves Chicago and flies 750 miles to New York. \n" ); document.write( " If it takes 2.5 hours to get to New York flying against wind, \n" ); document.write( " but only 2 hours to fly back to Chicago, \n" ); document.write( " what is the plane's rate of speed? \n" ); document.write( ": \n" ); document.write( "let s = speed of the plane in still air \n" ); document.write( "let w = the speed of the wind \n" ); document.write( "then \n" ); document.write( "(s-w) = ground speed against the wind \n" ); document.write( "(s+w) = ground speed with the wind \n" ); document.write( ": \n" ); document.write( "Write a distance equation for each way \n" ); document.write( "2.5(s-w) = 750 \n" ); document.write( " 2(s+w) = 750 \n" ); document.write( "Simplify both equation, divide the first by 2.5, the 2nd by 2 \n" ); document.write( "s - w = 300 \n" ); document.write( "s + w = 375 \n" ); document.write( "---------------adding eliminates w, find s \n" ); document.write( "2s = 675 \n" ); document.write( "s = 337.5 mph planes speed in still air \n" ); document.write( " |