X sei die Zufallsgröße, die die Anzahl der Eier mit Schlümpfen angibt.
5.
P(X ≥ 4) = ∑(COMB(5, x)·(1/7)^x·(6/7)^{5 - x}, x, 4, 5) = 0.18%
6.
P(X = 0) = (6/7)^10 = 21.41%
P(X ≤ 2) = ∑(COMB(10, x)·(1/7)^x·(6/7)^{10 - x}, x, 0, 2) = 83.84%
P(X ≥ 3) = ∑(COMB(10, x)·(1/7)^x·(6/7)^{10 - x}, x, 3, 10) = 16.16%