
Edward A. answered 03/05/18
Tutor
4.9
(17)
Math Tutor, Retired Computer Scientist and Technical Communicator
You want two equations for altitude, so that you can solve them for equality.
Both equations are linear equations.
for airplane A:
a(x) = mAx + bA
for airplane B:
b(x) = mBx + bB
we already know most of these numbers. at the time x = 0, we know that A’s altitude was 750, so bA = 750. Similarly bB = 1086, so
a(x) = mAx + 750
b(x) = mBx + 1086
We know how fast they are losing altitude. The are the m values
mA = -18 ( negative because the altitude is decreasing )
mB = -21
So now we have
a(x) = -18x + 750
b(x) = -21x + 1086
since you want to find the value of x ( in seconds) when the altitudes are equal, set a(x) = b(x).
-18x + 750 = -21x + 1086
You can solve this equation for x to find the time when they were at the same altitude. Substitute it back into the equation to find what the altitude was.