Find the probability that a $5$-letter word (in English) contains the letter $d$ at least once.
I know that we can take the complement so the answer is $$1-\left(\frac{25}{26}\right)^{5}$$
However, I am interested in solving it without taking the compliment, in other words by counting.
So far my reasoning is this: $\quad$ There are $5$ positions $d$ can be in, so the answer should be $$\frac{5\cdot 26^4}{26^5}$$
But it isn't. I am double counting. How else can I proceed? Or how can I fix the double counting?
Any help is greatly appreciated :)
As an alternative to inclusion-exclusion, consider the probability of a d in each position if the previous positions are d-free, to get:
$$\frac{1}{26}+\frac{25}{26}\frac{1}{26} +\left(\frac{25}{26}\right)^2\frac{1}{26}+\left(\frac{25}{26}\right)^3\frac{1}{26}+\left(\frac{25}{26}\right)^4\frac{1}{26}$$