Question 662340: An urn contains 12 numbered balls 5 red and 7 white. A sample of 4 balls is selected.Hiw many samples have
A. Exactly 3 red balls?
B. At least 2 white balls?
C. At most one white ball?
A. C(5,3) * C(7,1) =. 70
C. C(5,3)* C(7,1) + C(7,0) * C(5,4)= 75
The at most and at least is confusing me
thanks
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! An urn contains 12 numbered balls 5 red and 7 white. A sample of 4 balls is selected.Hiw many samples have
A. Exactly 3 red balls?
B. At least 2 white balls?
C. At most one white ball?
A. C(5,3) * C(7,1) = 10*7 = 70
-------------------------------------
B. C(5,3)* C(7,1) + C(7,0) * C(5,4)= 10*7 + 1*5 = 75
==============================
Cheers,
Stan H.
|
|
|