Comp Probability
lotto = (8/14)
two = (6/14) * (5/13)
four = (8/14) * (7/13)
three = 1 - four - two
two * 100
three*100
four*100
at_least_three = (three + four) * 100
lotto = (8/14)
two = (6/14) * (5/13)
four = (8/14) * (7/13)
three = 1 - four - two
two * 100
three*100
four*100
at_least_three = (three + four) * 100