The d (distance) basically indicates the position with regard to a reference. In this case, if t = 0, then d = 100 telling you that at the start, the ball is +100 units.
To find when the ball hits the ground (d = 0), you then have -9.8t2 - 15t + 100 = 0
Using the quadratic equation, you find that
t = 2.52 and -4.05
The answers are correct per the formula but in the real world, the negative number is not realistic.
So,
the ball hits the ground (reference = 0) at 2.52 seconds