An urn has $n-3$ green balls and 3 red balls. Draw $l$ balls with replacement. Let $B$ denote the event that a red ball is seen at least once. Find $P(B)$ using inclusion exclusion with events $B_i= $ {ith draw is red}
I understand most of the problem except for the beginning. So to apply inclusion-exclusion we need to find the probabilities $P(A_{i_1}\cap\cdots \cap A_{i_k})$ for each choice of indices $1\leq i_1<\cdots<i_k\leq l$ (to be honest, I don't really understand what the inequality means when used with union or intersection symbols).
Let's derive the example $$P(A_2\cap A_5)=P(\text{the 2nd and 5th draw are red})$$
by counting favorable outcomes and total outcomes. Each of the $l$ draws comes from a set of $n$ balls, so $|\Omega|=n^l$. Now here is where I'm confused. The number of favorable outcomes is according to my book is $n\cdot 3\cdot n\cdot n\cdot 3\cdot n\cdots n = n^{l-2}3^2$.
Why are the other position not restricted to be $n-3$? If we want the probability that the 2nd and 5th draw are red, would that not imply that the other positions are not red? Or is that implication wrong? Are the events where other spots are red also counted when we find $P(A_2\cap A_5)$?
The rest of the problem makes sense, it's just this that I'm struggling to understand.