
Gregg O. answered 07/23/15
Tutor
5.0
(366)
Electrical Engineering Valedictorian with excellent student outcomes
This is a binomial experiment. We'll call an ace a success, and any either serve a failure.
If we let p stand for the probability of a succes, then p = 1/4, and (1-p)=3/4. (1-p) is the probability that he will NOT serve an ace, and is the complement of the event that he does serve an ace (thus mutually exclusive, satisfying a necessary condition of a binomial experiment).
The formula for the probability is
P (m successes in n trials) = (nCm)*pm*(1-p)(n-m). nCm is a combination, read "n choose m".
We need to find the probability of obtaining 2 successes in 5 trials, so
P = (5C2)*(1/4)2*(3/4)3
= 10*33/45
=135/512