You try to guess your friend's password, which is $8$ characters long, chosen from numbers the $0 \to 9$, letters a $\to$ z and letter A $\to $Z [caps]. But Your friend is lazy, and only choses from "a, s, d, f" and "A, S, D, F" and the number "$1$". All characters letters or numbers are not allowed. (eg ABCDEFGS) is invalid. What is the probability that your friend's password contains at least one 'a' or 'A'?
Answer: $0.844$
Let $A = \text{Event at least one 'A'}$, $B = \text{Even at least one 'a'}$
We want $P(A \cup B) = P(A) + P(B) - P(AB)$
Is this the right approach?