Problem 43126. Probabilities - Balls and urns - 01
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
David Verrelli
on 1 Dec 2017
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".
Solution Comments
Show commentsProblem Recent Solvers24
Suggested Problems
-
Return the 3n+1 sequence for n
8414 Solvers
-
Find relatively common elements in matrix rows
2109 Solvers
-
Getting the indices from a vector
11278 Solvers
-
Sum the 'edge' values of a matrix
380 Solvers
-
find a specific element from an matrix
115 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!