The Binomial Distribution
It's a discrete probability distribution commonly used to calculate the probability of repeated similar events, each with a success rate of p.
Suppose n trials are performed and we are interested in calculating the probability of occurrence of k successes.
The formula used is:

Where q = 1 - p
The chance for a seed to grow into a plant is p = 0.90. This means q = 1 - 0.90 = 0.10.
If n = 9 seeds are planted, it's required to calculate the probability that exactly 4 don't grow. If 4 seeds don't grow, then k = 5 will grow.
Applying the formula:

Calculate the combinatorial number:

Now calculate:

Finally:
P(5, 9) = 0.00744