Math Problem Statement

An urn contains n white and m black balls. You draw repeatedly at random and without replacement. What is the probability that the first black ball comes in the k-th draw, k = 1, 2, . . . , n + 1 ?

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability Theory
Combinatorics
Binomial Coefficients

Formulas

Total ways to arrange the balls: \( \binom{n + m}{n} \)
Favorable outcomes: \( \binom{n}{k - 1} \cdot \binom{n + m - k}{m - 1} \)
Probability formula: \( P_k = \frac{\binom{n}{k - 1} \binom{n + m - k}{m - 1}}{\binom{n + m}{m}} \)

Theorems

Binomial Theorem
Combinatorial Selection Principle

Suitable Grade Level

Undergraduate/Advanced High School