document.write( "Question 1196361: The Opposite Flying Plane Problem: Two planes flying opposite directions (North and South) pass each other 80 miles apart at the same altitude. The Northbound plane is flying 200 mph and the Southbound plane is flying 150 mph. a) How far apart are the planes in 20 minutes? b) When are the planes 300 miles apart?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #829189 by math_tutor2020(3816)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Part (a)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's label the planes as PlaneA and PlaneB\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "PlaneA = northbound at 200 mph
\n" ); document.write( "PlaneB = southbound at 150 mph\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Place planeA at (0,0) on the xy grid.
\n" ); document.write( "PlaneB will go to (80,0) which is 80 units away, to represent the 80 mile gap.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "t = number of hours that elapse, after the planes are side by side\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The location of planeA is (0,200t) since it travels 200 mph and it's heading north, i.e. along the positive y axis.
\n" ); document.write( "I'm using the idea that distance = rate*time
\n" ); document.write( "For instance, after t = 1 hour, plane A is at location (0,200t) = (0,200*1) = (0,200)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Meanwhile, the location of planeB is (80,-150t)
\n" ); document.write( "The negative is to indicate going south\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "20 min = 20/60 = 1/3 of an hour\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's plug in t = 1/3 to find the location of each plane
\n" ); document.write( "A = (0,200t) = (0,200*(1/3)) = (0,200/3)
\n" ); document.write( "B = (80,-150t) = (80,-150*(1/3)) = (80,-50)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now compute the distance from A to B
\n" ); document.write( "d = sqrt( (x1-x2)^2 + (y1-y2)^2 )
\n" ); document.write( "d = sqrt( (0-80)^2 + (200/3-(-50))^2 )
\n" ); document.write( "d = sqrt( (0-80)^2 + (200/3+50)^2 )
\n" ); document.write( "d = sqrt( 20,011.1111111111 )
\n" ); document.write( "d = 141.46063449282
\n" ); document.write( "d = 141.4606\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: Approximately 141.4606 miles
\n" ); document.write( "Round this however your teacher instructs.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=====================================================================================\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Part (b)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's go back to
\n" ); document.write( "A = (0,200t)
\n" ); document.write( "B = (80,-150t)
\n" ); document.write( "and compute the distance based on these coordinates\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "d = sqrt( (x1-x2)^2 + (y1-y2)^2 )
\n" ); document.write( "d = sqrt( (0-80)^2 + (200t-(-150t))^2 )
\n" ); document.write( "d = sqrt( 6400 + (200t+150t)^2 )
\n" ); document.write( "d = sqrt( 6400 + (350t)^2 )
\n" ); document.write( "d = sqrt( 6400 + 122,500t^2 )\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "As a slight detour, let's plug in t = 1/3 to get...
\n" ); document.write( "d = sqrt( 6400 + 122,500t^2 )
\n" ); document.write( "d = sqrt( 6400 + 122,500(1/3)^2 )
\n" ); document.write( "d = 141.46063449282
\n" ); document.write( "We get the same result as before, so it helps confirm we have the correct general distance equation.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "What we'll do from here is plug in d = 300 and solve for t
\n" ); document.write( "d = sqrt( 6400 + 122,500t^2 )
\n" ); document.write( "300 = sqrt( 6400 + 122,500t^2 )
\n" ); document.write( "300^2 = 6400 + 122,500t^2
\n" ); document.write( "90,000 = 6400 + 122,500t^2
\n" ); document.write( "6400 + 122,500t^2 = 90,000
\n" ); document.write( "122,500t^2 = 90,000
\n" ); document.write( "122,500t^2 = 90,000 - 6400
\n" ); document.write( "122,500t^2 = 83,600
\n" ); document.write( "t^2 = (83,600)/(122,500)
\n" ); document.write( "t^2 = 0.68244897959183
\n" ); document.write( "t = sqrt(0.68244897959183)
\n" ); document.write( "t = 0.82610470256006\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The planes are 300 miles apart at the time marker of approximately 0.82610470256006 hours\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Multiply by 60 to convert to minutes
\n" ); document.write( "60*0.82610470256006 = 49.5662821536037\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: Approximately 49.5663 minutes
\n" ); document.write( "Round this value however your teacher instructs.
\n" ); document.write( "
\n" ); document.write( "
\n" );