Answer:
a)
b)

c)

d)

e)

f)

Explanation:
Previous concepts
The binomial distribution is a "DISCRETE probability distribution that summarizes the probability that a value will take one of two independent values under a given set of parameters. The assumptions for the binomial distribution are that there is only one outcome for each trial, each trial has the same probability of success, and each trial is mutually exclusive, or independent of each other".
Solution to the problem
Let X the random variable of interest, on this case we now that:
The probability mass function for the Binomial distribution is given as:
Where (nCx) means combinatory and it's given by this formula:
Part a
For this case we want to find this probability:
Part b


Part c
The expected value is given by:

Part d
The standard deviation is given by:

Part e
If we want the probability that the number classified as deceptive would be lower than the mean we want:


Part f
For this case our random variable would be:
And we want this probability:

And we can use the following excel code to find the answer:
"=BINOM.DIST(10;200;0.2;TRUE)"
And we got:
