The problem goes as following : Which of the following has a higher probability of happening :
a) person rolls 4 dice at once, one of them must must fall at 6
b) person rolls 2 dices 24 times, at least one of those 24 times the combo 1-1 must fall?
Any help will be greatly appreciated.
If you work by complement the solutions are much easier
a) $p_a = 1 - p(\text{ no dice falls on 6 }) = 1 - \left(\frac{5}{6}\right)^4 \approx 0.517$
b) $p_b = 1 - p(\text{ no 1-1 combination }) = 1 - \left(\frac{35}{36}\right)^{24} \approx 0.491$