Skip to main content
Chapter 9 of 12
NCERT Solutions

Probability

CBSE · Class 11 · Applied Mathematics

NCERT Solutions for Probability — CBSE Class 11 Applied Mathematics.

45 questions24 flashcards5 concepts

Interactive on Super Tutor

Studying Probability? Get the full interactive chapter.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for ncert solutions and more.

1,000+ Class 11 students started this chapter today

17 Questions Solved · 6 Sections

9 worked solutions below. Unlock all 17 free in Super Tutor

Check your Progress - 1

1Write down an experiment in practical life whose sample space is S={0,1,2,}S = \{0,1,2,\ldots\}Show solution
Given: We need an experiment whose sample space is the set of all non-negative integers S={0,1,2,}S = \{0, 1, 2, \ldots\}.

Concept: The sample space lists all possible outcomes of a random experiment.

Answer: Observing the number of people who voted in a constituency is one such experiment. The number of voters can be 0, 1, 2, 3, … (any non-negative integer), so the sample space is S={0,1,2,}S = \{0, 1, 2, \ldots\}.

Other valid examples: number of calls received at a call centre in a day, number of accidents on a highway in a week, etc.

Not sure why a step works? check your working in Super Tutor

2Suppose 3 bulbs are selected at random from a lot of bulbs. Each bulb is tested and classified as defective (D) or non-defective (N). Write the sample space of this experiment.Show solution
Given: 3 bulbs are selected; each is classified as D (defective) or N (non-defective).

Concept: The sample space is the set of all possible ordered outcomes when each of the 3 bulbs is tested.

Working: Each bulb has 2 possible outcomes (D or N), so the total number of outcomes = 23=82^3 = 8.

Listing all outcomes systematically:

S={DDD, DDN, DND, NDD, DNN, NDN, NND, NNN}S = \{DDD,\ DDN,\ DND,\ NDD,\ DNN,\ NDN,\ NND,\ NNN\}

Answer: The sample space has 8 elements as listed above.

Not sure why a step works? check your working in Super Tutor

Check your Progress - 2

1Give a real life example of Independent Events and Dependent Events.Show solution
Independent Events:

Let:
- AA = Event that a person has black hair
- BB = Event that a person works in an MNC

The occurrence of AA does not affect the probability of BB and vice versa. Hence AA and BB are independent events.

Dependent Events:

Let:
- AA = Event of heavy traffic on a road
- BB = Event of a road accident

Heavy traffic increases the likelihood of an accident, so BB depends on AA. Hence AA and BB are dependent events.

Not sure why a step works? check your working in Super Tutor

2Give a real life example of Impossible and Sure Events.Show solution
Impossible Event: Getting the sun to rise in the west on any given day. The probability of this event is 0, so it is an impossible event.

Sure Event: Getting a sum of numbers 12\leq 12 when a pair of dice is rolled. Since the maximum sum is 6+6=126 + 6 = 12, this always happens. Its probability is 1, making it a sure event.

Not sure why a step works? check your working in Super Tutor

3Give a real life example of Exhaustive Events.Show solution
Exhaustive Events: When a coin is tossed once:
- AA = Getting a Head
- BB = Getting a Tail

AB=SA \cup B = S (the entire sample space), so AA and BB together cover all possible outcomes. Hence AA and BB are exhaustive events.

Not sure why a step works? check your working in Super Tutor

4Give a real life example of Mutually Exclusive Events.Show solution
Mutually Exclusive Events: When a person is running:
- AA = The person is running forward
- BB = The person is running backward

A person cannot run forward and backward at the same time, so AB=A \cap B = \emptyset. Hence AA and BB are mutually exclusive events.

Bonus — Mutually Exclusive and Exhaustive Events: When a die is thrown once:
- AA = Getting an even number {2,4,6}\{2, 4, 6\}
- BB = Getting an odd number {1,3,5}\{1, 3, 5\}

AB=A \cap B = \emptyset (mutually exclusive) and AB=SA \cup B = S (exhaustive).

Not sure why a step works? check your working in Super Tutor

Check your Progress - 3

1In a group of 100 sports car buyers, 40 bought alarm systems, 30 purchased bucket seats, and 20 purchased an alarm system and bucket seats. If a car buyer chosen at random bought an alarm system, what is the probability they also bought bucket seats?Show solution
Given:
- Total buyers = 100
- Buyers who bought alarm system: n(A)=40P(A)=0.40n(A) = 40 \Rightarrow P(A) = 0.40
- Buyers who bought bucket seats: n(B)=30P(B)=0.30n(B) = 30 \Rightarrow P(B) = 0.30
- Buyers who bought both: n(AB)=20P(AB)=0.20n(A \cap B) = 20 \Rightarrow P(A \cap B) = 0.20

Formula (Conditional Probability):
P(BA)=P(AB)P(A)P(B \mid A) = \frac{P(A \cap B)}{P(A)}

Calculation:
P(BA)=0.200.40=0.5P(B \mid A) = \frac{0.20}{0.40} = 0.5

Answer: The probability that a buyer also bought bucket seats, given they purchased an alarm system, is 0.5\mathbf{0.5} or 50%.

Not sure why a step works? check your working in Super Tutor

2From the given data, find out the probability that a randomly selected person is male, given that he owns a pet.

| | Have pets | Do not have pets | Total |
|---|---|---|---|
| Male | 0.41 | 0.08 | 0.49 |
| Female | 0.45 | 0.06 | 0.51 |
| Total | 0.86 | 0.14 | 1 |
Show solution
Given:
- Let MM = event that the person is male
- Let PP = event that the person owns a pet

From the table:
P(MP)=0.41P(M \cap P) = 0.41
P(P)=0.86P(P) = 0.86

Formula (Conditional Probability):
P(MP)=P(MP)P(P)P(M \mid P) = \frac{P(M \cap P)}{P(P)}

Calculation:
P(MP)=0.410.860.477P(M \mid P) = \frac{0.41}{0.86} \approx 0.477

Answer: The probability that a randomly selected person is male, given that they own a pet, is approximately 0.477\mathbf{0.477} or 47.7%.

Not sure why a step works? check your working in Super Tutor

Check your Progress - 4

1It's given that 80% of people attend their family doctor regularly; 35% of these people have no health problems cropping up during the following year. Out of the 20% of people who don't see their doctor regularly, only 5% have no health issues during the following year. What is the probability a person selected at random will have no health problems in the following year?Show solution
Given:
- Let DD = event that a person sees the doctor regularly
- Let HH = event that a person has no health problems in the following year

P(D)=0.80,P(D)=0.20P(D) = 0.80, \quad P(D') = 0.20
P(HD)=0.35,P(HD)=0.05P(H \mid D) = 0.35, \quad P(H \mid D') = 0.05

Formula (Total Probability Theorem):
P(H)=P(D)P(HD)+P(D)P(HD)P(H) = P(D)\cdot P(H \mid D) + P(D')\cdot P(H \mid D')

Calculation:
P(H)=0.80×0.35+0.20×0.05P(H) = 0.80 \times 0.35 + 0.20 \times 0.05
=0.28+0.01=0.29= 0.28 + 0.01 = 0.29

Answer: The probability that a randomly selected person will have no health problems in the following year is 0.29\mathbf{0.29} or 29%.

Not sure why a step works? check your working in Super Tutor

Exercise on Bayes' Theorem

1The number of loans sanctioned by a particular branch of a bank under different heads and the percentage of defaults in each category is given:

| Types of Loan | Number of Loans Approved | Defaults (%) |
|---|---|---|
| Personal Loan | 15 | 3% |
| Education Loan | 5 | 1% |
| Housing Loan | 10 | 2% |
| Car Loan | 10 | 5% |

If the loan application form picked at random for review is found to be of a person who has defaulted, find the probability that the application was for a car loan.
2A courier service company sends 30% of its orders by air, 50% by combination of bus and local transport and remaining 20% by train. Past record shows the courier is delivered late 2%, 7% and 5% of the time when orders are sent by air, bus/local transport and train respectively. Find (i) the probability that the order will be delivered late, (ii) the probability that the parcel delivered to a customer is sent by train if it is delivered late.
3A young entrepreneur imports high tech machines for a startup venture. The imported machines are to be set up by an expert. From experience it is known that 80% of the times the expert is able to correctly set up the machines. If the setup is correctly done the machine produces 90% acceptable items and in case of an incorrect set up the machine produces only 50% acceptable items. If after a certain set up the machine produces an acceptable item followed by an unacceptable item, find the probability that the machine is incorrectly set up.
4An insurance company insures scooter drivers, car drivers and bus drivers in the ratio 4:5:3. The probability of a scooter driver, car driver and bus driver meeting with an accident is 0.7%, 0.4% and 1.2% respectively. If an insured person meets with an accident, find the probability that the person is a scooter driver.
5Two cards from a pack of 52 cards are lost. From the remaining cards of the pack a card is drawn at random and is found to be a spade. Find the probability that the lost cards are both spades.
6A laboratory blood test is 99% effective in detecting a certain disease when it is in fact present. However, the test also yields a false positive result for 0.5% of the healthy persons tested. If 0.2% of the population actually has the disease, what is the probability that a person has the disease given that his test result is positive?

Check your Progress - 5

1The manager of a car repair workshop knows from past experience that when a call is received from a person who is stuck far away and has a problem starting the car, the probabilities of various troubles are:

| Event | Trouble | Probability |
|---|---|---|
| A1 | Battery problem | 0.4 |
| A2 | No petrol | 0.3 |
| A3 | Flooded | 0.1 |
| A4 | Some other reason | 0.2 |

P(EA1)=0.3, P(EA2)=0, P(EA3)=0.8, P(EA4)=0.5P(E \mid A_1) = 0.3,\ P(E \mid A_2) = 0,\ P(E \mid A_3) = 0.8,\ P(E \mid A_4) = 0.5

(a) If a person follows the instructions given by the manager, what is the probability that the car starts?
(b) If the car starts on following the instructions of the manager, find the probability that the car had a battery problem.
2In a factory which manufactures bulbs, units A, B and C manufacture respectively 25%, 35% and 40% of the bulbs. Of their outputs, 5, 4 and 2 percent are respectively defective bulbs. A bulb is drawn at random from the product and is found to be defective. What is the probability that it is manufactured by unit B?

8 more solved questions in Probability

Every remaining exercise is solved step by step in Super Tutor, plus practice quizzes and flashcards for this chapter. Free to start.

Stuck on a step?

Ask Super Tutor AI to explain any solution on this page in a simpler way — free, 24x7.

Ask a Doubt Free

Frequently Asked Questions

What are the important topics in Probability for CBSE Class 11 Applied Mathematics?
Probability covers several key topics that are frequently asked in CBSE Class 11 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Probability — CBSE Class 11 Applied Mathematics?
Understand the core concepts first, then work through the 45 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.
Where can I get free NCERT Solutions for Probability Class 11 Applied Mathematics?
This page has free step-by-step NCERT Solutions for every exercise question in Probability (CBSE Class 11 Applied Mathematics) — written the way examiners award marks: given, formula, working, answer.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

For serious students

Get the full Probability chapter — for free.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 11 Applied Mathematics.