Independent solution
How to solve this Binomial Distribution question
Answer in brief
The count is binomial with n=18 and p=0.15. Since (n+1)p=2.85 is not an integer, its unique mode is floor(2.85)=2, so choice C is correct.
Setup
Setup
Model the number of positive results as a binomial count.
Model
Model
A binomial distribution has unique mode floor((n+1)p) when (n+1)p is not an integer.
Compute
Compute
Take the integer below 2.85.
Answer
Answer
The most likely count is 2.