Hi Everette,
Set up equations for distance (altitude) of both planes. I use d instead of a since we already have a plane A. For plane A, it starts at 2651 ft., so we have to include that. Plane b starts at 0, so we don't include that. Plane A gains altitude at 25.5 ft./sec., so we express that as 25.5*t, where t is the time point we are looking for where the planes meet. Plane B gains altitude at 85.75 feet per second, so we express as 85.75*t.
D(A)=2651 + 25.5t
D(B)=85.75t
Now, we want them to meet, which means we want them to be equal to each other:
85.75t=2651 + 25.5t
Subtract 25.5t on both sides:
60.25t=2651
Divide both sides by 60.25:
t=44 seconds
I hope this helps.