Question 1210330: A grocer's bin contains 7 ripe tomatoes and 9 unripened tomatoes. Three tomatoes are selected at random (Tomatoes are not replaced). Show the probability distribution for the number of ripe tomatoes.
Found 3 solutions by mccravyedwin, ikleyn, math_tutor2020: Answer by mccravyedwin(407) (Show Source): Answer by ikleyn(52781) (Show Source):
You can put this solution on YOUR website! .
A grocer's bin contains 7 ripe tomatoes and 9 unripened tomatoes.
Three tomatoes are selected at random (Tomatoes are not replaced).
Show the probability distribution for the number of ripe tomatoes.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Let x be the number of ripe tomatoes in our random sample of 3 tomatoes.
They want you find and present the numbers P(x=0), P(x=1), P(x=2) and P(x=3).
(0) x=0 means that in our sample all 3 tomatoes are unripped; there is no ripped tomatoes.
So, P(x=0) = = = .
Here = 560 in the denominator is the total number of triples of 16 = 7+9 tomatoes.
= 84 in the numerator is the number of triples of 9 unripped tomatoes.
(1) x = 1 means that in our sample 1 tomato is ripped; two other tomatoes are unripped.
So, P(x=1) = = = = .
Again, here = 560 in the denominator is the total number of triples of 16 = 7+9 tomatoes.
= 36*7 = 252 in the numerator is the number of triples,
consisting of 2 unripped tomatoes and 1 ripped tomato.
(2) x = 2 means that in our sample 2 tomatoes are ripped; one tomato is unripped.
So, P(x=2) = = = = .
Again, here = 560 in the denominator is the total number of triples of 16 = 7+9 tomatoes.
= 9*21 = 189 in the numerator is the number of triples,
consisting of 1 unripped tomato and 2 ripped tomatoes.
(3) x = 3 means that in our sample 3 tomatoes are ripped; no unripped tomatoes.
So, P(x=3) = = = = after reducing.
Again, here = 560 in the denominator is the total number of triples of 16 = 7+9 tomatoes.
= 1*35 = 35 in the denominator is the number of triples,
consisting of 0 unripped tomatoes and 3 ripped tomatoes.
Thus P(0) = ; P(1) = ; P(2) = ; P(3) = = .
The sum P(0) + P(1) + P(2) + P(3) = + + + = + = + = = 1.
Solved.
Answer by math_tutor2020(3817) (Show Source):
You can put this solution on YOUR website!
The other tutors are using the combination formula.
I'll show an example calculation.
C(n,r) = (n!)/(r!(n-r)!)
C(7,3) = (7!)/(3!*(7-3)!)
C(7,3) = (7!)/(3!*4!)
C(7,3) = (7*6*5*4!)/(3!*4!)
C(7,3) = (7*6*5)/(3!)
C(7,3) = (7*6*5)/(3*2*1)
C(7,3) = 210/6
C(7,3) = 35
This indicates there are 35 ways to select 3 ripe tomatoes from a pool of 7 ripe tomatoes, where order doesn't matter. This assumes that we can distinguish the tomatoes apart.
C(7,3) = 35 is equivalent to saying 7C3 = 35.
Note that 35 is found in Pascal's Triangle. Locate the row that starts with "1,7,..."
In that row, move 3 spots to the right and you should land on 35. Specifically you should land on the first copy of 35.
n = 7 tells us which row to look at, while r = 3 tells us how far to move to the right.
In GeoGebra, you would type ncr(7,3) to compute the combination value.
Many other online calculators can be used as well. Or you can use a spreadsheet.
If you want to use Desmos, then you would input nCr(7,3) where the C must be uppercase and everything else lowercase.
|
|
|