• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • Classroom
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
      • College Predictor
      • Counselling
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
  • NEW
    • TALLENTEX
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
Home
JEE Maths
Probability and Conditional Probability Examples

Probability and Conditional Probability

Probability is a key concept in mathematics that helps us measure the likelihood of an event occurring. However, when one event is known to have occurred and we want to calculate the probability of another event, we use conditional probability. Let’s explore how to define probability and conditional probability, understand their differences, and solve problems involving both.

1.0What is Probability?

Probability is the measure of the likelihood that a particular event will occur. It ranges from 0 to 1, where:

  • 0 means the event is impossible
  • 1 means the event is certain

Formula:

P(E)= Total number of outcomes  Number of favorable outcomes ​

2.0What is Conditional Probability?

Conditional probability is the probability of one event occurring given that another event has already occurred.

Notation:

P(A∣B) (read as "Probability of A given B")

Formula:

P(A∣B)=P(B)P(A∩B)​, if P(B)=0

Also Practice: Conditional Probability Questions

3.0What is the Difference Between Probability and Conditional Probability?

Basis

Probability

Conditional Probability

Definition

Likelihood of an event

Likelihood of an event given another event has occurred

Symbol

P(A)

P(A|B)

Dependency

Independent

Depends on a known event

Example

Rolling a 3 on a die

Rolling a 3 given it is an odd number

4.0Why is Conditional Probability Important?

It is crucial when:

  • Events are dependent
  • We need to update probabilities after observing some information
  • Applications in Bayes’ Theorem, machine learning, risk analysis, etc.

5.0Probability and Conditional Probability Solved Problems

Example 1: A card is drawn from a standard deck of 52 cards. What is the probability that it is a king given that it is a face card?

Solution:

  • Total face cards = Jack, Queen, King × 4 = 12
  • Favorable = 4 Kings

P( King ∣ Face card )=124​=31​

Example 2: A bag contains 3 red, 4 green, and 2 blue balls. A ball is drawn at random.
What is the probability that the ball is red given that it is not blue?

Solution:

  • Total balls = 3 + 4 + 2 = 9
  • Non-blue = 3 + 4 = 7
  • Red balls = 3

P( Red ∣ Not blue )=73​

Example 3: Two cards are drawn one after another from a deck of 52 cards without replacement. What is the probability that both are aces?

Solution:

  • P(1 st Ace )=524​
  • P(2 nd Ace ∣1 st Ace )=513​

P( Both Aces )=524​×513​=2211​

Example 4: In a class of 60 students, 36 like Maths, 30 like Science, and 20 like both.

(a) What is the probability a student likes Maths?

(b) What is the probability a student likes Maths given they like Science?

Solution:

Let:

  • P(M)=6036​=0.6
  • P(S)=6030​=0.5
  • P(M∩S)=6020​=31​

(b) Conditional Probability:

P(M∣S)=P(S)P(M∩S)​=0.51/3​=32​

Example 5: Two cards are drawn without replacement from a deck of 52 cards. Find the probability that the second card is a heart, given that the first card was a spade.

Solution:

Since cards are drawn without replacement:

  • After removing a spade, 51 cards remain.
  • Hearts are unaffected: 13 hearts still remain.

So:

P(2 nd is Heart ∣1 st is Spade )=5113​

Answer: 5113​

Example 6: Urn I contains 3 red and 5 black balls. Urn II contains 4 red and 2 black balls. An urn is chosen at random, and a ball is drawn. If the ball is red, what is the probability it was drawn from Urn II?

Solution:

Let:

  • A1​: Choosing Urn I → P(A1​)=21​
  • A2​ : Choosing Urn II → P(A2​)=21​

Now,

  • P(R∣A1​)=83​,
  • P(R∣A2​)=64​=32​

By Bayes' Theorem:

P(A2​∣R)=P(A1​)⋅P(R∣A1​)+P(A2​)⋅P(R∣A2​)P(A2​)⋅P(R∣A2​)​

=12⋅2312⋅38+12⋅23=12⋅23316+13=12⋅232548=132548=4875=1625

=21​⋅83​+21​⋅32​21​⋅32​​=163​+31​21​⋅32​​=4825​21​⋅32​​=4825​31​​=7548​=2516​

Answer: 2516​

Example 7: Events A and B are such that P(A) = 0.4, P(B) = 0.5, and P(A∩B)=0.2 . Find P(A∣B) and state whether A and B are independent.

Solution:

P(A∣B)=P(B)P(A∩B)​=0.50.2​=0.4

Since P(A∣B)=P(A) , events A and B are independent.

Answer: P(A∣B)=0.4, A and B are independent

Example 8: A die is thrown until a 6 appears. What is the probability that a 6 appears on the third throw?

Solution:

This is a geometric probability problem:

  • Success = getting a 6 → p=61​
  • Failure = not getting a 6 → q=65​

To get a 6 on the third throw, first two must be failures, third a success:

P(6 on 3rd throw )=(65​)2⋅61​=21625​

Answer: 21625​

Example 9: A number is selected at random from 1 to 100. Find the probability that it is divisible by 5, given that it is divisible by 2.

Solution:

Let:

  • Total numbers divisible by 2 = 50 (even numbers from 2 to 100)
  • Numbers divisible by both 2 and 5 = Numbers divisible by 10 = 10, 20, ..., 100 → 10 numbers

So,

P( Divisible by 5∣ Divisible by 2)=5010​=51​

Answer: 51​

Also Read:

Probability and Statistics

Empirical Probability

Total Probability Theorem

Multiplication Theorem on Probability

Probability and Statistics questions with solutions

Statistics

Table of Contents


  • 1.0What is Probability?
  • 2.0What is Conditional Probability?
  • 2.1Notation:
  • 2.2Formula:
  • 3.0What is the Difference Between Probability and Conditional Probability?
  • 4.0Why is Conditional Probability Important?
  • 5.0Probability and Conditional Probability Solved Problems

Frequently Asked Questions

Probability is the general chance of an event. Conditional probability is the chance of an event occurring under a specific condition or given another event has happened.

Not necessarily. It depends on how the given event (condition) affects the likelihood of the desired event.

Yes. If P(A|B)=P(A) , then A and B are independent events.

Join ALLEN!

(Session 2026 - 27)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET Previous Year Papers
    • NEET Sample Papers
    • JEE Main Sample Papers
    • CBSE Sample Papers
    • NCERT Textbooks

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO