Solved Examples

NCERT Solutions for Class 9 Maths Chapter 13: Probability — Free PDF

Complete solutions — empirical probability, experimental approach, coin toss, dice throw, and real-life probability problems.

CBSEClass 9
The SparkEd Authors (IITian & Googler)15 March 202620 min read
NCERT Solutions Class 9 Maths Chapter 13 Probability — SparkEd

Overview of Chapter 13: Probability

Chapter 13 introduces the concept of probability through an experimental (empirical) approach. Unlike the theoretical probability in Class 10 (which uses equally likely outcomes), this chapter focuses on probability based on actual experiments and observations.

Key topics:
- Random experiments and outcomes
- Empirical (experimental) probability
- Frequency-based probability calculations
- The range of probability: 0P(E)10 \leq P(E) \leq 1
- Sum of probabilities of all outcomes equals 1

The chapter has one exercise with practical, data-based problems.

Probability is one of the most widely used branches of mathematics. Weather forecasts, medical diagnoses, insurance premiums, game strategies, and quality control in factories all rely on probability. In Class 9, the NCERT textbook focuses on the empirical approach because it connects probability to real data that students can collect and analyse. This builds strong intuition before the more abstract theoretical approach in Class 10.

Key Concepts and Definitions

Experiment: Any process that produces a well-defined result. For example, tossing a coin, rolling a die, or recording the weather.

Random experiment: An experiment whose outcome cannot be predicted with certainty in advance. Each repetition may produce a different result.

Trial: A single performance of a random experiment. If you toss a coin 100100 times, each toss is one trial.

Outcome: A possible result of a trial. For a coin toss, the outcomes are Head and Tail.

Event: A collection of one or more outcomes. "Getting an even number" when rolling a die is an event consisting of the outcomes {2,4,6}\{2, 4, 6\}.

Empirical (experimental) probability: Probability calculated from observed data.

P(E)=Number of trials in which event E occurredTotal number of trialsP(E) = \frac{\text{Number of trials in which event } E \text{ occurred}}{\text{Total number of trials}}

Theoretical probability (covered in Class 10): Probability calculated by assuming equally likely outcomes.

P(E)=Number of favourable outcomesTotal number of equally likely outcomesP(E) = \frac{\text{Number of favourable outcomes}}{\text{Total number of equally likely outcomes}}

Key properties:
- 0P(E)10 \leq P(E) \leq 1 for any event EE
- P(certain event)=1P(\text{certain event}) = 1 (event that always happens)
- P(impossible event)=0P(\text{impossible event}) = 0 (event that never happens)
- P(E)+P(Eˉ)=1P(E) + P(\bar{E}) = 1, where Eˉ\bar{E} means "event EE does not occur"
- The sum of empirical probabilities of all outcomes equals 11

Law of large numbers: As the number of trials increases, the empirical probability gets closer to the theoretical probability. This is why we need many trials for accurate estimates.

Exercise 13.1 — Solved Problems

Problem 1: A coin is tossed 1000 times with the following frequencies: Head = 455, Tail = 545. Compute the probability of each event.

Solution:

P(Head)=4551000=0.455P(\text{Head}) = \frac{455}{1000} = 0.455

P(Tail)=5451000=0.545P(\text{Tail}) = \frac{545}{1000} = 0.545

Verification: 0.455+0.545=10.455 + 0.545 = 1

Note that the empirical probability of Head is close to but not exactly 0.50.5. With more trials, it would get even closer to 0.50.5.

Problem 2: Two coins are tossed simultaneously 500 times and the outcomes are:

Outcome2 Heads1 HeadNo Head
Frequency105275120

Find the probability of each outcome.

Solution:

P(2 Heads)=105500=0.21P(\text{2 Heads}) = \frac{105}{500} = 0.21

P(1 Head)=275500=0.55P(\text{1 Head}) = \frac{275}{500} = 0.55

P(No Head)=120500=0.24P(\text{No Head}) = \frac{120}{500} = 0.24

Verification: 0.21+0.55+0.24=10.21 + 0.55 + 0.24 = 1

Theoretical probabilities would be 0.250.25, 0.500.50, and 0.250.25 respectively. The empirical values are reasonably close.

Problem 3: A die is thrown 1000 times with the following outcomes:

Outcome123456
Frequency179150157149175190

Find the probability of getting: (i) 3 (ii) a number less than 4 (iii) a number greater than or equal to 4.

Solution:
(i) P(3)=1571000=0.157P(3) = \frac{157}{1000} = 0.157

(ii) Numbers less than 4: {1,2,3}\{1, 2, 3\}

P(<4)=179+150+1571000=4861000=0.486P(< 4) = \frac{179 + 150 + 157}{1000} = \frac{486}{1000} = 0.486

(iii) Numbers 4\geq 4: {4,5,6}\{4, 5, 6\}

P(4)=149+175+1901000=5141000=0.514P(\geq 4) = \frac{149 + 175 + 190}{1000} = \frac{514}{1000} = 0.514

Alternatively: P(4)=1P(<4)=10.486=0.514P(\geq 4) = 1 - P(< 4) = 1 - 0.486 = 0.514

Using the complement is often the faster method when the complementary event involves fewer outcomes.

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

More Solved Problems

Problem 4: In a cricket match, a batsman hits a boundary 6 times out of 30 balls. Find the probability that he did NOT hit a boundary.

Solution:

P(boundary)=630=15P(\text{boundary}) = \frac{6}{30} = \frac{1}{5}

P(no boundary)=115=45P(\text{no boundary}) = 1 - \frac{1}{5} = \frac{4}{5}

Problem 5: 1500 families were surveyed for the number of children:

Children01234+
Families2118143658228

(i) Find P(2 children)P(\text{2 children}). (ii) Find P(at most 2 children)P(\text{at most 2 children}). (iii) Find P(more than 2 children)P(\text{more than 2 children}).

Solution:
(i) P(2 children)=3651500=733000.243P(\text{2 children}) = \frac{365}{1500} = \frac{73}{300} \approx 0.243

(ii) At most 2 children means 0, 1, or 2:

P(2)=211+814+3651500=13901500=1391500.927P(\leq 2) = \frac{211 + 814 + 365}{1500} = \frac{1390}{1500} = \frac{139}{150} \approx 0.927

(iii) More than 2 children means 3 or 4+:

P(>2)=1P(2)=1139150=111500.073P(> 2) = 1 - P(\leq 2) = 1 - \frac{139}{150} = \frac{11}{150} \approx 0.073

Alternatively: P(>2)=82+281500=1101500=11150P(> 2) = \frac{82 + 28}{1500} = \frac{110}{1500} = \frac{11}{150}

Problem 6: A bag has 3 red, 5 blue, and 2 green balls. A ball is drawn and the colour noted, then put back. After 1000 draws: Red = 300, Blue = 500, Green = 200. Calculate the probability of each.

Solution:

P(Red)=3001000=0.3P(\text{Red}) = \frac{300}{1000} = 0.3

P(Blue)=5001000=0.5P(\text{Blue}) = \frac{500}{1000} = 0.5

P(Green)=2001000=0.2P(\text{Green}) = \frac{200}{1000} = 0.2

Note: These empirical probabilities are close to the theoretical values 310,510,210\frac{3}{10}, \frac{5}{10}, \frac{2}{10}, which is expected with a large number of trials.

Worked Examples — Additional Practice

Example 1: Defective items in a factory

A factory produces 500500 bulbs in a day. Quality testing reveals that 2525 are defective. If a bulb is selected at random from the day's production, find the probability that it is (a) defective, (b) not defective.

Solution:
(a) P(defective)=25500=120=0.05P(\text{defective}) = \frac{25}{500} = \frac{1}{20} = 0.05

(b) P(not defective)=10.05=0.95P(\text{not defective}) = 1 - 0.05 = 0.95

This means 95%95\% of the bulbs are expected to work properly.

Example 2: Weather data

Over the past 365365 days, it rained on 7373 days. What is the empirical probability that it will rain on a randomly chosen day?

P(rain)=73365=15=0.2P(\text{rain}) = \frac{73}{365} = \frac{1}{5} = 0.2

So based on past data, there is a 20%20\% chance of rain on any given day.

Example 3: Blood group probability

In a sample of 200200 people, blood groups are distributed as: A = 40, B = 56, AB = 16, O = 88. Find the probability that a randomly selected person has blood group B or AB.

P(B or AB)=56+16200=72200=925=0.36P(\text{B or AB}) = \frac{56 + 16}{200} = \frac{72}{200} = \frac{9}{25} = 0.36

Example 4: Using complements efficiently

A student answers 9090 out of 120120 questions correctly. Find the probability of answering a question incorrectly.

P(incorrect)=1P(correct)=190120=134=14=0.25P(\text{incorrect}) = 1 - P(\text{correct}) = 1 - \frac{90}{120} = 1 - \frac{3}{4} = \frac{1}{4} = 0.25

Common Mistakes to Avoid

Mistake 1: Confusing empirical and theoretical probability.
In Class 9, you compute probability from experimental data (frequencies). Do not use the theoretical formula favourable outcomestotal outcomes\frac{\text{favourable outcomes}}{\text{total outcomes}} unless the problem specifically states equally likely outcomes. For example, if a coin is tossed 100100 times and heads appears 4848 times, write P(H)=48100=0.48P(H) = \frac{48}{100} = 0.48, not P(H)=12P(H) = \frac{1}{2}.

Mistake 2: Writing probability greater than 1 or less than 0.
Probability is always between 00 and 11. If your calculation gives P(E)>1P(E) > 1 or P(E)<0P(E) < 0, you have made an error. Go back and check the numerator and denominator.

Mistake 3: Forgetting to verify that probabilities sum to 1.
After computing the probability of every possible outcome, add them up. The total must be 11. If it is not, you have either missed an outcome or made an arithmetic error.

Mistake 4: Using the wrong denominator.
The denominator is always the total number of trials, not the number of favourable outcomes or the number of categories. For example, if 15001500 families are surveyed, every probability calculation uses 15001500 in the denominator.

Mistake 5: Not simplifying fractions.
Always simplify your answer. Write 15\frac{1}{5} rather than 630\frac{6}{30}. In board exams, unsimplified fractions may lose presentation marks.

Practice Questions with Answers

Q1. A coin is tossed 200200 times. Heads appear 112112 times. Find P(Head)P(\text{Head}) and P(Tail)P(\text{Tail}).

Q2. In a class of 5050 students, 1515 like cricket, 2020 like football, and 1515 like basketball. A student is chosen at random. Find the probability that the student likes football.

Q3. A die is thrown 600600 times. The outcomes are: 1 (98), 2 (102), 3 (95), 4 (105), 5 (100), 6 (100). Find the probability of getting an even number.

Q4. Out of 400400 light switches tested, 1616 were found faulty. Find the probability that a switch chosen at random is not faulty.

---

Answers:

A1. P(H)=112200=1425=0.56P(H) = \frac{112}{200} = \frac{14}{25} = 0.56. P(T)=10.56=0.44P(T) = 1 - 0.56 = 0.44.

A2. P(football)=2050=25=0.4P(\text{football}) = \frac{20}{50} = \frac{2}{5} = 0.4.

A3. Even numbers: {2,4,6}\{2, 4, 6\}. Frequency =102+105+100=307= 102 + 105 + 100 = 307. P(even)=3076000.512P(\text{even}) = \frac{307}{600} \approx 0.512.

A4. P(not faulty)=116400=1125=2425=0.96P(\text{not faulty}) = 1 - \frac{16}{400} = 1 - \frac{1}{25} = \frac{24}{25} = 0.96.

Key Concepts at a Glance

ConceptKey Fact
ExperimentAn activity that produces well-defined outcomes
Random experimentAn experiment whose outcome cannot be predicted
Empirical probabilityBased on actual experimental data
Theoretical probabilityBased on equally likely outcomes (Class 10)
Range0P(E)10 \leq P(E) \leq 1
Complementary eventsP(E)+P(Eˉ)=1P(E) + P(\bar{E}) = 1
Sum of all probabilitiesAlways equals 1
Law of large numbersMore trials \to empirical probability approaches theoretical

Tips for Scoring Full Marks

Tip 1 — Always verify that probabilities sum to 1. After finding the probability of each outcome, add them up. If the sum is not 1, recheck your calculations.

Tip 2 — Use the complement rule. Instead of counting favourable outcomes directly, sometimes it is easier to find P(Eˉ)=1P(E)P(\bar{E}) = 1 - P(E). For "at least one" type questions, this is almost always faster.

Tip 3 — Read the data table carefully. Most errors in this chapter come from misreading the frequency table, not from the probability formula itself.

Tip 4 — Express probability as a fraction or decimal. Unless asked otherwise, simplify your fraction. For example, 4551000\frac{455}{1000} should be simplified to 91200\frac{91}{200} or expressed as 0.4550.455.

Tip 5 — Understand the difference from Class 10 probability. Class 9 uses empirical (experimental) probability from data. Class 10 introduces theoretical probability with equally likely outcomes.

Tip 6 — Show your verification step. Writing "Verification: P(E1)+P(E2)+=1P(E_1) + P(E_2) + \ldots = 1 ✓" earns you a method mark and helps you catch errors.

Practice on SparkEd Probability for interactive probability questions.

Practice These Topics on SparkEd

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now