document.write( "Question 1201012: three airports, A, B, and C, are located in a north-south line. b is 645 mi north of A, and C is 540 mi north of B. a pilot flew from A to B, delayed 2 h, and continued to C,. the wind was blowing from the south at 15 mi/h during the first part of the trip, but during the delay it changed to the north with a velocity of 20 mi/h. if each flight required the same time, find the airspeed of the plane.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #835269 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let's draw a vertical number line to represent the locations of airports A, B, and C. \n" ); document.write( "The order from top to bottom is: C, B, A. \n" ); document.write( "We'll also mark the distances between each adjacent airport. \n" ); document.write( "Each distance is in miles. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add in the wind blowing from the south (i.e. the wind is blowing toward the north) at 15 mph. \n" ); document.write( "This applies only when the plane is going from A to B. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since the plane and the wind are both going north (when the plane goes from A to B), the plane's speed is increased.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = speed of the plane with no wind \n" ); document.write( "x+15 = speed after adding the 15 mph wind boost\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "distance = rate*time \n" ); document.write( "time = distance/rate \n" ); document.write( "time = (645 miles)/(x+15 mph) \n" ); document.write( "time = 645/(x+15) \n" ); document.write( "This is the time, in hours, it takes to go from A to B.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Side note: \n" ); document.write( "A headwind slows the plane down (because it attacks the head or front of the plane). \n" ); document.write( "A tailwind speeds the plane up (because it comes from the tail to push the plane forward).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When the plane goes from B to C, the wind blows from the north. \n" ); document.write( "The wind is now aiming south. It moves at 20 mph. \n" ); document.write( " \n" ); document.write( "At this point the plane's speed x is now decreased to x-20 because it's fighting the wind (the plane goes north while the wind is going south). \n" ); document.write( "Note: This assumes the plane's speed without wind (x) is the same as before.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then, \n" ); document.write( "distance = rate*time \n" ); document.write( "time = distance/rate \n" ); document.write( "time = (540 miles)/(x-20 mph) \n" ); document.write( "time = 540/(x-20) \n" ); document.write( "This is the time, in hours, it takes to go from B to C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To summarize what we know so far:
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The instructions mention \"each flight required the same time\". \n" ); document.write( "So we'll set each time expression equal to one another. \n" ); document.write( "Then solve for x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "time from A to B = time from B to C \n" ); document.write( "645/(x+15) = 540/(x-20) \n" ); document.write( "645(x-20) = 540(x+15) \n" ); document.write( "645x-12900 = 540x+8100 \n" ); document.write( "645x-540x = 8100+12900 \n" ); document.write( "105x = 21000 \n" ); document.write( "x = 21000/105 \n" ); document.write( "x = 200\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The plane's speed without wind is 200 mph\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When going from A to B, the time spent is: \n" ); document.write( "time = 645/(x+15) \n" ); document.write( "time = 645/(200+15) \n" ); document.write( "time = 645/215 \n" ); document.write( "time = 3 hours\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When going from B to C, the time spent is: \n" ); document.write( "time = 540/(x-20) \n" ); document.write( "time = 540/(200-20) \n" ); document.write( "time = 540/180 \n" ); document.write( "time = 3 hours\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Both portions of the trip are 3 hours each. This confirms we have the correct answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------------------------------- \n" ); document.write( "----------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: The plane's speed without wind is 200 mph \n" ); document.write( " \n" ); document.write( " |