The following is the problem I am working on.
The probability of a passing car being an import is defined as $p(i)=1/4$ and the probability of it being domestic is $p(d)=3/4$. Find the probability that there will be at least 2 imports passing before the 3rd domestic car.
I am not quite understanding what they mean by the "3rd" domestic car.
Opinion 1), The probability I am looking for is $$p(\text{2i's 2ds and last d})+p(\text{3i's 2d's and last d})+\cdots p(\text{n i's 2d's and last d}))+\cdots$$
Opinion 2), The "3rd" car is domestic $$p(\text{ddd})+p(\text{idd})+p(\text{did})+\cdots+p(()()d()()()\cdots)$$
But the book that I am working on explains as the only cases are
$$iidd,idid,iddi,ddid,didi,ddii, iiid,iidi,idii, ddii, iiii$$
I am very confused because first of all, i don't see a "3rd" domestic car in any of these cases and why is it assuming that there are exactly four cars passing by ?
Can someone explain me what is going on ?
Just like you I am confused about the cases mentioned by the book. I tend to believe in opinion 1) and a solution for that problem is:
Looking at the complement (i.e. the event that less than $2$ imports pass before the $3$-rd domestic does) there are $4$ possibilities: $ddd$, $iddd$, $didd$ and $ddid$
This with probability $\frac{3}{4}\times\frac{3}{4}\times\frac{3}{4}=\frac{27}{64}$ for $ddd$ and probability $\frac{3}{4}\times\frac{3}{4}\times\frac{3}{4}\times\frac{1}{4}=\frac{27}{256}$ for the others. Then there is a probability of $\frac{27}{64}+3\times\frac{27}{256}=\frac{189}{256}$ for the complement, hence a probability of $\frac{67}{256}$ for the event.
It is a good custom to look at the complement first whenever you meet expressions like 'at least'.