Question
Question: Three numbers are selected at random (without replacement) from the first six positive integers. Let...
Three numbers are selected at random (without replacement) from the first six positive integers. Let Xdenote the largest of the three numbers obtained. Find the probability distribution ofX. Also, find the mean and variance of the distribution.
Solution
Here to solve this question we need to find out the mean and variance of the given probability distribution. The mean of X=∑xP(x). The variance of X =∑x2P(x)−(∑xp(x))2. The total number of ways of selecting three numbers at random (without replacement) is 6C3=20.
Complete step by step answer:
The set of first six positive integers is 1, 2, 3, 4, 5, 6.
The total number of ways of selecting three numbers at random (without replacement) is 6C3=20.
Here in this question we have that theXdenote the largest of the three numbers obtained.
So, here the probability of 3 being the largest is possible for 1 set that is {1, 2, 3} =P(X=3)=201.
Here the probability of 4 be the largest is possible for 3 sets that is {1, 2, 4} and {1,3,4} and (2,3,4) =P(X=4)=203.
Here the probability of 5 be the largest is possible for 6 sets that is {1, 2, 5} and {1,3,5} and {1, 4, 5} and {2,3,5} and {2,4,5} and {3,4,5} =P(X=5)=206.
Here the probability of 6 be the largest is possible for 10 sets that is {1, 2, 6} and {1,3,6} and {1, 4, 6} and {1,5,6} and {2,3,6} and {2,4,6} and {2,5,6} and {3,4,6} and {3,5,6} and {4,5,6} =P(X=6)=2010.
The mean of X=∑xP(x)
⇒3(201)+4(203)+5(206)+6(2010)
⇒203+2012+2030+2060⇒203+12+30+60
⇒20105⇒5.25
The mean of X= 5.25
The variance of X =∑x2P(x)−(∑xp(x))2
⇒9(201)+16(203)+25(206)+36(2010)−(20105)2⇒209+48+150+360−(20105)2⇒20567−(40011025)⇒40011340−11025⇒400315⇒0.7875
The variance of X=0.7875 = 0.79(approx.)
The probability distribution is
P(x) | 201 | 203 | 206 | 2010 |
---|---|---|---|---|
∑xP(x) | 203 | 2012 | 2030 | 2060 |
∑x2p(x) | 209 | 2048 | 20150 | 20360 |
Note: Here we should take care that the variance of X =∑x2P(x)−(∑xp(x))2 not∑x2p(x). If we miss conceptually consider this it will completely lead us to a different and wrong answer.