Question 237694
From a group of 3 men and 4 women, a delegation of 2 is selected. What is the expected number of men in the delegation??? 
----------------------
Let random variable "x" be the number of men in the delegation.
x values are 0 , 1 , 2, 3
---
The corresponding probabilities are:
P(x=0) = 3C2/7C2 = 3/21 
P(x=1) = 3C1*4C1/7C2 = 12/21 
P(x=2) = 3C2/7C2 = 3/21
P(x=3) = 3C2/7C2 = 3/21
-------------------------------
To get the expected value, multiply each random number value
by its probability and add.
------------------
E(x) = [0*3 + 1*12 + 2*3 + 3*3]/21
E(x) = 27/21 = 1.29 
You can expect there will be 1.29 men in the delegation.
=========================================================
Cheers,
stan H.