For a math class I was given the assignment to make a game of chance, for my game the person must roll 4 dice and get a 6, a 5, and a 4 in a row in 3 rolls or less to qualify. the remaining dice must be over 3 for you to win. my question though is how can I find out the probability of rolling the 6,5, and 4 in a single roll?
My thought was $\frac{4}{24} + \frac{3}{15} + \frac{2}{8} = 0.61$
Please tell me if this is correct or if I need to do it in another method.
Thank you!
If I understand well then the question is: "if $4$ dice are thrown then what is the probability that $4$, $5$ and $6$ are among the results?" (please correct me if I am wrong)
Number the dice and let $E_i$ be the event that the numbers $6,5,4$ are rolled with the $3$ dice that have numbers in $\{1,2,3,4\}-\{i\}$.
If $E$ is the event described above then $E=\bigcup_{i=1}^4E_i$ and using inclusion/exclusion and symmetry we find:
$$P(E)=P\left(\bigcup_{i=1}^4E_i\right)=4P(E_1)-6P(E_1\cap E_2)=4\cdot3!\cdot6^{-3}-6\cdot3!\cdot6^{-4}=\boxed{\frac1{12}}$$
Note that $E_1$ occurs if the outcome is e.g. $(x,4,6,5)$ where $x$ can take any of the $6$ values.
Note that $E_1\cap E_2$ occurs if the outcome is e.g. $(5,5,4,6)$.
Note the $E_1\cap E_2\cap E_3$ and $E_1\cap E_2\cap E_3\cap E_4$ are both empty (i.e. cannot occur).