An experiment consists of $3$ fair, different coloured dice being rolled. The dice are $6$-sided and the sides show numbers $1,\dots,6$. Let $A$ be the event that none of the dice shows numbers $1$ and $2$, and let $B$ be the event that all dice show an odd number.
A) What is the probability of $A$?
B) What is the probability of $B$?
C) What is the probability of $A$ intersecting $B$?
I've solved this question by finding the total number of possible outcomes: $|S| = 6^3 = 216$
The results were way too long for the marks given which makes me question the method I used for these solutions. I ended up with:
A) $P(A) = \frac{64}{216} = \frac{8}{27} $
B) $P(B) = \frac{26}{216} = \frac{13}{108}$
C) $P(A \cap B) = \frac{8}{216} = \frac{1}{27}$