2.4.2 Binomial Random Variables and Its Distribution¶
Definition¶
- Binomial Random Variable: Counts the number of successes in a fixed number n of independent Bernoulli trials, each with the same probability of success p.
Conditions:¶
- The trials are identical and independent.
- Each trial results in only two possible outcomes: success or failure.
- The probability of success p remains constant across trials.
Probability Mass Function (PMF)¶
- Formula:
Where:
-
is the binomial coefficient, representing the number of ways to choose k successes in n trials.
-
is the probability of k successes.
-
is the probability of n-k failures.
Properties¶
Examples¶
- Coin Tosses:
- A binomial experiment with multiple tosses of a coin where getting heads is considered a success.
-
If the coin is tossed n times with a success probability p for heads, then Y counts the number of heads.
-
Die Rolls:
- Multiple rolls of a die where getting a two or less is considered a success.
-
With n rolls and a success probability , Y counts the number of times a two or less is rolled.
-
Sales Calls:
- A salesperson makes n sales calls, with each call independently resulting in a sale (success) with probability p.
- Y would count the total number of sales made.
Calculation Example¶
- For 10 trials (n=10) and a success probability of p=0.5:
Ask Hive Chat
Hive Chat
Hi, I'm Hive Chat, an AI assistant created by CollegeHive.
How can I help you today?
How can I help you today?