document.write( "Question 202504: Please help me solve this word problem:
\n" );
document.write( "An airplane can travel a distance of 6,000 km in 6 hours with the wind. The return trip against the wind takes 7.5 hours. The rate of the airplane in still air is
\n" );
document.write( "a. 1,000 km/hr
\n" );
document.write( "b. 994 km/hr
\n" );
document.write( "c. 900 km/hr
\n" );
document.write( "d. 800 km/hr \n" );
document.write( "
Algebra.Com's Answer #152727 by Theo(13342)![]() ![]() You can put this solution on YOUR website! plane travels 6000 km in 6 hours with the wind. \n" ); document.write( "plane travels 6000 km in 7.5 hours against the wind. \n" ); document.write( "----- \n" ); document.write( "let p = speed of plane in still air. \n" ); document.write( "let w = speed of wind \n" ); document.write( "----- \n" ); document.write( "total speed = plane speed plus or minus wind speed. \n" ); document.write( "----- \n" ); document.write( "let (p+w) = speed of plane with the wind. \n" ); document.write( "let (p-w) = speed of plane against the wind. \n" ); document.write( "----- \n" ); document.write( "rate * time = distance \n" ); document.write( "----- \n" ); document.write( "with the wind: \n" ); document.write( "6 * (p+w) = 6000 \n" ); document.write( "against the wind: \n" ); document.write( "7.5 * (p-w) = 6000 \n" ); document.write( "----- \n" ); document.write( "since they both = 6000, they equal each other, so: \n" ); document.write( "6*(p+w) = 7.5*(p-w) \n" ); document.write( "----- \n" ); document.write( "this becomes: \n" ); document.write( "6*p + 6*w = 7.5*P - 7.5*w \n" ); document.write( "subtracting 6*p from both sides of this equation and adding 7.5*w to both sides of this equation gets: \n" ); document.write( "1.5*p = 13.5*w \n" ); document.write( "dividing both sides of this equation by 1.5 gets: \n" ); document.write( "p = 9*w \n" ); document.write( "----- \n" ); document.write( "we can substitute 9*w for p in either equation. \n" ); document.write( "take with the wind. \n" ); document.write( "6*p + 6*w = 6000 becomes: \n" ); document.write( "6*9*w + 6*w = 6000 after substituting 9*w for p. \n" ); document.write( "this becomes: \n" ); document.write( "54*w + 6*w = 6000 which becomes: \n" ); document.write( "60*w = 6000 \n" ); document.write( "w = 100 \n" ); document.write( "substituting w = 100 in the second equation gets: \n" ); document.write( "7.5*p - 7.5*(100) = 6000 \n" ); document.write( "adding 7.5*(100) to both sides of this equation gets: \n" ); document.write( "7.5*p = 6000 + 750 = 6750 \n" ); document.write( "dividing both sides of this equation by 7.5 gets: \n" ); document.write( "p = 6750 / 7.5 = 900 \n" ); document.write( "----- \n" ); document.write( "we have: \n" ); document.write( "p = 900 \n" ); document.write( "w = 100 \n" ); document.write( "with the wind, the equation becomes: \n" ); document.write( "6 * (100+900) = 6 * 1000 = 6000 which checks out ok. \n" ); document.write( "against the wind, the equation becomes: \n" ); document.write( "7.5 * (900 - 100) = 7.5 * (800) = 6000 which checks out ok again. \n" ); document.write( "----- \n" ); document.write( "speed of the plane in still air is 900 kmph (kilometers per hour). \n" ); document.write( " \n" ); document.write( " |