This situation has two outcomes: either an invoice is discounted or not. This two outcomes satisfy what we call a
binomial distribution (note "bi" in binomial).
The binomial distribution tells us the probability that a randomly selected sample will have the outcome of success. In this case, we consider receiving the discount as the "success" outcome while not receiving it means "failure". The distribution takes the form:
where n is the total number of samples, x is the number of samples you'll expect to have a success outcome, p is the probability of success, q is the probability of failure, and nCx is the combination of n samples taken x at a time.
You have an inconsistency regarding the total number of samples by the way, but I will take the first mentioned sample of 15 as I answer (you can just follow through the same process for another value).
For the next step, let's digest the problem to get the needed variables.
The total number of samples, n, is equal to 15. The probability of success (receiving a discount), p, is 10% or 0.1, and the probability of failure (not receiving a discount) is 90% or 0.9.
For P(X=x), we need to find the probability that less than two of the samples have success outcomes therefore we need to find the probability that NO invoice will receive the discount plus the probability that ONE invoice will receive the discount. This is equivalent to saying
Calculating these probabilities we'll get:
ANSWER: The probability that fewer than 2 sampled invoices will receive the discount is 0.549 or 54.9%.