Contributions of Jacob Bernoulli to Probability
Jacob Bernoulli's Ars Conjectandi was published posthumously in . The book developed foundational results in probability, including Bernoulli's law of large numbers, and studied repeated success-or-failure trials that now bear his name.
Combination and Basic Probability
Before diving into binomial distribution, there are some basic formulas we need to learn first.
First, the combination formula for selecting objects:
Second, factorial (sequential multiplication):
By definition, .
And third, the relationship between event probability and its complement:
In this equation, is the probability of an event occurring and is the probability of the event not occurring.
Binomial Distribution Concept
A binomial random variable counts successes in repeated trials. Each trial has two mutually exclusive outcomes, such as heads or tails, and the label success identifies the outcome being counted.
The model applies only when the number of trials is fixed, the trials are independent, and the success probability stays constant. Independence means that an earlier result does not change the probability in a later trial.
Requirements for binomial experiments:
-
There are only two possible outcomes: success or failure
-
The number of experiments is predetermined and fixed
-
Each experiment is mutually independent
-
The probability of success is the same for each experiment
Binomial Probability Mass Function
For a binomial experiment with success probability and failure probability , the probability mass function gives the probability of exactly successes in independent trials:
Where:
-
= fixed number of trials
-
= number of successes being counted
-
= success probability in one trial
-
= failure probability in one trial
Before applying the formula, verify all four binomial conditions. Otherwise, this probability model may not describe the experiment.
Coin Experiment
Look at a simple example. Suppose we have a fair coin. Its sample space contains heads and tails:
If we consider getting tails as "success", then the probability of success is . Automatically, the probability of failure (getting heads) is .
Problem: If we flip this coin times in a row, what's the probability of getting tails exactly times?
Solution:
First, identify the parameters:
- (number of flips)
- (number of tails desired)
- (probability of getting tails)
- (probability of getting heads)
Now use the binomial probability mass function:
Calculate first:
So the complete calculation is:
The probability of getting tails in flips is or approximately .
Practice Problems
Each problem repeats one trial a fixed number of times and asks for an exact number of successes, so the binomial probability mass function applies directly. Identify the number of trials, the success probability, and the required number of successes before you compute.
-
In a bag there are balls that are exactly the same, except for their color: red balls and blue balls. If we draw balls one by one with replacement (each drawn ball is returned), what's the probability of drawing exactly red balls?
-
An archer has an accuracy rate of for hitting targets. If he takes shots, what's the probability he hits the target exactly times?
-
There's a multiple choice exam with answer choices for each question. A student guesses all answers randomly for questions. What's the probability he answers exactly questions correctly?
Answer Key
-
Red Ball Problem Answer
Step 1: Identify parameters.
- (number of draws)
- (number of red balls desired)
- (probability of drawing a red ball)
- (probability of drawing a blue ball)
Step 2: Calculate using the binomial probability mass function.
Calculate first:
Then:
Therefore, the probability of drawing exactly red balls is or approximately .
-
Archer Problem Answer
Step 1: Identify parameters.
- (number of shots)
- (number of targets desired)
- (probability of hitting target)
- (probability of missing)
Step 2: Calculate using the binomial probability mass function.
Calculate first:
Then:
Therefore, the probability of the archer hitting the target exactly times is or approximately .
-
Multiple Choice Exam Problem Answer
Step 1: Identify parameters.
- (number of questions)
- (number of correct answers desired)
- (probability of answering correctly by guessing)
- (probability of answering incorrectly)
Step 2: Calculate using the binomial probability mass function.
Calculate first:
Then:
The probability of the student answering exactly questions correctly is approximately , or .