A large bag contains 29 balls of different colors. The balls are of the same size, weight, surface, such that besides the color they cannot be differentiated. Among the 29 balls, 8 are green, 4 are yellow, 6 are red, 5 are blue, and 6 are black.
(a) What is the probability of getting exactly 1 green, 1 yellow and 2 red when pulling 8 balls? number (rtol=0.01, atol=0,0001)
(b) What is the probability of getting first a green, then another green, and then in any order 2 yellow and 2 red when pulling 6 balls? number (rtol=0.01. atol=0.0001)
(c) What is the probability of getting first and last a green, and then in any order 2 yellow and 2 red when pulling 8 balls? (Note: If there are remaining balls, they need to be either blue or black) number (rtol=0.01, atol=0.0001)
(d) What is the probability of getting 2 blue and 2 non-blue when pulling 4 balls? number (rtol=0.01, atol=0.0001)
(e) Recalculate part (d) using a binomial distribution. number (rtol=0.01, atol=0.0001)