The answer is D.
You can use a hybrid approach of building an equation and plugging numbers if you don't want to go through the whole quadratic equation.
Rate of bird * Time = Distance
1) r*t = 60m
In the second part, the bird flys 5 m/s faster, and saves 4 seconds in time while covering 80m.
2) Second equation --> (r+5)(t-4) = 80
At this point, you need to be smart with plugging numbers. Choose a value of 5 as your starting rate because its an easy number to work with.
If the bird moved at a speed of 5 m/s initially, it would take 12 seconds to cover 60m. By that logic, in the second equation adding 5 m/s to a rate of 5 m/s gives you 10 m/s. Subtracting 4 seconds from 12 (the initial time) gives you a value of 8 seconds, and what do you know, that equals 80!
Therefore, the time it takes the bird to go from the nest to the antenna is (D) 12 seconds.
This approach shouldn't take you more than 1-2 minutes if you're smart about the numbers you pick, but if you would much rather be sure and you are fast with equations then you can fill out the entire quadratic and you'll get
rt=60
(r+5)(t-4) = 80
rt + 5t -4r - 20 = 80
60 + 5(60/r) - 4r - 20 = 80
300/r - 4r = 40
300 - 4r^2 -40r = 0
r^2 + 10r - 75 = 0
(r+15)(r-5) = 0
Since r can't be a negative, r must be 5. Therefore rt = 60, t = 60/r = 12.