Getting to Know Jacob Bernoulli
Jacob Bernoulli, also known as James or Jacques, was one of the prominent mathematicians from the Bernoulli family. He was the first pioneer in Leibnizian analysis and supported Leibniz in the calculus debate against Newton.
Jacob Bernoulli is famous for his many contributions to calculus. He was one of the founders of calculus of variations and proposed the first version of the law of large numbers in his book "Ars Conjectandi" published in 1713. One of the important discussions in that book was about binomial experiments.
Combination and Basic Probability
Before diving into binomial distribution, there are some basic formulas we need to master first.
First, the combination formula for selecting objects:
Second, factorial (sequential multiplication):
And third, the relationship between event probability and its complement:
where is the probability of an event occurring and is the probability of the event not occurring.
Binomial Distribution Concept
Binomial distribution is actually a fairly simple concept if we understand it from the basics. Imagine you're conducting an experiment that only has two possible outcomes: success or failure. For example, like flipping a coin that can only result in heads or tails.
Binomial distribution is used when we perform the same experiment repeatedly under the same constant conditions. Importantly, each experiment is independent (they don't influence each other) - meaning the result of previous experiments doesn't affect subsequent experiments.
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 Distribution Formula
If there's a binomial experiment with probability of success and probability of failure , then the formula to calculate the probability of getting exactly successes in independent experiments is:
Where:
-
= number of experiments performed
-
= number of successes we want
-
= probability of success in one experiment
-
= probability of failure in one experiment
So, to use this formula, make sure first that the experiment we're dealing with meets the binomial requirements mentioned earlier.
Coin Experiment
Let's look at a simple example. Suppose we have a fair coin. We call heads as "H" and tails as "T", so the sample space is .
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, let's identify the parameters:
- (number of flips)
- (number of tails desired)
- (probability of getting tails)
- (probability of getting heads)
Now we use the binomial distribution formula:
Let's calculate first:
So the complete calculation is:
Therefore, the probability of getting tails in flips is or approximately .
Practice Problems
-
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 shoots times, 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 binomial distribution formula.
Let's 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 binomial distribution formula.
Let's 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 binomial distribution formula.
Let's calculate first:
Then:
Therefore, the probability of the student answering exactly questions correctly is or approximately .