from a box containing two apples two peaches and two oranges four fruits are drawn at random. let P be a random variable representing the number of oranges that occur. construct a probability distribution
There are 6 fruits in total. We pick up 4 fruits. There are "C(6,4)" ways to do it.
Let "P" be a random variable representing the number of oranges that occur. To built probability distribution, we need to find following probabilities "P(P=0), P(P=1), P(P=2)," because we have only 2 oranges.
Construct a probability distribution
"\\def\\arraystretch{1.5}\n \\begin{array}{c:c}\n P & 0 & 1 & 2 \\\\ \\hline\n\n p & 2\/5 & 8\/15 & 1\/15 \\\\ \n\\end{array}"
Comments
Leave a comment