Independent solution

How to solve this Set Counting question

Setup

Setup

Group drivers by how many of the three factors they exhibit. The three exactly-one regions contain 1,200 drivers in total.

n1=3(400)=1200,n3=300n_1=3(400)=1200,\qquad n_3=300

Model

Model

Summing the three individual factor counts counts an exactly-two driver twice and an all-three driver three times.

1000+1000+1000=n1+2n2+3n31000+1000+1000=n_1+2n_2+3n_3

Compute

Compute

Solve for the number with exactly two factors, then add the disjoint membership classes and the no-factor class.

3000=1200+2n2+3(300)3000=1200+2n_2+3(300)
n2=450n_2=450
N=n1+n2+n3+n0=1200+450+300+500=2450N=n_1+n_2+n_3+n_0=1200+450+300+500=2450

Answer

Answer

The study contains 2,450 drivers.

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