S7-SA3-0386
What is a Bernoulli Distribution?
Grade Level:
Class 12
AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics
Definition
What is it?
A Bernoulli Distribution describes the probability of an event that has only two possible outcomes: success or failure. Think of it like a coin toss – either heads (success) or tails (failure). It helps us understand the chances of one specific outcome happening in a single try.
Simple Example
Quick Example
Imagine you are trying to hit a six in a cricket match with one ball. You either hit a six (success) or you don't (failure). A Bernoulli Distribution would tell us the probability of hitting that six in that single attempt.
Worked Example
Step-by-Step
Let's say a street food vendor knows that 70% of customers buy chai and 30% don't buy chai when they visit his stall. We want to find the probability distribution for a single customer.
Step 1: Identify the two outcomes. Outcome 1: Customer buys chai (Success). Outcome 2: Customer does not buy chai (Failure).
---Step 2: Assign probability to success. Let 'p' be the probability of success. So, p = 0.70 (70% chance of buying chai).
---Step 3: Assign probability to failure. The probability of failure is '1 - p'. So, 1 - p = 1 - 0.70 = 0.30 (30% chance of not buying chai).
---Step 4: Define the random variable. Let X be the random variable representing the outcome. X = 1 if the customer buys chai, and X = 0 if the customer does not buy chai.
---Step 5: Write the Bernoulli probability mass function. P(X=1) = p and P(X=0) = 1 - p.
---Step 6: State the distribution for this problem. P(X=1) = 0.70 and P(X=0) = 0.30.
Answer: For a single customer, the probability of buying chai is 0.70, and the probability of not buying chai is 0.30. This is a Bernoulli distribution with p = 0.70.
Why It Matters
Understanding Bernoulli distributions is crucial in fields like AI/ML to predict simple 'yes/no' outcomes, or in medicine to see if a new drug works or not. Data scientists and engineers use it to make decisions, like whether a user will click an ad or if a machine part will fail.
Common Mistakes
MISTAKE: Thinking Bernoulli distribution applies to many trials (like tossing a coin 10 times). | CORRECTION: Bernoulli distribution is only for a SINGLE trial with two outcomes. For multiple trials, you need a Binomial distribution.
MISTAKE: Confusing the probability of success (p) with the actual number of successes. | CORRECTION: 'p' is a probability (a number between 0 and 1), not a count. It represents the chance of success in one try.
MISTAKE: Not ensuring the two outcomes are mutually exclusive and exhaustive (meaning only two possible results, and they cover all possibilities). | CORRECTION: Always check that your event truly has only two distinct outcomes, like 'yes/no' or 'on/off'.
Practice Questions
Try It Yourself
QUESTION: A traffic light is either green (success) or not green (failure). If the probability of it being green at a random moment is 0.45, what is the probability of it not being green? | ANSWER: 0.55
QUESTION: A student guesses on a True/False question. What is the probability 'p' for getting the answer correct if they just guess? And what is the Bernoulli distribution for this? | ANSWER: p = 0.5. P(Correct=1) = 0.5, P(Correct=0) = 0.5.
QUESTION: An online delivery service checks if a customer rates their delivery as 'Good' or 'Bad'. If 85% of deliveries are rated 'Good', what are the probabilities of success and failure for a single delivery rating? Identify 'p' and '1-p'. | ANSWER: Success (Good) probability p = 0.85. Failure (Bad) probability 1-p = 0.15.
MCQ
Quick Quiz
Which of these scenarios can be modeled by a Bernoulli Distribution?
Counting the number of cars passing a toll booth in an hour.
Checking if a specific light bulb is working or not.
Measuring the height of all students in a class.
Calculating the average score of a cricket team over a season.
The Correct Answer Is:
B
A Bernoulli distribution applies to a single trial with only two outcomes. 'Checking if a specific light bulb is working or not' has two clear outcomes: working (success) or not working (failure). The other options involve multiple counts, measurements, or averages.
Real World Connection
In the Real World
In India, think about a UPI transaction. When you make a payment, it either 'succeeds' or 'fails'. Developers at PhonePe or Google Pay use Bernoulli-like ideas to understand the probability of a transaction succeeding, which helps them improve the reliability of the system.
Key Vocabulary
Key Terms
OUTCOME: A possible result of an experiment or event. | PROBABILITY: The chance of an event happening, expressed as a number between 0 and 1. | SUCCESS: The specific outcome we are interested in measuring. | FAILURE: Any outcome that is not a success. | RANDOM VARIABLE: A variable whose value is a numerical outcome of a random phenomenon.
What's Next
What to Learn Next
Great job understanding Bernoulli! Next, you should explore the 'Binomial Distribution'. It builds directly on Bernoulli by looking at the number of successes in MULTIPLE independent Bernoulli trials, which is very useful for more complex real-world problems.


