p = 0.7 (the probability that seeds are germinating)
n = 10 seeds
We will use the binomial distribution, X~Bin(10, 0.7).
P(X = 8) = C(10,8)*[(0.7)8(0.3)2] = 10!/(8!*2!)*[(0.7)8(0.3)2] = 45*[(0.7)8(0.3)2] = 0.2335
The probability that 8 out of 10 seeds will germinate is about 0.2335.