Let x will be the random variable “the number of girls in the team”.
Let y will be the random variable “the number of boy in the team”.
x=0,1,2,3
Total persons = 4+6 =10
Sample space
S=3!(10−3)!10!=120ways
x=0 (only boys will be in a team)
n(x=0,y=3)=0!(4−0)!4!×3!(6−3)!6!=1×20=20waysP(X=0)=12020=0.1666
x=1 (one girl and two boys will be in a team)
n(x=1,y=2)=1!(4−1)!4!×2!(6−2)!6!=4×15=60waysP(x=1)=12060=0.5
x=2 (two girls and one boy will be in a team)
n(x=2,y=1)=2!(4−2)!4!×1!(6−1)!6!=6×6=36waysP(x=2)=12036=0.3
x=3 (only three girls will be in a team)
n(x=3,y=0)=3!(4−3)!4!×0!(6−0)!6!=4×1=4waysP(x=3)=1204=0.0333
Probability distribution:
The mean
μ=∑x×P(x)μ=0×0.1666+1×0.5+2×0.3+3×0.0333=1.1999∑x2×P(x)=02×0.1666+12×0.5+22×0.3+32×0.0333=0+0.5+1.2+0.2997=1.9997
The variance
σ2=∑x2×P(x)−μ2=1.9997−(1.1999)2=1.9997−1.4397=0.56
Comments