100% FREE Updated: Mar 2026 Probability and Statistics Foundations of Probability

Counting and Sample Spaces

Comprehensive study notes on Counting and Sample Spaces for GATE DA preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Counting and Sample Spaces

Overview

The study of probability provides the mathematical framework for reasoning about uncertainty. Before we can assign a measure of likelihood to any occurrence, we must first possess a complete and rigorous description of all possibilities. This chapter is dedicated to establishing this fundamental groundwork. We begin by formalizing the notion of a random experiment and introducing the concepts of the sample spaceβ€”the set of all possible outcomesβ€”and events, which are specific subsets of this space. A precise understanding of these elements is the indispensable first step in the structured analysis of any probabilistic scenario.

Mastery of this foundational material is of paramount importance for the GATE examination, where problems are often constructed to test not merely computational skill but conceptual clarity. Once the structure of an experiment is defined, we are frequently faced with the challenge of enumeration: determining the number of outcomes that constitute an event or the total number of outcomes in the sample space. To this end, we shall develop a systematic toolkit of counting principles, including permutations and combinations. These are not simply formulas to be memorized, but powerful logical tools for dissecting complex problems. We will conclude by unifying these concepts under the three axioms of probability, which provide the definitive, formal rules that govern all of probability theory.

---

Chapter Contents

| # | Topic | What You'll Learn |
|---|-------|-------------------|
| 1 | Sample Space and Events | Defining outcomes of random experiments. |
| 2 | Counting Principles | Systematic methods for enumerating possible outcomes. |
| 3 | Probability Axioms | The fundamental rules of probability theory. |

---

Learning Objectives

❗ By the End of This Chapter

After completing this chapter, you will be able to:

  • Define a sample space and identify events for a given random experiment.

  • Apply fundamental counting principles, including permutations and combinations, to determine the size of sample spaces and events.

  • Calculate the probability of events in discrete sample spaces with equally likely outcomes.

  • Understand and apply the axioms of probability to derive basic probabilistic properties.

---

We now turn our attention to Sample Space and Events...
## Part 1: Sample Space and Events

Introduction

The study of probability is fundamentally concerned with the analysis of random phenomena. Before we can assign probabilities to outcomes, we must first establish a rigorous mathematical framework for describing all possible results of an experiment. This framework is built upon the foundational concepts of the sample space and events. A clear understanding of how to define a sample space and identify events within it is the first and most critical step in solving any problem in probability theory. This chapter provides the essential vocabulary and structure required for this purpose.

We begin by formalizing the notion of a random experiment, which is any process with an uncertain outcome. From this, we define the sample space as the set of all possible outcomes. An event, then, is simply a subset of this sample space, representing a result or a collection of results that are of particular interest to us.

πŸ“– Random Experiment

A random experiment is a process that satisfies three conditions:

  • It can be repeated any number of times under identical conditions.

  • The set of all possible outcomes is known prior to conducting the experiment.

  • The specific outcome of any particular trial is not known in advance.

---

---

Key Concepts

The entire structure of probability theory rests upon a few key definitions. Mastering these is non-negotiable for success in the subject.

1. Sample Space

The sample space is the cornerstone upon which we build our analysis.

πŸ“– Sample Space

The sample space, denoted by SS, is the set of all possible outcomes of a random experiment. Each individual outcome in the sample space is referred to as a sample point.

A sample space can be either discrete or continuous.
* Discrete Sample Space: Contains a finite or countably infinite number of sample points. For example, the outcomes of a coin toss, S={H,T}S = \{H, T\}, or the number of emails received in an hour, S={0,1,2,...}S = \{0, 1, 2, ...\}.
* Continuous Sample Space: Contains an infinite number of sample points that form a continuum. For example, the height of a student, where S={h∈R∣h>0}S = \{h \in \mathbb{R} \mid h > 0\}.

Worked Example:

Problem: Define the sample space for the experiment of rolling two distinct six-sided dice simultaneously.

Solution:

Step 1: Identify the outcomes for each die.
For the first die, the outcomes are {1,2,3,4,5,6}\{1, 2, 3, 4, 5, 6\}. For the second die, the outcomes are also {1,2,3,4,5,6}\{1, 2, 3, 4, 5, 6\}.

Step 2: Represent an outcome as an ordered pair.
Let an outcome be represented by an ordered pair (x,y)(x, y), where xx is the result of the first die and yy is the result of the second die.

Step 3: Systematically list all possible pairs.
The sample space SS is the set of all such ordered pairs.

S={(1,1),(1,2),...,(1,6),(2,1),(2,2),...,(2,6),...,(6,1),(6,2),...,(6,6)}S = \{ (1,1), (1,2), ..., (1,6),\\ (2,1), (2,2), ..., (2,6),\\ ...,\\ (6,1), (6,2), ..., (6,6) \}

Step 4: Determine the size of the sample space.
The total number of sample points is the product of the number of outcomes for each die.

∣S∣=6Γ—6=36|S| = 6 \times 6 = 36

Answer: The sample space consists of 36 ordered pairs, representing all possible combinations of outcomes from the two dice.

---

2. Event

An event is what we are typically interested in measuring the probability of.

πŸ“– Event

An event, denoted by a capital letter such as AA or BB, is any subset of the sample space SS. An event is said to have occurred if the outcome of the experiment is a sample point that belongs to that event.

* Simple Event: An event consisting of a single sample point.
* Compound Event: An event consisting of more than one sample point.
* Sure Event: The entire sample space SS. This event is certain to occur.
* Impossible Event: The empty set βˆ…\emptyset. This event can never occur.

3. Algebra of Events

Since events are sets, we can apply the operations of set theory to them. This "algebra of events" is crucial for manipulating and calculating probabilities.

* Union (AβˆͺBA \cup B): Represents the occurrence of "at least one of the events AA or BB".
* Intersection (A∩BA \cap B): Represents the "simultaneous occurrence of both events AA and BB".
* Complement (Aβ€²A' or AcA^c): Represents the "non-occurrence of event AA".
* Mutually Exclusive Events: Two events AA and BB are mutually exclusive (or disjoint) if they cannot occur at the same time. Mathematically, this means their intersection is the empty set, A∩B=βˆ…A \cap B = \emptyset.






A ∩ B β‰  βˆ…


A
B
Not Mutually Exclusive



A ∩ B = βˆ…


A
B
Mutually Exclusive

πŸ“ Mutually Exclusive Events
A∩B=βˆ…A \cap B = \emptyset

Variables:

    • AA = First event

    • BB = Second event


When to use: To determine if two events can happen simultaneously. If their intersection is the empty set, A∩B=βˆ…A \cap B = \emptyset, they are mutually exclusive.

---

Problem-Solving Strategies

A common source of error in probability is an incorrectly defined sample space. A systematic approach is essential.

πŸ’‘ GATE Strategy: Systematic Enumeration

For experiments with multiple components (e.g., two dice, three coins), do not list outcomes haphazardly. Use a systematic method like a tree diagram or a grid.

For an experiment of rolling two dice, a 6Γ—66 \times 6 grid is the most reliable way to visualize all 36 outcomes. This makes it trivial to identify outcomes for events like "the sum is 7" or "the first die is greater than the second". This structured approach minimizes the risk of missing or double-counting sample points.

---

---

Common Mistakes

⚠️ Avoid These Errors
    • ❌ Incorrectly defining the sample space. For an experiment of tossing two distinct coins, students might write S={HH,HT,TT}S = \{HH, HT, TT\}, assuming the order doesn't matter. This is incorrect.
βœ… The correct approach is to recognize that the coins are distinct. The sample space is S={HH,HT,TH,TT}S = \{HH, HT, TH, TT\}, containing 4 distinct outcomes. The outcome 'Heads then Tails' (HTHT) is different from 'Tails then Heads' (THTH).
    • ❌ Confusing 'mutually exclusive' with 'independent'. These are fundamentally different concepts. Mutually exclusive means events cannot happen together. Independence (a topic we will cover later) relates to whether the occurrence of one event affects the probability of another.
βœ… The correct approach is to remember the set-theory definition: two events AA and BB are mutually exclusive if and only if A∩B=βˆ…A \cap B = \emptyset. Do not infer any other relationship from this property.

---

Practice Questions

:::question type="MCQ" question="An experiment consists of tossing a fair coin four times. What is the total number of sample points in the sample space?" options=["8", "12", "16", "24"] answer="16" hint="Each toss has 2 possible outcomes. Use the multiplication principle for the sequence of four tosses." solution="
Step 1: Identify the number of outcomes for a single toss.
For one coin toss, there are 2 outcomes: Heads (H) or Tails (T).

Step 2: Apply the multiplication principle for a sequence of independent trials.
Since the coin is tossed four times, the total number of possible outcomes is the product of the number of outcomes at each step.

TotalΒ outcomes=2Γ—2Γ—2Γ—2=24\text{Total outcomes} = 2 \times 2 \times 2 \times 2 = 2^4

Step 3: Calculate the final value.

24=162^4 = 16

Result:
The sample space contains 16 sample points.
Answer: \boxed{16}
"
:::

:::question type="NAT" question="Two distinct six-sided dice are rolled. Let event A be that the sum of the numbers is a prime number. How many outcomes are in event A?" answer="15" hint="List all 36 outcomes in a grid. Identify the prime sums (2, 3, 5, 7, 11) and count the pairs that produce them." solution="
Step 1: Define the sample space SS. The total number of outcomes is ∣S∣=6Γ—6=36|S|=6 \times 6 = 36.

Step 2: Identify the possible prime sums. The minimum sum is 1+1=21+1=2 and the maximum sum is 6+6=126+6=12. The prime numbers in this range are 2, 3, 5, 7, and 11.

Step 3: List the outcomes for each prime sum.

  • Sum = 2: {(1,1)}\{(1,1)\} (1 outcome)

  • Sum = 3: {(1,2),(2,1)}\{(1,2), (2,1)\} (2 outcomes)

  • Sum = 5: {(1,4),(2,3),(3,2),(4,1)}\{(1,4), (2,3), (3,2), (4,1)\} (4 outcomes)

  • Sum = 7: {(1,6),(2,5),(3,4),(4,3),(5,2),(6,1)}\{(1,6), (2,5), (3,4), (4,3), (5,2), (6,1)\} (6 outcomes)

  • Sum = 11: {(5,6),(6,5)}\{(5,6), (6,5)\} (2 outcomes)


Step 4: Sum the number of outcomes for event A.
The total number of outcomes in event A is the sum of the counts from Step 3.

∣A∣=1+2+4+6+2=15|A| = 1 + 2 + 4 + 6 + 2 = 15

Result:
There are 15 outcomes in event A.
Answer: \boxed{15}
"
:::

:::question type="MSQ" question="From a standard deck of 52 playing cards, one card is drawn at random. Let event A be 'the card is a King' and event B be 'the card is a Spade'. Let event C be 'the card is a Heart'. Which of the following statements is/are true?" options=["Events A and B are mutually exclusive.", "Events B and C are mutually exclusive.", "Events A and C are not mutually exclusive.", "The sample space size is 52."] answer="Events B and C are mutually exclusive.,Events A and C are not mutually exclusive.,The sample space size is 52." hint="Check the intersection of each pair of events. A card can be a King and a Spade (King of Spades), but a card cannot be both a Spade and a Heart." solution="

  • Events A and B: Event A is drawing a King. Event B is drawing a Spade. The intersection A∩BA \cap B is the event 'the card is the King of Spades'. Since A∩Bβ‰ βˆ…A \cap B \neq \emptyset, events A and B are not mutually exclusive. So, the first option is false.
  • Events B and C: Event B is drawing a Spade. Event C is drawing a Heart. A single card cannot be both a Spade and a Heart, as these are distinct suits. Therefore, B∩C=βˆ…B \cap C = \emptyset. Events B and C are mutually exclusive. So, the second option is true.
  • Events A and C: Event A is drawing a King. Event C is drawing a Heart. The intersection A∩CA \cap C is the event 'the card is the King of Hearts'. Since A∩Cβ‰ βˆ…A \cap C \neq \emptyset, events A and C are not mutually exclusive. So, the third option is true.
  • Sample Space Size: A standard deck has 52 unique cards. Therefore, the size of the sample space for drawing one card is indeed 52. So, the fourth option is true.

  • Answer: \boxed{Events B and C are mutually exclusive., Events A and C are not mutually exclusive., The sample space size is 52.}
    "
    :::

    ---

    Summary

    ❗ Key Takeaways for GATE

    • Sample Space (SS) is Everything: Always begin a probability problem by clearly defining the sample space. An error here will invalidate all subsequent calculations.

    • Events are Subsets: Remember that an event AA is simply a subset of the sample space SS (AβŠ†SA \subseteq S). All set operations (union, intersection, complement) apply directly to events.

    • Mutually Exclusive means Disjoint: Two events are mutually exclusive if and only if their intersection is the empty set (A∩B=βˆ…A \cap B = \emptyset). This means they cannot occur at the same time.

    ---

    ---

    What's Next?

    πŸ’‘ Continue Learning

    This topic provides the foundational language of probability. The concepts here connect directly to:

      • Axioms of Probability: The rules of probability are defined over the events of a sample space. You cannot understand the axioms without first mastering the algebra of events.

      • Combinatorics (Permutations and Combinations): For complex experiments, we do not list the sample space explicitly. Instead, we use counting principles to determine the size of the sample space and the size of events, which is essential for calculating probabilities.

    ---

    πŸ’‘ Moving Forward

    Now that you understand Sample Space and Events, let's explore Counting Principles which builds on these concepts.

    ---

    Part 2: Counting Principles

    Introduction

    In the study of probability, our primary objective is often to determine the likelihood of an event. This fundamentally requires us to quantify the number of possible outcomes, both for the event in question and for the entire experiment. The field of mathematics concerned with counting is known as combinatorics. While counting may seem elementary, the complexity of scenarios encountered in data analysis and computer science necessitates a systematic approach.

    The foundational principles of countingβ€”namely, the Addition and Multiplication Principlesβ€”provide the essential tools for enumerating outcomes in a structured manner. A mastery of these rules is not merely an academic exercise; it forms the bedrock upon which the entire edifice of discrete probability is built. These principles allow us to determine the size of sample spaces, which is the first and most critical step in calculating probabilities.

    πŸ“– Combinatorics

    Combinatorics is the branch of mathematics dealing with the study of finite or countable discrete structures. It is primarily concerned with "counting" the number of ways certain objects or arrangements can be formed, selected, or combined.

    ---

    ---

    Key Concepts

    The two most fundamental rules in combinatorics are the Rule of Sum and the Rule of Product. Understanding when to apply each is crucial for correctly solving counting problems.

    1. The Addition Principle (Rule of Sum)

    The Addition Principle applies when we must make a choice between two or more mutually exclusive options. If an event can occur in one of several distinct ways, we sum the number of ways for each option.

    Consider two tasks, T1T_1 and T2T_2. If task T1T_1 can be performed in n1n_1 ways and task T2T_2 can be performed in n2n_2 ways, and the two tasks cannot be performed simultaneously (they are disjoint), then the number of ways to perform either T1T_1 or T2T_2 is the sum of the number of ways for each task.





    Set A
    (n1n_1 ways)
    Set B
    (n2n_2 ways)
    Total ways = n1+n2n_1 + n_2

    Since A and B are disjoint (A∩B=βˆ…A \cap B = \emptyset)

    πŸ“ The Addition Principle

    If a task can be done in one of kk disjoint ways, and the first way has n1n_1 options, the second has n2n_2 options, ..., and the kk-th way has nkn_k options, then the total number of ways to perform the task is:

    N=n1+n2+β‹―+nk=βˆ‘i=1kniN = n_1 + n_2 + \dots + n_k = \sum_{i=1}^{k} n_i

    Variables:

      • NN = Total number of ways to perform the task.

      • nin_i = Number of ways for the ii-th mutually exclusive option.


    When to use: When a problem involves making a single choice from a set of disjoint (mutually exclusive) options. Look for keywords like "OR".

    Worked Example:

    Problem: A university library has 40 textbooks on Data Structures and 30 textbooks on Algorithms. A student wishes to borrow exactly one textbook. How many choices does the student have?

    Solution:

    Step 1: Identify the disjoint tasks.
    The student can choose a Data Structures book OR an Algorithms book. These are mutually exclusive choices.
    Let T1T_1 be the task of choosing a Data Structures book, and T2T_2 be the task of choosing an Algorithms book.

    Step 2: Determine the number of ways for each task.
    Number of ways for T1T_1 is n1=40n_1 = 40.
    Number of ways for T2T_2 is n2=30n_2 = 30.

    Step 3: Apply the Addition Principle.
    The total number of choices is the sum of the number of choices for each task.

    N=n1+n2N = n_1 + n_2
    N=40+30N = 40 + 30

    Step 4: Compute the final answer.

    N=70N = 70

    Answer: The student has 70 choices.

    ---

    2. The Multiplication Principle (Rule of Product)

    The Multiplication Principle applies when a procedure or task is composed of a sequence of steps or stages. If the overall task is completed by performing a series of sub-tasks one after another, we multiply the number of ways to do each sub-task.

    Let us consider a procedure that can be broken down into a sequence of two tasks, T1T_1 and T2T_2. If task T1T_1 can be performed in n1n_1 ways, and for each of these ways, task T2T_2 can be performed in n2n_2 ways, then the total number of ways to perform the entire procedure is the product of the number of ways for each task.

    πŸ“ The Multiplication Principle

    If a procedure consists of a sequence of kk steps, and the first step can be done in n1n_1 ways, the second step in n2n_2 ways, ..., and the kk-th step in nkn_k ways (regardless of the choices made in previous steps), then the total number of ways to complete the procedure is:

    N=n1Γ—n2Γ—β‹―Γ—nk=∏i=1kniN = n_1 \times n_2 \times \dots \times n_k = \prod_{i=1}^{k} n_i

    Variables:

      • NN = Total number of outcomes for the procedure.

      • nin_i = Number of ways for the ii-th step in the sequence.


    When to use: When a problem involves constructing an outcome through a sequence of steps. Look for keywords like "AND" or a description of a multi-stage process.

    Worked Example:

    Problem: A user is creating a password that must consist of one uppercase letter followed by two digits. How many different passwords can be created? (Assume the English alphabet has 26 letters and digits are 0-9).

    Solution:

    Step 1: Decompose the procedure into a sequence of steps.
    The procedure of creating a password has three steps:

  • Choose the first character (an uppercase letter).

  • Choose the second character (a digit).

  • Choose the third character (a digit).
  • Step 2: Determine the number of ways for each step.

    • Number of ways to choose the first character (A-Z): n1=26n_1 = 26.

    • Number of ways to choose the second character (0-9): n2=10n_2 = 10.

    • Number of ways to choose the third character (0-9): n3=10n_3 = 10.


    Step 3: Apply the Multiplication Principle.
    The total number of possible passwords is the product of the number of options at each step.

    N=n1Γ—n2Γ—n3N = n_1 \times n_2 \times n_3
    N=26Γ—10Γ—10N = 26 \times 10 \times 10

    Step 4: Compute the final answer.

    N=2600N = 2600

    Answer: There are 2600 different possible passwords.

    ---

    Problem-Solving Strategies

    πŸ’‘ GATE Strategy: 'AND' vs 'OR'

    The key to solving basic counting problems is to correctly identify whether to add or multiply. A simple linguistic trick can often clarify the situation:

      • If the problem description implies a choice of "this OR that", it usually signals the use of the Addition Principle. You are performing one action from a set of disjoint alternatives.
      • If the problem description implies a sequence of events, such as "do this AND then do that", it points towards the Multiplication Principle. You are performing a series of actions to form a single outcome.
    Always break down the problem into the smallest possible tasks or choices and then determine the relationship between them.

    ---

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Confusing Addition and Multiplication: Applying the addition rule for a sequential task. For example, in the password problem, incorrectly calculating 26+10+10=4626 + 10 + 10 = 46.
    βœ… Correct Approach: Recognize that forming a password is a sequence of three steps performed one after another. Therefore, the number of options at each step must be multiplied.
      • ❌ Ignoring Constraints: Overlooking restrictions mentioned in the problem, such as "digits cannot be repeated" or "the first letter must be a vowel".
    βœ… Correct Approach: Carefully read the problem statement. For each step in a sequence, adjust the number of available options based on the choices made in previous steps if there is a "without replacement" or "no repetition" condition.

    ---

    Practice Questions

    :::question type="MCQ" question="A restaurant offers 5 distinct appetizers and 8 distinct main courses. A customer wants to order either an appetizer or a main course, but not both. How many different choices does the customer have?" options=["13", "40", "3", "35"] answer="13" hint="The customer is choosing one item from two separate, mutually exclusive categories. Consider the keyword 'or'." solution="
    Step 1: Identify the tasks.
    The customer can either choose an appetizer OR a main course. These are disjoint choices.

    • Task 1: Choose an appetizer. There are n1=5n_1 = 5 ways.

    • Task 2: Choose a main course. There are n2=8n_2 = 8 ways.


    Step 2: Apply the Addition Principle.
    Since the choices are mutually exclusive (the customer orders one or the other), we add the number of options.

    N=n1+n2N = n_1 + n_2
    N=5+8=13N = 5 + 8 = 13

    Result: The customer has 13 different choices.
    Answer: 13\boxed{13}
    "
    :::

    :::question type="NAT" question="A 4-digit PIN is to be formed using the digits {0, 1, 2, 3, 5, 8}. If repetition of digits is allowed, how many different PINs can be formed?" answer="1296" hint="Forming a PIN is a 4-step process. Determine the number of options available for each of the four positions." solution="
    Step 1: Decompose the task.
    The task is to form a 4-digit PIN. This can be broken down into 4 sequential steps: choosing the first digit, choosing the second, choosing the third, and choosing the fourth.

    Step 2: Count the options for each step.
    The set of available digits is {0, 1, 2, 3, 5, 8}, which contains 6 distinct digits.

    • Options for the 1st digit: 6

    • Options for the 2nd digit: 6 (since repetition is allowed)

    • Options for the 3rd digit: 6 (since repetition is allowed)

    • Options for the 4th digit: 6 (since repetition is allowed)


    Step 3: Apply the Multiplication Principle.
    The total number of PINs is the product of the number of options for each position.

    N=6Γ—6Γ—6Γ—6N = 6 \times 6 \times 6 \times 6
    N=64N = 6^4

    Step 4: Calculate the final value.

    N=1296N = 1296

    Result: A total of 1296 different PINs can be formed.
    Answer: 1296\boxed{1296}
    "
    :::

    :::question type="MSQ" question="A committee of two is to be formed from a group of 3 computer science (CS) students and 4 electrical engineering (EE) students. The committee must consist of students from different departments. Which of the following statements is/are correct?" options=["The total number of ways to form the committee is 12.", "The problem can be solved by choosing one CS student AND one EE student.", "If the students had to be from the same department, the total number of ways would be 9.", "The problem can be solved by calculating (3+4) * (3+4-1) / 2."] answer="The total number of ways to form the committee is 12.,The problem can be solved by choosing one CS student AND one EE student." hint="The committee requires one student from each department. This is a sequence of choices. Also, evaluate the alternative scenario in the options." solution="
    Solution:
    The problem requires forming a committee of two students from different departments. This means we must select exactly one student from the CS group and one student from the EE group.

    • Statement A: We analyze this using the Multiplication Principle.
    - Step 1: Select one CS student from the available 3. This can be done in 3 ways. - Step 2: Select one EE student from the available 4. This can be done in 4 ways. - Total ways = (Ways to choose CS student) Γ—\times (Ways to choose EE student) = 3Γ—4=123 \times 4 = 12. Thus, statement A is correct.
    • Statement B: This statement accurately describes the logical procedure required to solve the problem: choosing one student from the first group AND one from the second. This aligns perfectly with the Multiplication Principle. Thus, statement B is correct.
    • Statement C: This statement describes a different scenario where students must be from the same department. While the calculation for that scenario ((32)+(42)=3+6=9\binom{3}{2} + \binom{4}{2} = 3 + 6 = 9) is correct, it does not pertain to the original problem statement. Therefore, it is not a correct statement about the given problem.
    • Statement D: This calculation, (3+4)(3+4βˆ’1)2=7Γ—62=21\frac{(3+4)(3+4-1)}{2} = \frac{7 \times 6}{2} = 21, represents the total number of ways to choose any 2 students from the total of 7, without any restrictions. This is not what the problem asks for. Thus, statement D is incorrect.
    The correct statements that pertain to the given problem are A and B. Answer: StatementsΒ AΒ andΒ B\boxed{\text{Statements A and B}} " :::

    ---

    Summary

    ❗ Key Takeaways for GATE

    • Addition Principle (Rule of Sum): Use when you have to make a single choice from a set of mutually exclusive (disjoint) options. The keyword is OR. Total ways = n1+n2+…n_1 + n_2 + \dots.

    • Multiplication Principle (Rule of Product): Use when a task is composed of a sequence of steps or stages. The keyword is AND. Total ways = n1Γ—n2×…n_1 \times n_2 \times \dots.

    • Problem Decomposition: The first step in any counting problem is to break it down into a series of simple choices or a sequence of simple steps. Then, identify the relationship between these parts to decide whether to add or multiply.

    ---

    ---

    What's Next?

    πŸ’‘ Continue Learning

    The fundamental counting principles are the building blocks for more advanced combinatorial concepts frequently tested in GATE.

      • Permutations and Combinations: These topics are direct extensions of the Multiplication Principle. Permutations deal with ordered arrangements, while Combinations deal with unordered selections.
      • Probability: The ability to count outcomes is essential for calculating probabilities. The size of the sample space (SS) and the event space (EE) are often found using these principles, leading to the calculation P(E)=∣E∣/∣S∣P(E) = |E| / |S|.
    Mastering these foundational principles will make your progression into these more complex topics significantly smoother.

    ---

    πŸ’‘ Moving Forward

    Now that you understand Counting Principles, let's explore Probability Axioms which builds on these concepts.

    ---

    Part 3: Probability Axioms

    Introduction

    In our preliminary study of probability, we often rely on an intuitive understanding based on relative frequencies or symmetry. However, for a rigorous and consistent framework, we must establish a formal mathematical foundation. This is achieved through an axiomatic approach, which defines probability not by what it is, but by the rules it must obey.

    The axiomatic approach, formulated by Andrey Kolmogorov, provides a set of fundamental rules, or axioms, from which all other properties of probability can be logically derived. This framework is essential for handling complex problems in data analysis, machine learning, and other advanced fields. For the GATE examination, a firm grasp of these axioms and their immediate consequences is critical for building a robust understanding of probability theory. We shall now explore these foundational principles.

    πŸ“– Probability Space

    A probability space is a mathematical construct that models a random process. It is defined as a triplet (Ξ©,F,P)(\Omega, \mathcal{F}, P), where:

      • Ξ©\Omega is the sample space, which is the set of all possible outcomes of an experiment.

      • F\mathcal{F} is the event space, a set of subsets of Ξ©\Omega (called events), which must be a Οƒ\sigma-algebra. For GATE purposes, we can consider F\mathcal{F} to be the set of all possible events we are interested in.

      • PP is the probability measure, a function that assigns a real number P(A)P(A) to each event A∈FA \in \mathcal{F}. This function must satisfy the axioms of probability.

    ---

    ---

    The Three Axioms of Probability

    The entire structure of probability theory rests upon three deceptively simple axioms. Let (Ω,F,P)(\Omega, \mathcal{F}, P) be a probability space. The probability measure PP must satisfy the following rules for any event A∈FA \in \mathcal{F}.

    1. Axiom 1: Non-negativity

    The probability of any event is a non-negative real number.

    πŸ“ Axiom 1: Non-negativity
    P(A)β‰₯0P(A) \ge 0

    Variables:

      • AA: Any event in the event space F\mathcal{F}.


    Application: This axiom establishes that probability cannot be negative. Any calculation that results in a negative probability is incorrect.

    2. Axiom 2: Normalization

    The probability of the entire sample space is equal to 1.

    πŸ“ Axiom 2: Normalization
    P(Ξ©)=1P(\Omega) = 1

    Variables:

      • Ξ©\Omega: The sample space, representing the event that some outcome occurs.


    Application: This axiom anchors the scale of probability. The certainty of an outcome occurring from the set of all possible outcomes is defined as 1. It follows that the probability of any event AA must be in the range [0,1][0, 1].

    3. Axiom 3: Additivity

    For any countable collection of pairwise disjoint (mutually exclusive) events A1,A2,…A_1, A_2, \dots, the probability of their union is the sum of their individual probabilities.

    πŸ“ Axiom 3: Additivity

    For disjoint events Ai∩Aj=βˆ…A_i \cap A_j = \emptyset for all iβ‰ ji \ne j:

    P(⋃i=1∞Ai)=βˆ‘i=1∞P(Ai)P\left(\bigcup_{i=1}^{\infty} A_i\right) = \sum_{i=1}^{\infty} P(A_i)

    Variables:

      • AiA_i: A set of pairwise disjoint events.


    Application: This is the cornerstone for calculating probabilities of compound events. For any two mutually exclusive events AA and BB, this simplifies to P(AβˆͺB)=P(A)+P(B)P(A \cup B) = P(A) + P(B).

    ---

    Key Consequences of the Axioms

    From these three axioms, we can derive several fundamental properties of probability. These are not new axioms but are logical consequences that are frequently used in problem-solving.

    1. Probability of the Impossible Event

    The probability of the empty set, βˆ…\emptyset, which represents an impossible event, is zero.

    Derivation:

    Step 1: Consider the sample space Ξ©\Omega and the empty set βˆ…\emptyset. These two events are mutually exclusive, as Ξ©βˆ©βˆ…=βˆ…\Omega \cap \emptyset = \emptyset.

    Step 2: We can write the union as Ξ©βˆͺβˆ…=Ξ©\Omega \cup \emptyset = \Omega.

    Step 3: Apply Axiom 3 (Additivity) to this union.

    P(Ξ©βˆͺβˆ…)=P(Ξ©)+P(βˆ…)P(\Omega \cup \emptyset) = P(\Omega) + P(\emptyset)

    Step 4: Since Ξ©βˆͺβˆ…=Ξ©\Omega \cup \emptyset = \Omega, we have P(Ξ©βˆͺβˆ…)=P(Ξ©)P(\Omega \cup \emptyset) = P(\Omega).

    P(Ξ©)=P(Ξ©)+P(βˆ…)P(\Omega) = P(\Omega) + P(\emptyset)

    Step 5: By Axiom 2, P(Ξ©)=1P(\Omega) = 1.

    1=1+P(βˆ…)1 = 1 + P(\emptyset)

    Step 6: Solving for P(βˆ…)P(\emptyset), we find:

    P(βˆ…)=0P(\emptyset) = 0

    2. Probability of the Complement

    For any event AA, the probability of its complement, AcA^c, is 11 minus the probability of AA.

    πŸ“ Complement Rule
    P(Ac)=1βˆ’P(A)P(A^c) = 1 - P(A)

    Variables:

      • AA: Any event.

      • AcA^c: The complement of event AA.


    When to use: This is extremely useful when calculating the probability of an event is difficult, but calculating the probability of its complement (the event not happening) is easy.

    3. The General Addition Rule

    For any two events AA and BB (not necessarily disjoint), the probability of their union is given by the sum of their probabilities minus the probability of their intersection.

    πŸ“ General Addition Rule
    P(AβˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B)

    Variables:

      • A,BA, B: Any two events.

      • AβˆͺBA \cup B: The event that A or B or both occur.

      • A∩BA \cap B: The event that both A and B occur.


    When to use: This formula is fundamental for calculating the probability of the union of any two events, especially when they overlap.



    Ξ©\Omega


    A
    B





    A∩BA \cap B
    When adding P(A) and P(B), the intersection P(A ∩ B) is counted twice.

    Worked Example:

    Problem: Let P(A)=0.5P(A) = 0.5, P(B)=0.4P(B) = 0.4, and P(A∩B)=0.2P(A \cap B) = 0.2. Find the probability that either event A or event B occurs.

    Solution:

    Step 1: We are asked to find P(AβˆͺB)P(A \cup B). The events are not mutually exclusive since P(A∩B)β‰ 0P(A \cap B) \ne 0.

    Step 2: Apply the General Addition Rule.

    P(AβˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B)

    Step 3: Substitute the given values into the formula.

    P(AβˆͺB)=0.5+0.4βˆ’0.2P(A \cup B) = 0.5 + 0.4 - 0.2

    Step 4: Compute the final result.

    P(AβˆͺB)=0.7P(A \cup B) = 0.7

    Answer: The probability that either A or B occurs is 0.70.7.

    ---

    Problem-Solving Strategies

    πŸ’‘ GATE Strategy: Check for Disjointness

    Before applying any addition rule, always ask: "Are the events mutually exclusive?"

      • If YES (A∩B=βˆ…A \cap B = \emptyset), use the simple form: P(AβˆͺB)=P(A)+P(B)P(A \cup B) = P(A) + P(B).

      • If NO (A∩Bβ‰ βˆ…A \cap B \ne \emptyset), you must use the general form: P(AβˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B).

    This simple check prevents one of the most common errors in probability questions.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Incorrectly Assuming Independence for Disjointness: Students often confuse mutually exclusive events with independent events. Disjoint events (if they have non-zero probabilities) are always dependent. Do not mix up the formulas for these two distinct concepts.
      • ❌ Forgetting to Subtract the Intersection: A frequent error is to calculate P(AβˆͺB)P(A \cup B) as P(A)+P(B)P(A) + P(B) even when the events overlap. This overestimates the true probability.
      • ❌ Violating the Axioms: Calculating a final probability that is greater than 1 or less than 0. This is a clear sign of a conceptual or calculation error. Always check if your final answer lies in the range [0,1][0, 1].

    ---

    Practice Questions

    :::question type="MCQ" question="Let AA and BB be two events in a sample space Ξ©\Omega. If P(A)=0.6P(A) = 0.6 and P(AβˆͺB)=0.8P(A \cup B) = 0.8, and AA and BB are mutually exclusive, what is the value of P(B)P(B)?" options=["0.2","0.4","1.4","Cannot be determined"] answer="0.2" hint="Recall the addition rule for mutually exclusive events." solution="For mutually exclusive events, A∩B=βˆ…A \cap B = \emptyset. The additivity axiom simplifies to P(AβˆͺB)=P(A)+P(B)P(A \cup B) = P(A) + P(B). We are given P(A)=0.6P(A) = 0.6 and P(AβˆͺB)=0.8P(A \cup B) = 0.8.

    0.8=0.6+P(B)0.8 = 0.6 + P(B)

    P(B)=0.8βˆ’0.6P(B) = 0.8 - 0.6

    P(B)=0.2P(B) = 0.2
    "
    :::

    :::question type="NAT" question="For two events AA and BB, it is known that P(A)=0.7P(A) = 0.7 and P(Bc)=0.4P(B^c) = 0.4. If P(AβˆͺB)=0.8P(A \cup B) = 0.8, calculate the value of P(A∩B)P(A \cap B)." answer="0.5" hint="First, find P(B)P(B) from its complement. Then, use the general addition rule." solution="Step 1: Find P(B)P(B) using the complement rule.

    P(B)=1βˆ’P(Bc)P(B) = 1 - P(B^c)

    P(B)=1βˆ’0.4=0.6P(B) = 1 - 0.4 = 0.6

    Step 2: Use the general addition rule: P(AβˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B).
    0.8=0.7+0.6βˆ’P(A∩B)0.8 = 0.7 + 0.6 - P(A \cap B)

    0.8=1.3βˆ’P(A∩B)0.8 = 1.3 - P(A \cap B)

    Step 3: Solve for P(A∩B)P(A \cap B).
    P(A∩B)=1.3βˆ’0.8P(A \cap B) = 1.3 - 0.8

    P(A∩B)=0.5P(A \cap B) = 0.5
    "
    :::

    :::question type="MSQ" question="Which of the following statements are direct consequences of the three axioms of probability for any events AA and BB from a sample space Ξ©\Omega?" options=["If AβŠ†BA \subseteq B, then P(A)≀P(B)P(A) \le P(B)","P(A∩BA \cap B) = P(A)P(B)P(A)P(B)","P(AβˆͺAcA \cup A^c) = 1","P(βˆ…\emptyset) = 0"] answer="If AβŠ†BA \subseteq B, then P(A)≀P(B)P(A) \le P(B),P(AβˆͺAcA \cup A^c) = 1,P(βˆ…\emptyset) = 0" hint="Evaluate each statement based on the axioms. Note that one statement relates to independence, which is a separate definition, not an axiom." solution="

    • If AβŠ†BA \subseteq B, then P(A)≀P(B)P(A) \le P(B): This is a correct consequence. We can write B=Aβˆͺ(B∩Ac)B = A \cup (B \cap A^c), where AA and (B∩Ac)(B \cap A^c) are disjoint. By Axiom 3, P(B)=P(A)+P(B∩Ac)P(B) = P(A) + P(B \cap A^c). By Axiom 1, P(B∩Ac)β‰₯0P(B \cap A^c) \ge 0, so P(B)β‰₯P(A)P(B) \ge P(A).

    • P(A∩BA \cap B) = P(A)P(B)P(A)P(B): This is the definition of statistical independence, not a direct consequence of the axioms for any two events. It only holds if the events are independent.

    • P(AβˆͺAcA \cup A^c) = 1: The union of an event and its complement is the entire sample space, AβˆͺAc=Ξ©A \cup A^c = \Omega. By Axiom 2, P(Ξ©)=1P(\Omega) = 1. So, P(AβˆͺAc)=1P(A \cup A^c) = 1. This is correct.

    • P(βˆ…\emptyset) = 0: As derived earlier, this is a direct consequence of Axioms 2 and 3. This is correct.

    "
    :::

    ---

    Summary

    ❗ Key Takeaways for GATE

    • The Three Axioms are Foundational: All probability rules are derived from Non-negativity (P(A)β‰₯0P(A) \ge 0), Normalization (P(Ξ©)=1P(\Omega) = 1), and Additivity (P(βˆͺAi)=βˆ‘P(Ai)P(\cup A_i) = \sum P(A_i) for disjoint AiA_i).

    • Master the Consequences: The most frequently applied rules in GATE problems are the direct consequences of the axioms: P(βˆ…)=0P(\emptyset)=0, the Complement Rule P(Ac)=1βˆ’P(A)P(A^c)=1-P(A), and the General Addition Rule P(AβˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B).

    • Distinguish Disjoint and General Cases: Always verify if events are mutually exclusive before applying an addition rule. Using the simpler version for non-disjoint events is a common and critical error.

    ---

    What's Next?

    πŸ’‘ Continue Learning

    The axioms of probability provide the essential groundwork for more advanced topics. Master these before proceeding.

      • Conditional Probability: This concept builds directly on the axiomatic framework to define the probability of an event given that another event has occurred. The formula for conditional probability, P(A∣B)=P(A∩B)/P(B)P(A|B) = P(A \cap B) / P(B), relies on the probabilities established by the axioms.
      • Random Variables: A random variable is a function that maps outcomes from a sample space Ξ©\Omega to real numbers. The probabilities associated with the values of a random variable must adhere to the axioms we have just discussed.

    ---

    Chapter Summary

    πŸ“– Counting and Sample Spaces - Key Takeaways

    From our exploration of counting and sample spaces, we have established the foundational principles of probabilistic reasoning. The following points are essential for mastery and application in the GATE examination.

    • The Sample Space (Ξ©\Omega) is Exhaustive and Mutually Exclusive. The sample space is the set of all possible outcomes of a random experiment. It is imperative that the defined outcomes are mutually exclusive (only one can occur) and collectively exhaustive (no possible outcome is left out).

    • Events are Subsets of the Sample Space. An event is any collection of outcomes, i.e., a subset of Ξ©\Omega. The probability of an event is a measure of its likelihood. We have seen that set theory operations (union, intersection, complement) correspond directly to logical operations on events (OR, AND, NOT).

    • The Choice of Counting Principle is Dictated by the Problem's Structure. We must discern whether a task involves sequential stages (Multiplication Principle) or disjoint choices (Addition Principle). The distinction between arrangements where order matters (Permutations, P(n,k)P(n, k)) and selections where it does not (Combinations, C(n,k)C(n, k)) is critical for correctly determining the size of sample spaces and events.

    • Kolmogorov's Axioms are the Bedrock of Probability Theory. All properties of probability are derived from three fundamental axioms:

    - P(E)β‰₯0P(E) \ge 0 for any event EE.
    - P(Ξ©)=1P(\Omega) = 1.
    - For any sequence of mutually exclusive events E1,E2,…E_1, E_2, \dots, P(βˆͺi=1∞Ei)=βˆ‘i=1∞P(Ei)P(\cup_{i=1}^{\infty} E_i) = \sum_{i=1}^{\infty} P(E_i).

    • The Complement Rule Simplifies Complex Calculations. For any event EE, the probability of its complement, EcE^c, is given by P(Ec)=1βˆ’P(E)P(E^c) = 1 - P(E). It is often far simpler to calculate the probability of an event not happening than the probability of it happening.

    • For Equally Likely Outcomes, Probability is a Ratio of Cardinalities. In a finite sample space where every outcome is equally likely, the probability of an event EE is the ratio of the number of outcomes favorable to EE to the total number of outcomes in the sample space: P(E)=∣E∣∣Ω∣P(E) = \frac{|E|}{|\Omega|}. This formula directly links the principles of counting to probability.

    ---

    Chapter Review Questions

    :::question type="MCQ" question="A committee of 4 is to be selected from a group of 6 computer science engineers and 5 electronics engineers. If the selection is made randomly, what is the probability that the committee consists of exactly 2 computer science engineers?" options=["5/11", "4/11", "1/3", "15/330"] answer="A" hint="The total number of ways to form the committee is the size of the sample space. The numerator is the number of ways to select 2 from each discipline." solution="
    The problem requires us to find the probability of a specific composition for a committee selected from a larger group. This is a classic application of combinations, as the order of selection does not matter.

    Step 1: Determine the size of the sample space, ∣Ω∣|\Omega|.
    The sample space consists of all possible 4-member committees that can be formed from the total group of 6+5=116+5=11 engineers. The number of ways to choose 4 people from 11 is given by the combination formula C(n,k)=(nk)=n!k!(nβˆ’k)!C(n, k) = \binom{n}{k} = \frac{n!}{k!(n-k)!}.

    ∣Ω∣=C(11,4)=(114)=11!4!(11βˆ’4)!=11Γ—10Γ—9Γ—84Γ—3Γ—2Γ—1=11Γ—10Γ—3=330|\Omega| = C(11, 4) = \binom{11}{4} = \frac{11!}{4!(11-4)!} = \frac{11 \times 10 \times 9 \times 8}{4 \times 3 \times 2 \times 1} = 11 \times 10 \times 3 = 330

    Step 2: Determine the size of the event space, ∣E∣|E|.
    The event EE is the selection of a committee with exactly 2 computer science (CS) engineers. Since the committee must have 4 members, this implies we must also select exactly 2 electronics (EC) engineers.

    • The number of ways to choose 2 CS engineers from 6 is:

    C(6,2)=(62)=6Γ—52=15C(6, 2) = \binom{6}{2} = \frac{6 \times 5}{2} = 15

    • The number of ways to choose 2 EC engineers from 5 is:

    C(5,2)=(52)=5Γ—42=10C(5, 2) = \binom{5}{2} = \frac{5 \times 4}{2} = 10

    By the multiplication principle, the total number of ways to form the desired committee is the product of these two values:
    ∣E∣=C(6,2)Γ—C(5,2)=15Γ—10=150|E| = C(6, 2) \times C(5, 2) = 15 \times 10 = 150

    Step 3: Calculate the probability.
    Using the formula for equally likely outcomes, P(E)=∣E∣∣Ω∣P(E) = \frac{|E|}{|\Omega|}:

    P(E)=150330=1533=511P(E) = \frac{150}{330} = \frac{15}{33} = \frac{5}{11}

    Thus, the correct option is A.
    "
    :::

    :::question type="NAT" question="How many 5-digit numbers can be formed using the digits {0, 1, 2, 3, 4} without repetition, such that the resulting number is divisible by 2?" answer="60" hint="A number is divisible by 2 if its last digit is even. Consider the case where the last digit is 0 separately from the cases where it is 2 or 4, due to the restriction on the first digit." solution="
    To solve this, we must count the number of valid arrangements (permutations) subject to two constraints: (1) it must be a 5-digit number (so the first digit cannot be 0), and (2) it must be divisible by 2 (the last digit must be even). The available even digits are {0, 2, 4}.

    We use the addition principle by breaking the problem into disjoint cases based on the last digit.

    Case 1: The last digit is 0.
    Let the 5-digit number be represented by five slots: _ _ _ _ _.

    • The 5th slot (units place) is fixed as 0. (1 way)

    • The 1st slot can be filled by any of the remaining 4 digits {1, 2, 3, 4}. (4 ways)

    • The 2nd slot can be filled by any of the remaining 3 digits. (3 ways)

    • The 3rd slot can be filled by any of the remaining 2 digits. (2 ways)

    • The 4th slot can be filled by the last remaining digit. (1 way)

    Total numbers in this case = 4Γ—3Γ—2Γ—1Γ—1=244 \times 3 \times 2 \times 1 \times 1 = 24.

    Case 2: The last digit is 2.

    • The 5th slot is fixed as 2. (1 way)

    • The 1st slot cannot be 0 and cannot be 2. Thus, it can be filled by any of the digits {1, 3, 4}. (3 ways)

    • The 2nd slot can now be filled by any of the remaining digits, including 0. We have used two digits, so there are 3 remaining. (3 ways)

    • The 3rd slot can be filled by any of the remaining 2 digits. (2 ways)

    • The 4th slot can be filled by the last remaining digit. (1 way)

    Total numbers in this case = 3Γ—3Γ—2Γ—1Γ—1=183 \times 3 \times 2 \times 1 \times 1 = 18.

    Case 3: The last digit is 4.
    This case is symmetric to Case 2.

    • The 5th slot is fixed as 4. (1 way)

    • The 1st slot cannot be 0 and cannot be 4. It can be filled by any of {1, 2, 3}. (3 ways)

    • The remaining slots can be filled in 3Γ—2Γ—13 \times 2 \times 1 ways.

    Total numbers in this case = 3Γ—3Γ—2Γ—1Γ—1=183 \times 3 \times 2 \times 1 \times 1 = 18.

    Final Calculation:
    By the addition principle, the total number of such 5-digit numbers is the sum of the counts from the disjoint cases.
    Total = (Numbers ending in 0) + (Numbers ending in 2) + (Numbers ending in 4)
    Total = 24+18+18=6024 + 18 + 18 = 60.
    "
    :::

    :::question type="MCQ" question="For two events A and B in a sample space Ξ©\Omega, we are given P(AβˆͺB)=0.7P(A \cup B) = 0.7, P(A)=0.4P(A) = 0.4, and P(B)=0.5P(B) = 0.5. What is the value of P(AcβˆͺBc)P(A^c \cup B^c)?" options=["0.2", "0.3", "0.8", "0.5"] answer="C" hint="Use De Morgan's laws to simplify the expression P(AcβˆͺBc)P(A^c \cup B^c). You will first need to find P(A∩B)P(A \cap B) using the inclusion-exclusion principle." solution="
    The problem asks for the probability of the union of two complementary events. We can solve this by first finding the probability of the intersection of the original events and then applying De Morgan's laws.

    Step 1: Find P(A∩B)P(A \cap B) using the Principle of Inclusion-Exclusion.
    The formula for the union of two events is:

    P(AβˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B)

    We are given the values for P(AβˆͺB)P(A \cup B), P(A)P(A), and P(B)P(B). We can rearrange the formula to solve for P(A∩B)P(A \cap B):
    P(A∩B)=P(A)+P(B)βˆ’P(AβˆͺB)P(A \cap B) = P(A) + P(B) - P(A \cup B)

    Substituting the given values:
    P(A∩B)=0.4+0.5βˆ’0.7=0.9βˆ’0.7=0.2P(A \cap B) = 0.4 + 0.5 - 0.7 = 0.9 - 0.7 = 0.2

    Step 2: Simplify the target expression using De Morgan's Laws.
    De Morgan's laws state that for any two sets (or events) A and B:

    • (AβˆͺB)c=Ac∩Bc(A \cup B)^c = A^c \cap B^c

    • (A∩B)c=AcβˆͺBc(A \cap B)^c = A^c \cup B^c

    The expression we need to evaluate is P(AcβˆͺBc)P(A^c \cup B^c). Using the second law, we can rewrite this as:
    P(AcβˆͺBc)=P((A∩B)c)P(A^c \cup B^c) = P((A \cap B)^c)

    Step 3: Calculate the final probability using the complement rule.
    The probability of the complement of an event EE is P(Ec)=1βˆ’P(E)P(E^c) = 1 - P(E). Applying this to our simplified expression:

    P((A∩B)c)=1βˆ’P(A∩B)P((A \cap B)^c) = 1 - P(A \cap B)

    We found P(A∩B)=0.2P(A \cap B) = 0.2 in Step 1. Therefore:
    P(AcβˆͺBc)=1βˆ’0.2=0.8P(A^c \cup B^c) = 1 - 0.2 = 0.8

    Thus, the correct option is C.
    "
    :::
    ---

    What's Next?

    πŸ’‘ Continue Your GATE Journey

    Having completed Counting and Sample Spaces, you have established a firm foundation for the quantitative analysis of uncertainty. The principles of defining outcomes, systematically counting them, and assigning probabilities according to a rigorous axiomatic framework are indispensable.

    Key connections:

      • Previous Learning: The concepts of sets, subsets, and operations like union and intersection from Discrete Mathematics are the formal language we use to define sample spaces and events. This chapter has effectively applied set theory in a new context.


      • Future Chapters: The tools developed here are not an end in themselves but a prerequisite for more advanced topics.

    - Conditional Probability: Our ability to define and calculate the probability of events is the starting point for understanding how probabilities change given new information. The denominator in the conditional probability formula, P(B)P(B), is often calculated using techniques from this chapter.
    - Random Variables: The sample space Ξ©\Omega that we have learned to construct is the domain of a random variable. A random variable is a function that maps outcomes from the sample space to real numbers, allowing us to analyze experiments numerically.
    - Probability Distributions: The probabilities we have calculated for discrete events form the basis of Probability Mass Functions (PMFs) for discrete random variables. Understanding combinations (e.g., binomial coefficients) is essential for deriving and working with standard distributions like the Binomial and Hypergeometric distributions.

    🎯 Key Points to Remember

    • βœ“ Master the core concepts in Counting and Sample Spaces before moving to advanced topics
    • βœ“ Practice with previous year questions to understand exam patterns
    • βœ“ Review short notes regularly for quick revision before exams

    Related Topics in Probability and Statistics

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    πŸ“š

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    πŸ“Š

    Smart Analytics

    Track your progress with subject-wise performance insights

    πŸ”–

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation β†’

    No credit card required β€’ Free forever for basic features