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.

XBinomial(18,0.15)X\sim\operatorname{Binomial}(18,0.15)

Model

Model

A binomial distribution has unique mode floor((n+1)p) when (n+1)p is not an integer.

(n+1)p=19(0.15)=2.85(n+1)p=19(0.15)=2.85

Compute

Compute

Take the integer below 2.85.

mode(X)=2.85=2\operatorname{mode}(X)=\lfloor2.85\rfloor=2

Answer

Answer

The most likely count is 2.

2(C)\boxed{2\quad\text{(C)}}