The urn contains B blue balls and R red balls. Each trial consists of drawing one random ball from the urn and observing its color. Then the ball is placed back in the urn.
What is the probability that, after N trials, the number of times a red ball is observed is K?
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers25
Suggested Problems
-
3038 Solvers
-
Find state names that start with the letter N
1436 Solvers
-
2553 Solvers
-
751 Solvers
-
777 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The problem is ambiguously worded. The "number of red balls" is a constant, R, so it is unlikely to ever coincide with K (irrespective of the value of N). What should be found here is
"the probability that, after N trials, the number of observations of red balls is K".