top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S7-SA3-0103

What is the Variance of 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?

The Variance of a Bernoulli Distribution measures how spread out the possible outcomes (success or failure) are from the average. It tells us the variability or risk associated with a single trial where there are only two possible results.

Simple Example
Quick Example

Imagine you're trying to hit a six in a cricket match. Each ball bowled is a Bernoulli trial – either you hit a six (success) or you don't (failure). The variance would tell you how much the results (hitting a six or not) vary from your expected average success rate over many balls.

Worked Example
Step-by-Step

Let's say the probability of a new street vendor selling a samosa to a customer (success) is 0.7. The probability of not selling (failure) is 0.3.

Step 1: Identify the probability of success (p) and failure (q). Here, p = 0.7 and q = 1 - p = 1 - 0.7 = 0.3.
---Step 2: Recall the formula for the Variance of a Bernoulli Distribution: Variance = p * q.
---Step 3: Substitute the values of p and q into the formula.
---Step 4: Calculate the variance: Variance = 0.7 * 0.3.
---Step 5: Perform the multiplication. Variance = 0.21.

Answer: The variance of this Bernoulli distribution is 0.21.

Why It Matters

Understanding variance helps scientists in Biotechnology predict the spread of a gene mutation, engineers in AI/ML assess the reliability of a system, and economists in FinTech analyze investment risk. It's crucial for making informed decisions in many real-world applications.

Common Mistakes

MISTAKE: Confusing variance with probability of success. | CORRECTION: Probability of success (p) is the likelihood of an event. Variance (p*q) measures the spread or variability of outcomes, not just the likelihood.

MISTAKE: Forgetting that q = 1 - p. | CORRECTION: Always remember that the probability of failure (q) is directly related to the probability of success (p) because there are only two outcomes, so their probabilities must sum to 1.

MISTAKE: Using the formula for binomial variance (npq) instead of Bernoulli variance (pq). | CORRECTION: Bernoulli variance is for a single trial, so it's just p*q. Binomial variance is for 'n' number of trials, hence 'n' is multiplied.

Practice Questions
Try It Yourself

QUESTION: A student guesses on a true/false question. What is the variance of this Bernoulli trial? | ANSWER: p = 0.5, q = 0.5. Variance = 0.5 * 0.5 = 0.25.

QUESTION: The probability of a new UPI transaction failing is 0.01. What is the variance of this Bernoulli distribution? | ANSWER: p = 0.01 (failure), q = 0.99 (success). Variance = 0.01 * 0.99 = 0.0099.

QUESTION: A light bulb has a 90% chance of working when switched on. Calculate the variance for a single switch-on event. If you mistakenly used 0.9 as 'q', what would be your error? | ANSWER: p = 0.9 (working), q = 0.1 (not working). Variance = 0.9 * 0.1 = 0.09. If 0.9 was used as 'q', then p would be 0.1, leading to a variance of 0.1 * 0.9 = 0.09. The numerical answer would be the same, but the interpretation of p and q would be swapped, which is conceptually incorrect if 'p' is defined as the 'success' event.

MCQ
Quick Quiz

If the probability of a bus arriving on time is 0.8, what is the variance of this Bernoulli distribution for a single bus arrival?

0.8

0.2

0.16

0.64

The Correct Answer Is:

C

The probability of success (p) is 0.8. The probability of failure (q) is 1 - 0.8 = 0.2. The variance is p * q = 0.8 * 0.2 = 0.16.

Real World Connection
In the Real World

In an app like Swiggy or Zomato, each delivery attempt can be seen as a Bernoulli trial (delivered successfully or not). Data scientists use variance to understand the consistency of delivery success rates across different areas or times. This helps them optimize logistics and improve customer satisfaction.

Key Vocabulary
Key Terms

BERNOULLI TRIAL: An experiment with only two possible outcomes, typically called 'success' and 'failure'. | PROBABILITY OF SUCCESS (p): The likelihood of the desired outcome occurring. | PROBABILITY OF FAILURE (q): The likelihood of the undesired outcome occurring. | VARIANCE: A measure of how much the values in a dataset differ from the mean.

What's Next
What to Learn Next

Now that you understand Bernoulli variance, explore the 'Binomial Distribution' next! It builds on Bernoulli trials by looking at the number of successes in multiple, independent trials, which is super useful for many real-world problems.

bottom of page