Say you picked $\{4 5 2 6 5\}$ to show up in the dice rolls. You win if you have 3, 4, or 5 numbers in the correct sequence.
- 3 numbers in correct sequence would be; $\{4 5 2\}$ OR $\{5 2 6\}$ OR $\{2 6 5\}$
- 4 numbers in the correct sequence would be; $\{4 5 2 6\}$ OR $\{5 2 6 5\}$
- 5 numbers in the correct sequence would be; $\{4 5 2 6 5\}$
What would be the probability of winning? How would I calculate it?