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 discarded.
What is the probability that, after N trials, the number of red balls is K?
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers22
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5809 Solvers
-
Matrix with different incremental runs
589 Solvers
-
Construct an index vector from two input vectors in vectorized fashion
460 Solvers
-
Fix the last element of a cell array
1845 Solvers
-
Matlab Basics - Convert a row vector to a column vector
682 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!
Poorly stated question, as it is ambiguous as to whether it is asking for the number of red balls that have been observed or the number that remain in the urn. Oh, "discarded" is spelled with a d. That much I can fix.
Agree with John D'Errico that the Problem Statement is ambiguous. For the record, based on case 5 of the Test Suite, it must be the _observed_ number of red balls that is to be computed.