document.write( "Question 466040: A plane flying at 300 miles per hour has a 3 hr head start on a chase plane which has a speed of 800 mph. How far from the airport will the chase plane overtake the first plane? \n" ); document.write( "
Algebra.Com's Answer #319412 by katealdridge(100)\"\" \"About 
You can put this solution on YOUR website!
First let's organize the information...
\n" ); document.write( "Plane A: Leaves at t-0, Speed=300mph, D=unknown
\n" ); document.write( "Plane B: Leaves at t-3, Speed=800mph, D=unknown
\n" ); document.write( "However, since the question asks when the one plane overtakes the other, they are essentially asking for the distances to be equal.
\n" ); document.write( "Here's a good way to set up these kinds of problems:
\n" ); document.write( "D=R*T (distance=rate*time)
\n" ); document.write( "Plane A: D=300*t
\n" ); document.write( "Plane B: D=800(t-3)
\n" ); document.write( "Now set the equation equal to each other and solve for t.
\n" ); document.write( "300t=800(t-3)
\n" ); document.write( "300t=800t-2400
\n" ); document.write( "-500t=-2400
\n" ); document.write( "t=4.8
\n" ); document.write( "This means that when the two planes have traveled the same distance, it has been 4.8 hours. However, keep in mind, that this is 4.8 hours since the first plane left. Now substitute this value for t in either equation.
\n" ); document.write( "D=300(4.8)=1440
\n" ); document.write( "1440 miles
\n" ); document.write( "
\n" );