Independent solution

How to solve this Sampling Without Replacement question

Setup

Setup

Treat each unordered two-person subset as equally likely.

Nall=(102)=45N_{\mathrm{all}}=\binom{10}{2}=45

Model

Model

Group pairs by their two categories and attach the corresponding absolute difference.

NRR=3, NDD=1, NII=10N_{RR}=3,\ N_{DD}=1,\ N_{II}=10
NRD=6, NRI=15, NDI=10N_{RD}=6,\ N_{RI}=15,\ N_{DI}=10

Compute

Compute

Same-party partisan pairs contribute distance two, mixed partisan-independent pairs contribute one, and the other pairs contribute zero.

ERD=2(3+1)+1(15+10)45E\lvert R-D\rvert=\frac{2(3+1)+1(15+10)}{45}
ERD=3345=1115E\lvert R-D\rvert=\frac{33}{45}=\frac{11}{15}

Answer

Answer

The expected absolute imbalance is eleven fifteenths.

1115(D)\boxed{\frac{11}{15}\quad\text{(D)}}