n = 12 seeds
p = 0.6 (seeds that will grow)
k = 10 seeds grow (2 seeds won't grow)
n choose k = 12 choose 10 = (12!)/(10!)[(12 - 10)!]
[12!/(10!)(2!)]*(0.6)10*(0.4)2 ≈ 0.06385
This is the probability of exactly 2 seeds will not grow, which is the same as the probability of 10 seeds will grow.