100% FREE Updated: Mar 2026 Quantitative Aptitude Modern Mathematics

Elementary Statistics and Probability

Comprehensive study notes on Elementary Statistics and Probability for GATE DA preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Elementary Statistics and Probability

Overview

In the quantitative analysis of systems and processes, we are often confronted with large sets of numerical data. The ability to distill this raw information into a comprehensible and meaningful form is a fundamental skill for any engineer or data scientist. This chapter introduces the foundational principles of elementary statistics and probability, which together provide the mathematical framework for describing data, quantifying uncertainty, and making informed inferences. A strong command of these topics is indispensable, as they not only appear as direct questions in the GATE examination but also underpin more advanced concepts in data science and artificial intelligence.

We shall begin our study with descriptive statistics, focusing first on measures of central tendency. These metrics, such as the mean, median, and mode, allow us to identify a central or typical value around which a dataset is distributed. Subsequently, we will explore measures of dispersion, including variance and standard deviation, which quantify the extent to which data points deviate from the center. Understanding both centrality and spread is critical for a complete characterization of any dataset. The chapter culminates with an introduction to the theory of probability, the branch of mathematics concerned with the analysis of random phenomena. This final section equips us with the tools to model and reason about uncertainty, a concept central to modern engineering and data analysis.

---

Chapter Contents

| # | Topic | What You'll Learn |
|---|-------|-------------------|
| 1 | Measures of Central Tendency | Calculating the central or typical value. |
| 2 | Measures of Dispersion | Quantifying the spread or variability of data. |
| 3 | Probability | Understanding the likelihood of random events. |

---

Learning Objectives

By the End of This Chapter

After completing this chapter, you will be able to:

  • Calculate and interpret the mean, median, and mode for various types of datasets.

  • Determine the range, variance (σ2\sigma^2), and standard deviation (σ\sigma) to assess data variability.

  • Apply the fundamental axioms and rules of probability to solve problems involving random experiments.

  • Distinguish between appropriate uses of different statistical measures to analyze and compare datasets.

---

We now turn our attention to Measures of Central Tendency...

Part 1: Measures of Central Tendency

Introduction

In the study of statistics, our primary objective is often to distill a large, complex dataset into a few representative numerical values that summarize its essential characteristics. Measures of central tendency, also known as measures of location, serve this precise purpose. They provide a single value that attempts to describe the center of a distribution of data. This central value acts as a typical or representative score for the entire group, offering a concise summary of the dataset's overall magnitude.

Understanding these measures—the mean, median, and mode—is fundamental to quantitative analysis. For the GATE examination, a firm grasp of their definitions, properties, and appropriate applications is not merely advantageous but essential. We will explore the calculation of these measures, delve into their distinct properties, and critically examine the conditions under which one measure is more appropriate than another. This chapter will equip you with the foundational knowledge required to analyze datasets and solve problems related to data distribution with precision and confidence.

📖 Measure of Central Tendency

A measure of central tendency is a summary statistic that represents the center point or typical value of a dataset. It indicates where most values in a distribution fall and is also referred to as the central location of a distribution. The three most common measures are the mean, median, and mode.

---

Key Concepts

We shall now proceed to a formal examination of the principal measures of central tendency. Each possesses unique characteristics that render it suitable for specific types of data and analytical objectives.

1. The Arithmetic Mean

The arithmetic mean, often simply called the mean or average, is the most widely used measure of central tendency. It is calculated by summing all the values in a dataset and dividing by the number of values.

For a set of nn observations x1,x2,,xnx_1, x_2, \dots, x_n, the arithmetic mean, denoted by xˉ\bar{x}, is given by:

📐 Arithmetic Mean
xˉ=i=1nxin=x1+x2++xnn\bar{x} = \frac{\sum_{i=1}^{n} x_i}{n} = \frac{x_1 + x_2 + \dots + x_n}{n}

Variables:

    • xˉ\bar{x} = The arithmetic mean

    • i=1nxi\sum_{i=1}^{n} x_i = The sum of all observations

    • nn = The total number of observations


When to use: For quantitative data that is not significantly skewed by outliers. It is sensitive to every value in the dataset.

A crucial property of the mean is that the sum of all observations can be directly derived from it. This relationship, xi=nxˉ\sum x_i = n \cdot \bar{x}, is fundamental to solving a common class of problems in competitive examinations, particularly those involving the correction of data entry errors.

Worked Example: Correcting an Incorrect Mean

Problem: The mean score of a class of 40 students in a test was calculated to be 75. Later, it was discovered that the score of one student was misread as 56 instead of the correct score of 96. Find the correct mean score.

Solution:

Step 1: Calculate the incorrect sum of scores using the incorrect mean.

We are given n=40n=40 and the incorrect mean xˉincorrect=75\bar{x}_{incorrect} = 75.

Incorrect Sum=n×xˉincorrect\text{Incorrect Sum} = n \times \bar{x}_{incorrect}
Incorrect Sum=40×75=3000\text{Incorrect Sum} = 40 \times 75 = 3000

Step 2: Adjust the sum by removing the incorrect value and adding the correct value.

The incorrect value was 56, and the correct value is 96.

Correct Sum=Incorrect SumIncorrect Value+Correct Value\text{Correct Sum} = \text{Incorrect Sum} - \text{Incorrect Value} + \text{Correct Value}
Correct Sum=300056+96\text{Correct Sum} = 3000 - 56 + 96
Correct Sum=3040\text{Correct Sum} = 3040

Step 3: Calculate the correct mean using the correct sum.

The number of students, nn, remains 40.

xˉcorrect=Correct Sumn\bar{x}_{correct} = \frac{\text{Correct Sum}}{n}
xˉcorrect=304040\bar{x}_{correct} = \frac{3040}{40}
xˉcorrect=76\bar{x}_{correct} = 76

Answer: The correct mean score of the class is 7676.

---

---

2. The Median

The median is the middle value of a dataset that has been arranged in ascending or descending order. It represents the positional center of the data, effectively dividing the dataset into two equal halves. Unlike the mean, the median is not affected by extreme values or outliers, making it a more robust measure for skewed distributions.

The calculation of the median depends on whether the number of observations, nn, is odd or even.

📐 Median

1. For an odd number of observations (nn is odd):
First, arrange the data in ascending order. The median is the value of the middle observation.

Median=(n+12)thobservation\text{Median} = \left(\frac{n+1}{2}\right)^{\text{th}} \text{observation}

2. For an even number of observations (nn is even):
First, arrange the data in ascending order. The median is the arithmetic mean of the two middle observations.

Median=(n2)thobservation+(n2+1)thobservation2\text{Median} = \frac{\left(\frac{n}{2}\right)^{\text{th}} \text{observation} + \left(\frac{n}{2} + 1\right)^{\text{th}} \text{observation}}{2}

Variables:

    • nn = The total number of observations


When to use: For ordinal data or for quantitative data with significant outliers or skewness.

Must Remember

By its very definition, the median is the value that separates the higher half from the lower half of a data sample. Consequently, at most 50% of the observations are greater than the median, and at most 50% are less than the median. This is a fundamental property frequently tested in conceptual questions. Note that if multiple data points are equal to the median, the percentage can be less than 50%.

Worked Example: Finding the Median

Problem: Find the median of the following dataset: 25,12,45,33,28,19,3325, 12, 45, 33, 28, 19, 33.

Solution:

Step 1: Arrange the data in ascending order.

12,19,25,28,33,33,4512, 19, 25, 28, 33, 33, 45

Step 2: Determine the number of observations, nn.

Here, n=7n=7, which is an odd number.

Step 3: Apply the formula for an odd number of observations to find the position of the median.

Position=(n+12)th=(7+12)th=4thobservation\text{Position} = \left(\frac{n+1}{2}\right)^{\text{th}} = \left(\frac{7+1}{2}\right)^{\text{th}} = 4^{\text{th}} \text{observation}

Step 4: Identify the value at this position in the sorted data.

The 4th observation in the sorted list is 28.

Answer: The median of the dataset is \boxed{28}.

---

3. The Mode

The mode is the value that appears most frequently in a dataset. A dataset may have one mode (unimodal), two modes (bimodal), more than two modes (multimodal), or no mode at all if all values occur with the same frequency.

📖 Mode

The mode is the observation with the highest frequency in the dataset. It is the only measure of central tendency that can be used for categorical (nominal) data.

Worked Example: Identifying the Mode

Problem: Find the mode of the dataset: 5,8,9,8,7,6,8,7,5,8,95, 8, 9, 8, 7, 6, 8, 7, 5, 8, 9.

Solution:

Step 1: Tally the frequency of each unique value in the dataset.

  • 5 appears 2 times

  • 6 appears 1 time

  • 7 appears 2 times

  • 8 appears 4 times

  • 9 appears 2 times


Step 2: Identify the value with the highest frequency.
The value 8 occurs most frequently (4 times).

Answer: The mode of the dataset is \boxed{8}. This distribution is unimodal.

---

4. Relationship between Mean, Median, and Mode

The relative positions of the mean, median, and mode are determined by the skewness of the distribution.

  • Symmetric Distribution: In a perfectly symmetric distribution (like the normal distribution), the mean, median, and mode are all equal.

  • Mean=Median=Mode\text{Mean} = \text{Median} = \text{Mode}

  • Positively Skewed Distribution (Skewed to the Right): The distribution has a long tail to the right. The mean is pulled in the direction of the long tail (the outliers), making it the largest of the three measures.

  • Mean>Median>Mode\text{Mean} > \text{Median} > \text{Mode}

  • Negatively Skewed Distribution (Skewed to the Left): The distribution has a long tail to the left. The mean is pulled towards the lower values, making it the smallest of the three measures.

  • Mean<Median<Mode\text{Mean} < \text{Median} < \text{Mode}

    This relationship can be visualized as follows:







    Mode

    Median

    Mean
    Positively Skewed




    Mean

    Median

    Mode
    Negatively Skewed

    For moderately skewed distributions, an empirical relationship is often cited:

    MeanMode3(MeanMedian)\text{Mean} - \text{Mode} \approx 3 (\text{Mean} - \text{Median})

    ---

    Problem-Solving Strategies

    💡 GATE Strategy: Correcting the Mean

    Problems involving an incorrect mean are common. The most efficient method is to work with the sum of observations, as it avoids dealing with individual data points.

    • Calculate the Incorrect Sum using the given incorrect mean and nn: Sumincorrect=n×xˉincorrect\text{Sum}_{\text{incorrect}} = n \times \bar{x}_{\text{incorrect}}.

    • Calculate the Correct Sum: Sumcorrect=Sumincorrect(sum of wrong values)+(sum of right values)\text{Sum}_{\text{correct}} = \text{Sum}_{\text{incorrect}} - (\text{sum of wrong values}) + (\text{sum of right values}).

    • Calculate the Correct Mean: xˉcorrect=Sumcorrectn\bar{x}_{\text{correct}} = \frac{\text{Sum}_{\text{correct}}}{n}.

    This structured approach minimizes calculation errors under exam pressure.

    💡 GATE Strategy: Mean vs. Median Properties

    When a question asks for a statement that must be true, focus on the definitions.

      • The mean's value depends on every single data point. Changing one value changes the mean.

      • The median's value only depends on the middle one or two points. Its defining property is that it splits the data into two halves. A statement based on this property is robust and likely to be the correct answer, as it holds true for any distribution.

      • The relationship between mean and median (xˉ>median\bar{x} > \text{median} or xˉ<median\bar{x} < \text{median}) is not fixed; it depends entirely on the skewness of the data, which is usually unknown.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • Forgetting to sort data for the median: Calculating the median requires the data to be in ascending or descending order. Finding the middle value of an unsorted list will almost always yield an incorrect answer.
    Always sort the dataset first before identifying the median's position.
      • Confusing the median's position with its value: The formula (n+12)\left(\frac{n+1}{2}\right) gives the position of the median in the sorted list, not the median itself.
    ✅ After finding the position, you must go back to the sorted list to find the value at that position.
      • Assuming Mean = Median: Students sometimes incorrectly assume a symmetric distribution. Unless stated otherwise, you cannot assume any fixed relationship between the mean and the median.
    ✅ Rely only on the fundamental definitions. The median divides the count of data points in half; the mean is the arithmetic average. These are distinct concepts.

    ---

    Practice Questions

    :::question type="MCQ" question="The mean age of a committee of 10 members is 48 years. A member, aged 62, retires and is replaced by a new member aged 34. What is the new mean age of the committee?" options=["45.2 years","45.8 years","46.0 years","46.2 years"] answer="45.2 years" hint="Use the concept of sums. Find the initial total age, adjust for the change, and then calculate the new mean." solution="
    Step 1: Calculate the initial total age of the committee.
    The number of members is n=10n = 10 and the mean age is xˉinitial=48\bar{x}_{initial} = 48.

    Total Ageinitial=n×xˉinitial=10×48=480 years\text{Total Age}_{initial} = n \times \bar{x}_{initial} = 10 \times 48 = 480 \text{ years}

    Step 2: Adjust the total age after the replacement.
    A member aged 62 leaves, and a member aged 34 joins.

    Total Agenew=Total Ageinitial62+34\text{Total Age}_{new} = \text{Total Age}_{initial} - 62 + 34
    Total Agenew=48028=452 years\text{Total Age}_{new} = 480 - 28 = 452 \text{ years}

    Step 3: Calculate the new mean age.
    The number of members, nn, remains 10.

    xˉnew=Total Agenewn=45210=45.2 years\bar{x}_{new} = \frac{\text{Total Age}_{new}}{n} = \frac{452}{10} = 45.2 \text{ years}

    Result: The new mean age of the committee is 45.2 years.
    Answer: \boxed{45.2 \text{ years}}
    "
    :::

    :::question type="NAT" question="The mean of 5 numbers is 30. If one number is excluded, their mean becomes 28. What is the excluded number?" answer="38" hint="Calculate the sum of the original 5 numbers and the sum of the remaining 4 numbers. The difference between these sums is the excluded number." solution="
    Step 1: Calculate the sum of the original 5 numbers.
    Let the original sum be S5S_5. We are given n=5n = 5 and xˉ5=30\bar{x}_5 = 30.

    S5=5×30=150S_5 = 5 \times 30 = 150

    Step 2: Calculate the sum of the remaining 4 numbers after one is excluded.
    Let the new sum be S4S_4. Now n=4n = 4 and xˉ4=28\bar{x}_4 = 28.

    S4=4×28=112S_4 = 4 \times 28 = 112

    Step 3: Find the excluded number by taking the difference of the sums.

    Excluded Number=S5S4\text{Excluded Number} = S_5 - S_4
    Excluded Number=150112=38\text{Excluded Number} = 150 - 112 = 38

    Result: The excluded number is 38.
    Answer: \boxed{38}
    "
    :::

    :::question type="MSQ" question="Consider the dataset S={4,6,2,7,6,5}S = \{4, 6, 2, 7, 6, 5\}. Which of the following statements is/are correct?" options=["The mean of the dataset is 5.","The median of the dataset is 5.5.","The mode of the dataset is 6.","The dataset is bimodal."] answer="The mean of the dataset is 5.,The median of the dataset is 5.5.,The mode of the dataset is 6." hint="Calculate the mean, median, and mode separately and compare them with the given options." solution="
    Let us analyze each measure for the dataset S={4,6,2,7,6,5}S = \{4, 6, 2, 7, 6, 5\}.

    1. Calculation of the Mean:
    The number of observations is n=6n = 6.

    xˉ=4+6+2+7+6+56=306=5\bar{x} = \frac{4+6+2+7+6+5}{6} = \frac{30}{6} = 5

    So, the statement "The mean of the dataset is 5" is correct.

    2. Calculation of the Median:
    First, sort the data: Ssorted={2,4,5,6,6,7}S_{sorted} = \{2, 4, 5, 6, 6, 7\}.
    The number of observations is n=6n = 6 (even). The median is the average of the n2=3rd\frac{n}{2} = 3^{\text{rd}} and (n2+1)=4th(\frac{n}{2}+1) = 4^{\text{th}} terms.
    The 3rd term is 5 and the 4th term is 6.

    Median=5+62=112=5.5\text{Median} = \frac{5+6}{2} = \frac{11}{2} = 5.5

    So, the statement "The median of the dataset is 5.5" is correct.

    3. Calculation of the Mode:
    We examine the frequency of each number:

    • 2: 1 time

    • 4: 1 time

    • 5: 1 time

    • 6: 2 times

    • 7: 1 time

    The number 6 appears most frequently.

    So, the mode is 6. The statement "The mode of the dataset is 6" is correct.
    Since there is only one mode, the dataset is unimodal, not bimodal. Thus, the statement "The dataset is bimodal" is incorrect.

    Result: The correct options are A, B, and C.
    Answer: \boxed{\text{The mean of the dataset is 5.,The median of the dataset is 5.5.,The mode of the dataset is 6.}}
    "
    :::

    :::question type="MCQ" question="For a particular dataset of employee salaries, the mean salary is Rs. 60,000 and the median salary is Rs. 45,000. Which statement most accurately describes the distribution of salaries?" options=["The distribution is symmetric.","The distribution is negatively skewed.","The distribution is positively skewed.","There is not enough information to determine skewness."] answer="The distribution is positively skewed." hint="Compare the values of the mean and the median. The mean is pulled in the direction of the long tail (outliers)." solution="
    Step 1: Identify the given measures of central tendency.
    Mean = Rs. 60,000
    Median = Rs. 45,000

    Step 2: Compare the mean and the median.
    We observe that Mean > Median.

    Step 3: Relate this comparison to the concept of skewness.
    In a skewed distribution, the mean is pulled towards the long tail of extreme values.

    • If Mean > Median, the tail is on the right side (higher values), which corresponds to a positive skew. This is common in salary data, where a few high-earning individuals pull the mean upwards.

    • If Mean < Median, the tail is on the left side, corresponding to a negative skew.

    • If Mean \approx Median, the distribution is approximately symmetric.


    Since 60,000>45,00060,000 > 45,000, the distribution is positively skewed.

    Result: The distribution is positively skewed.
    Answer: \boxed{\text{The distribution is positively skewed.}}
    "
    :::

    ---

    Summary

    Key Takeaways for GATE

    • Mean (Arithmetic Average): It is calculated as xˉ=(xi)/n\bar{x} = (\sum x_i) / n. Its most critical property for problem-solving is that the sum of observations is nxˉn \cdot \bar{x}. The mean is sensitive to outliers.

    • Median (Positional Average): It is the middle value of a sorted dataset. Its defining characteristic is that it divides the data into two equal halves. It is robust to outliers and is the preferred measure for skewed distributions.

    • Mode (Most Frequent Value): It is the value with the highest frequency. It can be used for both numerical and categorical data.

    • Mean, Median, and Skewness: The relationship between the mean and median indicates the skewness of the data. For positively skewed data, Mean>Median\text{Mean} > \text{Median}. For negatively skewed data, Mean<Median\text{Mean} < \text{Median}. For symmetric data, Mean=Median\text{Mean} = \text{Median}.

    ---

    What's Next?

    💡 Continue Learning

    A thorough understanding of central tendency is the first step in describing a dataset. To gain a complete picture, we must also understand how the data is spread out.

      • Measures of Dispersion (Variance, Standard Deviation): After locating the center of the data, the next logical step is to quantify its spread or variability. Measures like variance and standard deviation describe how tightly the data points cluster around the mean.
      • Skewness and Kurtosis: These topics formally quantify the concepts of asymmetry and the "peakedness" of a distribution, building directly upon the relationships between mean, median, and mode that we have discussed here.
    Mastering these connections will provide a comprehensive framework for statistical analysis in the GATE examination.

    ---

    ---

    💡 Moving Forward

    Now that you understand Measures of Central Tendency, let's explore Measures of Dispersion which builds on these concepts.

    ---

    Part 2: Measures of Dispersion

    Introduction

    While measures of central tendency, such as the mean or median, provide a single value to represent the center of a dataset, they offer an incomplete picture of the data's characteristics. Consider two datasets with the same mean; one might have values clustered tightly around this mean, while the other might have values spread far and wide. To capture this "spread" or "variability," we employ measures of dispersion. These statistical tools are indispensable for understanding the heterogeneity and consistency within a set of observations.

    Measures of dispersion quantify the extent to which data points in a distribution deviate from the average value. A small dispersion value indicates that the data points tend to be close to the mean (or another measure of center), implying high consistency. Conversely, a large dispersion value signifies that the data points are scattered over a wider range of values. In the context of data analysis, understanding dispersion is as crucial as knowing the central tendency, as it provides critical insights into the reliability and distribution of the data.

    ---

    Key Concepts

    1. Range

    The simplest measure of dispersion is the range. It is defined as the difference between the maximum and minimum values in a dataset. While easy to compute, its reliance on only two extreme values makes it highly sensitive to outliers and often unrepresentative of the overall data spread.

    📐 Range
    R=XmaxXminR = X_{max} - X_{min}

    Variables:

      • RR = Range

      • XmaxX_{max} = The maximum value in the dataset

      • XminX_{min} = The minimum value in the dataset


    When to use: For a quick, preliminary assessment of data spread, especially when the dataset is small and not expected to have extreme outliers.

    ---

    2. Variance and Standard Deviation

    Variance and standard deviation are the most common and statistically robust measures of dispersion. They quantify the average degree to which each point differs from the mean.

    📖 Variance

    The variance is the average of the squared differences from the mean. A distinction is made between the population variance (when all members of a population are measured) and the sample variance (when a subset of the population is measured).

    The standard deviation is simply the positive square root of the variance. Its primary advantage is that it is expressed in the same units as the original data, making it more interpretable than the variance.






    μ\mu
    Large σ\sigma (High Dispersion)
    Small σ\sigma
    (Low Dispersion)

    📐 Population Variance (σ2\sigma^2) and Standard Deviation (σ\sigma)
    σ2=i=1N(Xiμ)2N\sigma^2 = \frac{\sum_{i=1}^{N} (X_i - \mu)^2}{N}
    σ=i=1N(Xiμ)2N\sigma = \sqrt{\frac{\sum_{i=1}^{N} (X_i - \mu)^2}{N}}

    Variables:

      • σ2\sigma^2 = Population variance

      • σ\sigma = Population standard deviation

      • XiX_i = Each value in the population

      • μ\mu = The population mean

      • NN = The total number of observations in the population

    📐 Sample Variance (s2s^2) and Standard Deviation (ss)
    s2=i=1n(xixˉ)2n1s^2 = \frac{\sum_{i=1}^{n} (x_i - \bar{x})^2}{n-1}
    s=i=1n(xixˉ)2n1s = \sqrt{\frac{\sum_{i=1}^{n} (x_i - \bar{x})^2}{n-1}}

    Variables:

      • s2s^2 = Sample variance

      • ss = Sample standard deviation

      • xix_i = Each value in the sample

      • xˉ\bar{x} = The sample mean

      • nn = The number of observations in the sample


    When to use: Use sample formulas when dealing with a subset of data. The denominator n1n-1 (Bessel's correction) provides an unbiased estimate of the population variance. For GATE, problems will typically involve a sample of data unless explicitly stated otherwise.

    Worked Example:

    Problem: Find the sample standard deviation of the following dataset: {2,4,6,8,10}\{2, 4, 6, 8, 10\}.

    Solution:

    Step 1: Calculate the sample mean (xˉ\bar{x}).

    xˉ=2+4+6+8+105=305=6\bar{x} = \frac{2 + 4 + 6 + 8 + 10}{5} = \frac{30}{5} = 6

    Step 2: Calculate the squared differences from the mean, (xixˉ)2(x_i - \bar{x})^2.

    • (26)2=(4)2=16(2 - 6)^2 = (-4)^2 = 16
    • (46)2=(2)2=4(4 - 6)^2 = (-2)^2 = 4
    • (66)2=(0)2=0(6 - 6)^2 = (0)^2 = 0
    • (86)2=(2)2=4(8 - 6)^2 = (2)^2 = 4
    • (106)2=(4)2=16(10 - 6)^2 = (4)^2 = 16
    Step 3: Sum the squared differences.
    i=1n(xixˉ)2=16+4+0+4+16=40\sum_{i=1}^{n} (x_i - \bar{x})^2 = 16 + 4 + 0 + 4 + 16 = 40

    Step 4: Calculate the sample variance (s2s^2) using the formula with denominator n1n-1. Here, n=5n=5.

    s2=4051=404=10s^2 = \frac{40}{5-1} = \frac{40}{4} = 10

    Step 5: Calculate the sample standard deviation (ss) by taking the square root of the variance.

    s=103.162s = \sqrt{10} \approx 3.162

    Answer: The sample standard deviation is approximately 3.1623.162.

    ---

    ---

    3. Coefficient of Variation (CV)

    The standard deviation is an absolute measure of dispersion. To compare the variability of two or more datasets with different means or different units of measurement, we require a relative measure. The Coefficient of Variation serves this purpose.

    📖 Coefficient of Variation (CV)

    The Coefficient of Variation is a dimensionless measure of relative variability, expressed as the ratio of the standard deviation to the mean. It is often presented as a percentage.

    📐 Coefficient of Variation
    CV=σμ(for population)orCV=sxˉ(for sample)CV = \frac{\sigma}{\mu} \quad \text{(for population)} \quad \text{or} \quad CV = \frac{s}{\bar{x}} \quad \text{(for sample)}

    Variables:

      • ss or σ\sigma = Standard deviation

      • xˉ\bar{x} or μ\mu = Mean


    When to use: To compare the consistency or variability of two different datasets. A lower CV implies greater consistency. For instance, comparing the variability in the price of rice (in Rupees) and the weight of apples (in grams).

    ---

    Problem-Solving Strategies

    💡 Computational Formula for Variance

    Calculating deviations from the mean can be tedious, especially if the mean is not an integer. An algebraically equivalent formula, often called the computational or shortcut formula, simplifies the calculation.

    For a sample, the variance can be calculated as:

    s2=xi2n(xˉ)2n1=n(xi2)(xi)2n(n1)s^2 = \frac{\sum x_i^2 - n(\bar{x})^2}{n-1} = \frac{n(\sum x_i^2) - (\sum x_i)^2}{n(n-1)}

    This form avoids calculating each individual deviation, reducing computational steps and potential rounding errors.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • Confusing Population and Sample Formulas: ❌ Using NN in the denominator when calculating variance from a sample. This underestimates the population variance. ✅ Always use n1n-1 for sample variance unless the problem explicitly concerns an entire population.
      • Forgetting the Square Root: ❌ Reporting the variance when the standard deviation is asked. The units will be squared (e.g., cm2cm^2 instead of cmcm), which is a clear indicator of this error. ✅ Always take the final square root of the variance to find the standard deviation.
      • Comparing Standard Deviations Directly: ❌ Concluding that a dataset with a standard deviation of 10 is more variable than one with a standard deviation of 5, without considering their means. ✅ Use the Coefficient of Variation (CV) to compare relative variability between datasets with different scales or units.

    ---

    Practice Questions

    :::question type="NAT" question="The scores of a student in 5 tests were 12, 15, 13, 16, 14. Calculate the population variance of these scores." answer="2" hint="First, calculate the mean of the dataset. Then, find the sum of the squared differences from the mean and divide by the total number of observations, N." solution="
    Step 1: Calculate the population mean (μ\mu).

    μ=12+15+13+16+145=705=14\mu = \frac{12 + 15 + 13 + 16 + 14}{5} = \frac{70}{5} = 14

    Step 2: Calculate the sum of squared differences from the mean.

    (Xiμ)2=(1214)2+(1514)2+(1314)2+(1614)2+(1414)2\sum (X_i - \mu)^2 = (12-14)^2 + (15-14)^2 + (13-14)^2 + (16-14)^2 + (14-14)^2
    =(2)2+(1)2+(1)2+(2)2+(0)2= (-2)^2 + (1)^2 + (-1)^2 + (2)^2 + (0)^2
    =4+1+1+4+0=10= 4 + 1 + 1 + 4 + 0 = 10

    Step 3: Calculate the population variance (σ2\sigma^2) by dividing by N=5N=5.

    σ2=(Xiμ)2N=105=2\sigma^2 = \frac{\sum (X_i - \mu)^2}{N} = \frac{10}{5} = 2

    Result:
    The population variance is 2\boxed{2}.
    "
    :::

    :::question type="MCQ" question="Two batsmen, A and B, have the following scores in a series of matches:
    Batsman A: Mean = 50 runs, Standard Deviation = 10 runs
    Batsman B: Mean = 30 runs, Standard Deviation = 9 runs
    Who is the more consistent batsman?" options=["Batsman A","Batsman B","Both are equally consistent","Cannot be determined"] answer="Batsman A" hint="Consistency is determined by the relative measure of dispersion, the Coefficient of Variation. A lower CV indicates higher consistency." solution="
    Step 1: Calculate the Coefficient of Variation (CV) for Batsman A.

    CVA=Standard DeviationMean=1050=0.20CV_A = \frac{\text{Standard Deviation}}{\text{Mean}} = \frac{10}{50} = 0.20

    Step 2: Calculate the Coefficient of Variation (CV) for Batsman B.

    CVB=Standard DeviationMean=930=0.30CV_B = \frac{\text{Standard Deviation}}{\text{Mean}} = \frac{9}{30} = 0.30

    Step 3: Compare the CVs.
    Since CVA(0.20)<CVB(0.30)CV_A (0.20) < CV_B (0.30), Batsman A has lower relative variability and is therefore more consistent.

    Result:
    Batsman A\boxed{\text{Batsman A}} is the more consistent batsman.
    "
    :::

    :::question type="MSQ" question="Let a dataset have a sample variance of s2s^2. If every observation in the dataset is increased by a constant c=5c=5, and then every resulting observation is multiplied by a constant k=2k=2, which of the following statements about the new dataset are true?" options=["The new mean is 2 times the old mean plus 10.","The new variance is 4 times the old variance.","The new standard deviation is 2 times the old standard deviation.","The new variance is 2 times the old variance plus 5."] answer="The new mean is 2 times the old mean plus 10.,The new variance is 4 times the old variance.,The new standard deviation is 2 times the old standard deviation." hint="Analyze the effect of shifting (adding a constant) and scaling (multiplying by a constant) on measures of central tendency and dispersion. Adding a constant shifts the mean but does not change the spread (variance/SD). Multiplying by a constant scales both the mean and the standard deviation." solution="
    Let the original data points be x1,x2,,xnx_1, x_2, \dots, x_n. The original mean is xˉ\bar{x} and variance is s2s^2.
    The new data points are yi=k(xi+c)=2(xi+5)=2xi+10y_i = k(x_i + c) = 2(x_i + 5) = 2x_i + 10.

    1. Effect on Mean:
    The new mean yˉ\bar{y} is:

    yˉ=(2xi+10)n=2xi+10n=2xin+10nn=2xˉ+10\bar{y} = \frac{\sum (2x_i + 10)}{n} = \frac{2\sum x_i + \sum 10}{n} = 2\frac{\sum x_i}{n} + \frac{10n}{n} = 2\bar{x} + 10

    So, the statement "The new mean is 2 times the old mean plus 10" is correct.

    2. Effect on Variance:
    The new variance sy2s_y^2 is based on the deviation (yiyˉ)(y_i - \bar{y}).

    yiyˉ=(2xi+10)(2xˉ+10)=2xi2xˉ=2(xixˉ)y_i - \bar{y} = (2x_i + 10) - (2\bar{x} + 10) = 2x_i - 2\bar{x} = 2(x_i - \bar{x})

    The new variance is:
    sy2=(yiyˉ)2n1=(2(xixˉ))2n1=4(xixˉ)2n1=4(xixˉ)2n1=4s2s_y^2 = \frac{\sum (y_i - \bar{y})^2}{n-1} = \frac{\sum (2(x_i - \bar{x}))^2}{n-1} = \frac{\sum 4(x_i - \bar{x})^2}{n-1} = 4 \frac{\sum (x_i - \bar{x})^2}{n-1} = 4s^2

    So, the statement "The new variance is 4 times the old variance" is correct. The statement "The new variance is 2 times the old variance plus 5" is incorrect.

    3. Effect on Standard Deviation:
    The new standard deviation sys_y is the square root of the new variance.

    sy=sy2=4s2=2ss_y = \sqrt{s_y^2} = \sqrt{4s^2} = 2s

    So, the statement "The new standard deviation is 2 times the old standard deviation" is correct.
    "
    :::

    ---

    ---

    Summary

    Key Takeaways for GATE

    • Purpose of Dispersion: Measures of dispersion (Range, Variance, Standard Deviation) quantify the spread or variability in a dataset, providing a necessary complement to measures of central tendency.

    • Variance vs. Standard Deviation: Variance is the average of squared deviations from the mean. Standard Deviation is its square root, returning the measure of spread to the original units of the data, which aids in interpretation.

    • Sample vs. Population: For GATE problems, assume you are working with a sample unless specified otherwise. Critically, use the denominator n1n-1 when calculating sample variance (s2s^2).

    • Relative Comparison: When comparing the variability of datasets with different means or units, always use the Coefficient of Variation (CV). A lower CV signifies greater consistency.

    ---

    What's Next?

    💡 Continue Learning

    This topic connects to:

      • Probability Distributions: The standard deviation (σ\sigma) is a key parameter that defines the shape of many important distributions, such as the Normal Distribution. A larger σ\sigma results in a wider, flatter curve.

      • Inferential Statistics: Sample variance (s2s^2) is a fundamental statistic used to estimate the unknown population variance (σ2\sigma^2) and is crucial in hypothesis testing and constructing confidence intervals.


    Mastering these connections is essential for a comprehensive understanding of data analysis for the GATE examination.

    ---

    💡 Moving Forward

    Now that you understand Measures of Dispersion, let's explore Probability which builds on these concepts.

    ---

    Part 3: Probability

    Introduction

    Probability theory provides the mathematical framework for quantifying uncertainty. In the context of engineering and data analysis, it is the bedrock upon which statistical inference, machine learning models, and risk assessment are built. An understanding of probability allows us to model random phenomena, make predictions in the face of incomplete information, and draw robust conclusions from data. For the GATE examination, a firm grasp of foundational probability concepts is not merely advantageous; it is essential for tackling a wide range of quantitative problems.

    We begin our study by formalizing the intuitive notions of chance and likelihood. The principles we establish will enable the analysis of discrete and continuous random events, from simple coin tosses to complex system failures. This chapter focuses on the core axioms, rules of combination (such as addition and multiplication), and the pivotal concepts of conditional probability and independence, which together form the toolkit for solving sophisticated problems.

    📖 Probability

    Let SS be a finite sample space of all possible outcomes of a random experiment. Let EE be an event, which is a subset of the sample space SS. The probability of the event EE, denoted as P(E)P(E), is a real number satisfying the following axioms:

    • 0P(E)10 \le P(E) \le 1 for any event EE.

    • P(S)=1P(S) = 1, where SS is the certain event (the entire sample space).

    • For any two mutually exclusive events E1E_1 and E2E_2 (i.e., E1E2=E_1 \cap E_2 = \emptyset), the probability of their union is P(E1E2)=P(E1)+P(E2)P(E_1 \cup E_2) = P(E_1) + P(E_2).

    For an experiment with equally likely outcomes, the probability of an event EE is given by the ratio of the number of favorable outcomes to the total number of possible outcomes:

    &#x27; in math mode at position 54: …favorable to }̲E}{\text{Total…" style="color:#cc0000">P(E) = \frac{\text{Number of outcomes favorable to }E}{\text{Total number of outcomes in }S$} = \frac{|E|}{|S|}

    ---

    Key Concepts

    1. Complementary Events

    Often, calculating the probability of an event occurring is complex, whereas calculating the probability of it not occurring is straightforward. This is the principle of complementary events. The complement of an event AA, denoted AA' or AcA^c, consists of all outcomes in the sample space that are not in AA.

    The relationship between an event and its complement is fundamental and provides a powerful problem-solving technique, especially for questions involving phrases like "at least one."

    📐 Rule of Complementary Events
    P(A)=1P(A)P(A') = 1 - P(A)

    Variables:

      • P(A)P(A) = Probability of event A occurring.

      • P(A)P(A') = Probability of event A not occurring.


    When to use: This rule is exceptionally useful when calculating the probability of "at least one" success, "at least two" occurrences, etc. It is often simpler to calculate the probability of the complement (e.g., "zero successes" or "all distinct items") and subtract it from 1.

    Worked Example:

    Problem: Four distinct letters are chosen from the set {A, B, C, D, E, F, G} and arranged in a row. What is the probability that at least two of the chosen letters are vowels? (Vowels are A, E).

    Solution:

    Let AA be the event that at least two chosen letters are vowels. The complement, AA', is the event that either zero vowels or exactly one vowel is chosen. It is simpler to calculate P(A)P(A').

    The set contains 2 vowels {A, E} and 5 consonants {B, C, D, F, G}. We are choosing 4 letters.

    Step 1: Calculate the probability of choosing zero vowels.
    This means all 4 letters must be consonants. The number of ways to choose 4 consonants from 5 is (54)\binom{5}{4}. The total number of ways to choose 4 letters from 7 is (74)\binom{7}{4}.

    P(0 vowels)=(54)(74)=535=17P(\text{0 vowels}) = \frac{\binom{5}{4}}{\binom{7}{4}} = \frac{5}{35} = \frac{1}{7}

    Step 2: Calculate the probability of choosing exactly one vowel.
    This means choosing 1 vowel from 2, and 3 consonants from 5. The number of ways is (21)×(53)\binom{2}{1} \times \binom{5}{3}.

    P(1 vowel)=(21)(53)(74)=2×1035=2035=47P(\text{1 vowel}) = \frac{\binom{2}{1} \binom{5}{3}}{\binom{7}{4}} = \frac{2 \times 10}{35} = \frac{20}{35} = \frac{4}{7}

    Step 3: Calculate the probability of the complementary event AA'.
    Since the events "0 vowels" and "1 vowel" are mutually exclusive, we can add their probabilities.

    P(A)=P(0 vowels)+P(1 vowel)P(A') = P(\text{0 vowels}) + P(\text{1 vowel})
    P(A)=17+47=57P(A') = \frac{1}{7} + \frac{4}{7} = \frac{5}{7}

    Step 4: Use the rule of complements to find P(A)P(A).

    P(A)=1P(A)P(A) = 1 - P(A')
    P(A)=157=27P(A) = 1 - \frac{5}{7} = \frac{2}{7}

    Answer: The probability that at least two of the chosen letters are vowels is 27\frac{2}{7}.

    ---

    2. Independent Events and the Multiplication Rule

    Two events are considered independent if the occurrence of one does not affect the probability of the occurrence of the other. This concept is central to problems involving multiple trials, such as rolling a die several times or drawing items from different populations.

    📖 Independent Events

    Two events, AA and BB, are independent if and only if the probability of their intersection (both events occurring) is the product of their individual probabilities.

    P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B)

    This rule extends to any number of mutually independent events: P(A1A2An)=P(A1)×P(A2)××P(An)P(A_1 \cap A_2 \cap \dots \cap A_n) = P(A_1) \times P(A_2) \times \dots \times P(A_n).

    Worked Example:

    Problem: A system has two components, C1 and C2, that operate independently. The probability of C1 failing is 0.1, and the probability of C2 failing is 0.2. The system functions if at least one of the components is operational. What is the probability that the system functions?

    Solution:

    Let F1F_1 be the event that C1 fails, and F2F_2 be the event that C2 fails. We are given P(F1)=0.1P(F_1) = 0.1 and P(F2)=0.2P(F_2) = 0.2.

    The system fails only if both components fail. Let SfailS_{fail} be the event that the system fails.
    Since the components operate independently, we can use the multiplication rule.

    Step 1: Calculate the probability that both components fail.

    P(Sfail)=P(F1F2)=P(F1)×P(F2)P(S_{fail}) = P(F_1 \cap F_2) = P(F_1) \times P(F_2)
    P(Sfail)=0.1×0.2=0.02P(S_{fail}) = 0.1 \times 0.2 = 0.02

    Step 2: The event that the system functions, SfuncS_{func}, is the complement of the event that the system fails.

    P(Sfunc)=1P(Sfail)P(S_{func}) = 1 - P(S_{fail})
    P(Sfunc)=10.02=0.98P(S_{func}) = 1 - 0.02 = 0.98

    Answer: The probability that the system functions is 0.980.98.

    ---

    3. Conditional Probability and the Law of Total Probability

    Conditional probability addresses the likelihood of an event occurring given that another event has already occurred. This leads to one of the most powerful theorems in probability, the Law of Total Probability, which allows us to find the probability of an event by considering different scenarios or cases.

    📐 Conditional Probability
    P(AB)=P(AB)P(B), provided P(B)>0P(A|B) = \frac{P(A \cap B)}{P(B)}, \text{ provided } P(B) > 0

    Variables:

      • P(AB)P(A|B) = Probability of event A occurring, given that event B has occurred.

      • P(AB)P(A \cap B) = Probability of both A and B occurring.

      • P(B)P(B) = Probability of event B occurring.

    The Law of Total Probability is applied when the sample space can be partitioned into a set of mutually exclusive and exhaustive events, B1,B2,,BnB_1, B_2, \dots, B_n. We can then find the probability of another event AA by summing its conditional probabilities over the partition.




    S



    B₁
    B₂
    B₃
    B₄

    A
    A ∩ B₁
    A ∩ B₂
    A ∩ B₃

    📐 Law of Total Probability
    P(A)=i=1nP(ABi)P(Bi)P(A) = \sum_{i=1}^{n} P(A|B_i)P(B_i)

    Variables:

      • AA is an event.

      • {B1,B2,,Bn}\{B_1, B_2, \dots, B_n\} is a partition of the sample space (mutually exclusive and exhaustive).


    When to use: Use this law when the probability of an event AA depends on which of several preceding events BiB_i has occurred. This is common in multi-stage experiments.

    Worked Example:

    Problem: A factory has two machines, M1 and M2. M1 produces 60% of the daily output, and M2 produces 40%. The defect rate for M1 is 3%, and for M2 is 5%. If an item is selected at random from the day's production, what is the probability that it is defective?

    Solution:

    Let DD be the event that the selected item is defective.
    Let M1M_1 be the event that the item was produced by machine M1.
    Let M2M_2 be the event that the item was produced by machine M2.

    The events M1M_1 and M2M_2 form a partition of the sample space.

    Step 1: Identify the given probabilities.

    P(M1)=0.60P(M_1) = 0.60
    P(M2)=0.40P(M_2) = 0.40

    The defect rates are conditional probabilities:
    Probability of a defect, given it's from M1: P(DM1)=0.03P(D|M_1) = 0.03
    Probability of a defect, given it's from M2: P(DM2)=0.05P(D|M_2) = 0.05

    Step 2: Apply the Law of Total Probability.

    P(D)=P(DM1)P(M1)+P(DM2)P(M2)P(D) = P(D|M_1)P(M_1) + P(D|M_2)P(M_2)

    Step 3: Substitute the values and compute.

    P(D)=(0.03)(0.60)+(0.05)(0.40)P(D) = (0.03)(0.60) + (0.05)(0.40)
    P(D)=0.018+0.020P(D) = 0.018 + 0.020
    P(D)=0.038P(D) = 0.038

    Answer: The probability that a randomly selected item is defective is 0.0380.038.

    ---

    4. Binomial Probability Distribution

    The binomial distribution models the number of successes in a fixed number of independent Bernoulli trials. A Bernoulli trial is a random experiment with exactly two possible outcomes: "success" and "failure".

    📐 Binomial Probability
    P(X=k)=(nk)pk(1p)nkP(X=k) = \binom{n}{k} p^k (1-p)^{n-k}

    Variables:

      • nn = Total number of independent trials.

      • kk = The exact number of successes desired.

      • pp = The probability of success on a single trial.

      • (1p)(1-p) = The probability of failure on a single trial (often denoted as qq).

      • (nk)=n!k!(nk)!\binom{n}{k} = \frac{n!}{k!(n-k)!} is the binomial coefficient, representing the number of ways to choose kk successes from nn trials.


      When to use: This formula is applicable when an experiment satisfies all the following conditions:
    • The number of trials, nn, is fixed.

    • Each trial is independent of the others.

    • Each trial has only two possible outcomes (success/failure).

    • The probability of success, pp, is constant for each trial.

    Worked Example:

    Problem: A student takes a 5-question multiple-choice quiz. Each question has 4 options, only one of which is correct. The student guesses randomly on every question. What is the probability that the student gets exactly 3 questions correct?

    Solution:

    This is a binomial experiment.

    • Number of trials, n=5n=5.

    • Number of successes, k=3k=3.

    • Probability of success (guessing correctly), p=14p = \frac{1}{4}.

    • Probability of failure (guessing incorrectly), 1p=341-p = \frac{3}{4}.


    Step 1: State the binomial probability formula.

    P(X=k)=(nk)pk(1p)nkP(X=k) = \binom{n}{k} p^k (1-p)^{n-k}

    Step 2: Substitute the given values into the formula.

    P(X=3)=(53)(14)3(34)53P(X=3) = \binom{5}{3} \left(\frac{1}{4}\right)^3 \left(\frac{3}{4}\right)^{5-3}

    Step 3: Calculate the binomial coefficient.

    (53)=5!3!(53)!=5×42×1=10\binom{5}{3} = \frac{5!}{3!(5-3)!} = \frac{5 \times 4}{2 \times 1} = 10

    Step 4: Compute the final probability.

    P(X=3)=10×(164)×(916)P(X=3) = 10 \times \left(\frac{1}{64}\right) \times \left(\frac{9}{16}\right)
    P(X=3)=901024=45512P(X=3) = \frac{90}{1024} = \frac{45}{512}

    Answer: The probability of getting exactly 3 questions correct is 45512\frac{45}{512}.

    ---

    ---

    Problem-Solving Strategies

    💡 GATE Strategy: 'At Least One' Means Use the Complement

    When a question asks for the probability of "at least one" or "at least two" of something, your first instinct should be to consider the complement.

    • Identify the event AA (e.g., "at least two identical items").

    • Define the complement AA' (e.g., "all items are distinct" or "zero or one identical item").

    • Calculate P(A)P(A'), which is usually much simpler.

    • The final answer is P(A)=1P(A)P(A) = 1 - P(A'). This almost always saves significant calculation time and reduces errors.

    💡 GATE Strategy: Deconstruct with Total Probability

    For multi-stage problems where the outcome of the second stage depends on the first, use the Law of Total Probability.

    • Identify the final event of interest (e.g., "drawing an orange ball on the second draw").

    • Identify the mutually exclusive outcomes of the first stage that affect the second stage (e.g., "drew a green ball first" vs. "drew an orange ball first").

    • Calculate the probability of the final event conditioned on each of the first-stage outcomes.

    • Combine these using the formula P(A)=P(AB1)P(B1)+P(AB2)P(B2)+P(A) = P(A|B_1)P(B_1) + P(A|B_2)P(B_2) + \dots. A simple tree diagram can help visualize the paths.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • Confusing Independence and Mutual Exclusivity: Independent events can occur together (P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B)), while mutually exclusive events cannot (P(AB)=0P(A \cap B) = 0). For example, rolling a '1' and rolling a '2' on a single die roll are mutually exclusive, not independent. Rolling a '1' on a red die and a '2' on a blue die are independent.
      • Forgetting the Binomial Coefficient: When calculating binomial probability, a common error is to only calculate pk(1p)nkp^k(1-p)^{n-k}. This ignores the fact that the kk successes can occur in any of the nn trials.
    ✅ Always multiply by (nk)\binom{n}{k} to account for all possible orderings of successes and failures.
      • Incorrect Sample Space in 'With/Without Replacement' problems: The size of the sample space (and the number of favorable items) changes after each draw in problems without replacement.
    ✅ Carefully update the counts in the numerator and denominator for each successive draw. For problems with replacement, the probabilities remain constant.

    ---

    Practice Questions

    :::question type="MCQ" question="An unbiased coin is tossed 6 times. What is the probability of getting at least one head and at least one tail?" options=["3132\frac{31}{32}","6264\frac{62}{64}","6364\frac{63}{64}","164\frac{1}{64}"] answer="6264\frac{62}{64}" hint="Consider the complementary events. The only outcomes that do not satisfy the condition are all heads or all tails." solution="
    Step 1: Define the event and its complement.
    Let EE be the event of getting at least one head and at least one tail.
    The total number of outcomes is 26=642^6 = 64.
    The complement event EE' is that we get either all heads (HHHHHH) or all tails (TTTTTT).

    Step 2: Calculate the probability of the complementary event.
    There is only 1 way to get all heads, so P(All Heads)=164P(\text{All Heads}) = \frac{1}{64}.
    There is only 1 way to get all tails, so P(All Tails)=164P(\text{All Tails}) = \frac{1}{64}.
    These two events are mutually exclusive.

    P(E)=P(All Heads)+P(All Tails)=164+164=264P(E') = P(\text{All Heads}) + P(\text{All Tails}) = \frac{1}{64} + \frac{1}{64} = \frac{2}{64}

    Step 3: Calculate the probability of the original event EE.

    P(E)=1P(E)=1264=6264P(E) = 1 - P(E') = 1 - \frac{2}{64} = \frac{62}{64}

    Result:
    The probability is 6264\frac{62}{64}.
    "
    :::

    :::question type="NAT" question="A box contains 4 red, 3 green, and 5 blue balls. Three balls are drawn in succession without replacement. The probability that the first is red, the second is green, and the third is blue is pp. Calculate the value of 440×p440 \times p." answer="20" hint="This is a sequence of dependent events. Calculate the probability of each step and multiply them." solution="
    Step 1: Define the events and initial state.
    Let R1,G2,B3R_1, G_2, B_3 be the events of drawing a red, green, and blue ball in the 1st, 2nd, and 3rd draws respectively.
    Total balls = 4+3+5=124+3+5 = 12.

    Step 2: Calculate the probability of the first event.

    P(R1)=Number of red ballsTotal balls=412P(R_1) = \frac{\text{Number of red balls}}{\text{Total balls}} = \frac{4}{12}

    Step 3: Calculate the conditional probability of the second event.
    After drawing one red ball, there are 11 balls left, of which 3 are green.

    P(G2R1)=311P(G_2 | R_1) = \frac{3}{11}

    Step 4: Calculate the conditional probability of the third event.
    After drawing one red and one green ball, there are 10 balls left, of which 5 are blue.

    P(B3R1G2)=510P(B_3 | R_1 \cap G_2) = \frac{5}{10}

    Step 5: Calculate the probability of the sequence, pp.

    p=P(R1)×P(G2R1)×P(B3R1G2)p = P(R_1) \times P(G_2 | R_1) \times P(B_3 | R_1 \cap G_2)

    p=412×311×510=13×311×12=122p = \frac{4}{12} \times \frac{3}{11} \times \frac{5}{10} = \frac{1}{3} \times \frac{3}{11} \times \frac{1}{2} = \frac{1}{22}

    Step 6: Calculate the final value.

    440×p=440×122=20440 \times p = 440 \times \frac{1}{22} = 20

    Result: The value is 20.
    "
    :::

    :::question type="MSQ" question="A fair six-sided die is rolled twice. Let A be the event that the first roll is a prime number (2, 3, 5). Let B be the event that the sum of the two rolls is 7. Let C be the event that the second roll is an even number. Which of the following statements is/are true?" options=["A and B are independent events.","A and C are independent events.","B and C are independent events.","A and B are mutually exclusive events."] answer="A and B are independent events.,A and C are independent events.,B and C are independent events." hint="Calculate the probabilities P(A), P(B), P(C), and the probabilities of their intersections (A∩B, A∩C, B∩C). Check the condition for independence: P(X∩Y) = P(X)P(Y)." solution="
    Total outcomes in the sample space = 6×6=366 \times 6 = 36.

    1. Analyze Probabilities of Individual Events:

    • Event A (first roll is prime {2, 3, 5}): P(A)=36=12P(A) = \frac{3}{6} = \frac{1}{2}.

    • Event B (sum is 7): Favorable pairs are {(1,6), (2,5), (3,4), (4,3), (5,2), (6,1)}. So, P(B)=636=16P(B) = \frac{6}{36} = \frac{1}{6}.

    • Event C (second roll is even {2, 4, 6}): P(C)=36=12P(C) = \frac{3}{6} = \frac{1}{2}.


    2. Check Independence for Pair (A, B):
    • Event A ∩ B (first roll is prime AND sum is 7): The pairs are {(2,5), (3,4), (5,2)}. There are 3 such outcomes. P(AB)=336=112P(A \cap B) = \frac{3}{36} = \frac{1}{12}.

    • Check: P(A)×P(B)=12×16=112P(A) \times P(B) = \frac{1}{2} \times \frac{1}{6} = \frac{1}{12}.

    • Since P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B), events A and B are independent. Option A is correct.


    3. Check Independence for Pair (A, C):
    • Event A ∩ C (first is prime AND second is even): The number of favorable outcomes is 3×3=93 \times 3 = 9. So, P(AC)=936=14P(A \cap C) = \frac{9}{36} = \frac{1}{4}.

    • Check: P(A)×P(C)=12×12=14P(A) \times P(C) = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4}.

    • Since P(AC)=P(A)×P(C)P(A \cap C) = P(A) \times P(C), events A and C are independent. Option B is correct.


    4. Check Independence for Pair (B, C):
    • Event B ∩ C (sum is 7 AND second roll is even): The pairs are {(1,6), (3,4), (5,2)}. There are 3 such outcomes. So, P(BC)=336=112P(B \cap C) = \frac{3}{36} = \frac{1}{12}.

    • Check: P(B)×P(C)=16×12=112P(B) \times P(C) = \frac{1}{6} \times \frac{1}{2} = \frac{1}{12}.

    • Since P(BC)=P(B)×P(C)P(B \cap C) = P(B) \times P(C), events B and C are independent. Option C is correct.


    5. Check Mutual Exclusivity for (A, B):
    • For A and B to be mutually exclusive, their intersection must be empty. However, we found AB={(2,5),(3,4),(5,2)}A \cap B = \{(2,5), (3,4), (5,2)\}, which is not empty. So, they are not mutually exclusive. Option D is incorrect.

    "
    :::

    ---

    Chapter Summary

    📖 Elementary Statistics and Probability - Key Takeaways

    Having explored the fundamental concepts of elementary statistics and probability, we can distill our discussion into several essential principles critical for the GATE examination.

    • Measures of Central Tendency: We have established that the Mean (μ\mu), Median, and Mode are single values that attempt to describe a set of data by identifying its central position. The arithmetic mean is the sum of all values divided by their count, the median is the middle value in an ordered set, and the mode is the most frequently occurring value. The choice of measure is crucial; the median, for instance, is less sensitive to outliers than the mean.

    • Measures of Dispersion: To understand the spread or variability of data, we introduced the concepts of Variance (σ2\sigma^2) and Standard Deviation (σ\sigma). Variance represents the average of the squared differences from the Mean. The Standard Deviation, its square root, provides a measure of dispersion in the same units as the data, making it more interpretable.

    • Fundamental Axioms of Probability: The probability of an event EE, denoted P(E)P(E), is a value between 0 and 1, inclusive. P(E)=0P(E) = 0 signifies an impossible event, while P(E)=1P(E) = 1 signifies a certain event. For any sample space SS, the sum of probabilities of all possible elementary outcomes is 1.

    • Rules of Probability: Our study has shown that the probability of the union of two events, AA and BB, is given by the Addition Rule: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). For mutually exclusive events, where P(AB)=0P(A \cap B) = 0, this simplifies to P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B).

    • Independence and Conditional Probability: Two events are independent if the occurrence of one does not affect the probability of the other, such that P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B). In contrast, conditional probability, P(AB)P(A|B), measures the probability of event AA occurring given that event BB has already occurred. It is defined as P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}, provided P(B)0P(B) \neq 0.

    • Bayes' Theorem: We concluded with a powerful tool for updating beliefs in light of new evidence. Bayes' Theorem relates the conditional and marginal probabilities of two random events, providing a formal method to calculate a posterior probability: P(AB)=P(BA)P(A)P(B)P(A|B) = \frac{P(B|A)P(A)}{P(B)}.

    ---

    Chapter Review Questions

    :::question type="MCQ" question="A dataset of student marks is given by the set {70,75,85,90}\{70, 75, 85, 90\}. A mark is selected at random from this set. What is the probability that the selected mark is greater than the arithmetic mean of the set?" options=["1/4","1/2","3/4","1"] answer="B" hint="First, calculate the arithmetic mean of the dataset. Then, determine the number of data points that are strictly greater than this mean and express this as a fraction of the total number of data points." solution="
    Step 1: Calculate the arithmetic mean (μ\mu) of the dataset.

    The dataset is S={70,75,85,90}S = \{70, 75, 85, 90\}.
    The number of data points is n=4n=4.
    The sum of the marks is:

    i=1nxi=70+75+85+90=320\sum_{i=1}^{n} x_i = 70 + 75 + 85 + 90 = 320

    The arithmetic mean is:
    μ=xin=3204=80\mu = \frac{\sum x_i}{n} = \frac{320}{4} = 80

    Step 2: Identify the marks in the set that are greater than the mean.

    We need to find the marks xSx \in S such that x>80x > 80.
    The marks satisfying this condition are {85,90}\{85, 90\}. There are 2 such marks.

    Step 3: Calculate the probability.

    The number of favorable outcomes (marks greater than the mean) is 2.
    The total number of possible outcomes (total marks in the set) is 4.
    The probability P(mark>μ)P(\text{mark} > \mu) is given by:

    P=Number of favorable outcomesTotal number of outcomes=24=12P = \frac{\text{Number of favorable outcomes}}{\text{Total number of outcomes}} = \frac{2}{4} = \frac{1}{2}

    Therefore, the correct option is B.
    "
    :::

    :::question type="NAT" question="The scores of five students in a test are 4, 6, 8, 10, and 12. Calculate the population variance of these scores." answer="8" hint="First, find the mean of the data. Then, for each data point, find the square of its difference from the mean. The variance is the average of these squared differences." solution="
    Step 1: Calculate the mean (μ\mu) of the scores.
    The scores are {4,6,8,10,12}\{4, 6, 8, 10, 12\}. The number of scores, NN, is 5.

    μ=4+6+8+10+125=405=8\mu = \frac{4 + 6 + 8 + 10 + 12}{5} = \frac{40}{5} = 8

    Step 2: Calculate the squared difference from the mean for each score.
    The formula for population variance (σ2\sigma^2) is σ2=i=1N(xiμ)2N\sigma^2 = \frac{\sum_{i=1}^{N}(x_i - \mu)^2}{N}.
    We calculate (xiμ)2(x_i - \mu)^2 for each score xix_i:

    • (48)2=(4)2=16(4 - 8)^2 = (-4)^2 = 16

    • (68)2=(2)2=4(6 - 8)^2 = (-2)^2 = 4

    • (88)2=(0)2=0(8 - 8)^2 = (0)^2 = 0

    • (108)2=(2)2=4(10 - 8)^2 = (2)^2 = 4

    • (128)2=(4)2=16(12 - 8)^2 = (4)^2 = 16


    Step 3: Sum the squared differences and calculate the variance.
    The sum of the squared differences is:
    i=1N(xiμ)2=16+4+0+4+16=40\sum_{i=1}^{N}(x_i - \mu)^2 = 16 + 4 + 0 + 4 + 16 = 40

    Now, we divide by the number of scores, N=5N=5:
    σ2=405=8\sigma^2 = \frac{40}{5} = 8

    The population variance is 8.
    "
    :::

    :::question type="MCQ" question="A dataset has a mean of 50 and a standard deviation of 10. If 5 is subtracted from every data point in the set, what will be the new mean and new standard deviation?" options=["New Mean = 50, New Standard Deviation = 5","New Mean = 45, New Standard Deviation = 10","New Mean = 45, New Standard Deviation = 5","New Mean = 50, New Standard Deviation = 10"] answer="B" hint="Consider how measures of central tendency (a measure of location) and measures of dispersion (a measure of spread) are affected by a uniform shift in all data points." solution="
    Let the original dataset be {x1,x2,...,xn}\{x_1, x_2, ..., x_n\}.
    The original mean is μ=xin=50\mu = \frac{\sum x_i}{n} = 50.
    The original standard deviation is σ=(xiμ)2n=10\sigma = \sqrt{\frac{\sum (x_i - \mu)^2}{n}} = 10.

    A constant k=5k=5 is subtracted from every data point. The new dataset is {x15,x25,...,xn5}\{x_1-5, x_2-5, ..., x_n-5\}.

    Step 1: Calculate the new mean (μnew\mu_{new}).
    The new mean is the average of the new data points:

    μnew=(xi5)n=(xi)(5)n=xin5nn\mu_{new} = \frac{\sum (x_i - 5)}{n} = \frac{(\sum x_i) - (\sum 5)}{n} = \frac{\sum x_i}{n} - \frac{5n}{n}

    Since xin=μ\frac{\sum x_i}{n} = \mu, we have:
    μnew=μ5=505=45\mu_{new} = \mu - 5 = 50 - 5 = 45

    Adding or subtracting a constant from every data point shifts the mean by that same constant.

    Step 2: Calculate the new standard deviation (σnew\sigma_{new}).
    The new standard deviation is calculated based on the dispersion of the new data points around the new mean:

    σnew=((xi5)μnew)2n\sigma_{new} = \sqrt{\frac{\sum ((x_i - 5) - \mu_{new})^2}{n}}

    Substitute μnew=μ5\mu_{new} = \mu - 5:
    σnew=((xi5)(μ5))2n=(xi5μ+5)2n=(xiμ)2n\sigma_{new} = \sqrt{\frac{\sum ((x_i - 5) - (\mu - 5))^2}{n}} = \sqrt{\frac{\sum (x_i - 5 - \mu + 5)^2}{n}} = \sqrt{\frac{\sum (x_i - \mu)^2}{n}}

    This is the formula for the original standard deviation, σ\sigma.
    σnew=σ=10\sigma_{new} = \sigma = 10

    Subtracting a constant from every data point shifts the entire distribution but does not change its spread or dispersion. The distances between the points remain the same, so the standard deviation is unchanged.

    Thus, the new mean is 45 and the new standard deviation is 10.
    "
    :::

    :::question type="NAT" question="Two machines, M1 and M2, produce bolts. M1 produces 60% of the bolts and M2 produces the remaining 40%. 5% of bolts from M1 are defective, while 2% from M2 are defective. If a bolt is chosen at random and found to be defective, what is the probability that it was produced by machine M1? (Answer up to two decimal places)." answer="0.79" hint="This is an application of Bayes' theorem. Let D be the event that a bolt is defective. You need to find P(M1|D)." solution="
    Let M1M_1 be the event that a bolt is produced by machine M1.
    Let M2M_2 be the event that a bolt is produced by machine M2.
    Let DD be the event that a chosen bolt is defective.

    From the problem statement, we have the following probabilities:

    • Probability that a bolt is from M1: P(M1)=0.60P(M_1) = 0.60

    • Probability that a bolt is from M2: P(M2)=0.40P(M_2) = 0.40

    • Probability of a defective bolt given it's from M1: P(DM1)=0.05P(D|M_1) = 0.05

    • Probability of a defective bolt given it's from M2: P(DM2)=0.02P(D|M_2) = 0.02


    We want to find the probability that a bolt was produced by M1 given that it is defective, which is P(M1D)P(M_1|D).

    Using Bayes' Theorem:

    P(M1D)=P(DM1)P(M1)P(D)P(M_1|D) = \frac{P(D|M_1)P(M_1)}{P(D)}

    First, we must calculate the total probability of a bolt being defective, P(D)P(D), using the Law of Total Probability:

    P(D)=P(DM1)P(M1)+P(DM2)P(M2)P(D) = P(D|M_1)P(M_1) + P(D|M_2)P(M_2)

    P(D)=(0.05)(0.60)+(0.02)(0.40)P(D) = (0.05)(0.60) + (0.02)(0.40)

    P(D)=0.030+0.008=0.038P(D) = 0.030 + 0.008 = 0.038

    Now, we can substitute this value back into the Bayes' Theorem formula:

    P(M1D)=P(DM1)P(M1)P(D)=(0.05)(0.60)0.038=0.0300.038P(M_1|D) = \frac{P(D|M_1)P(M_1)}{P(D)} = \frac{(0.05)(0.60)}{0.038} = \frac{0.030}{0.038}

    P(M1D)0.78947P(M_1|D) \approx 0.78947

    Rounding to two decimal places, the probability is 0.79.
    "
    :::

    ---

    What's Next?

    💡 Continue Your GATE Journey

    Having completed Elementary Statistics and Probability, you have established a firm foundation for several advanced and related chapters in the GATE syllabus. The principles of central tendency, dispersion, and probability are not isolated topics; they are the building blocks for more complex quantitative reasoning.

    Key connections:

      • Building on Basic Aptitude: This chapter formalizes the intuitive data analysis skills from general numerical ability. The methods we have covered provide a structured approach to the data interpretation problems often seen in the General Aptitude section.
      • Foundation for Probability Distributions: The fundamental rules of probability are an absolute prerequisite for the next major topic in this domain: Probability Distributions. Concepts like random events and probability calculations are essential to understanding discrete distributions (such as Binomial and Poisson) and continuous distributions (such as Normal/Gaussian), which are frequently tested.
      • Link to Linear Algebra and Calculus: In higher-level engineering mathematics and data science applications, statistical concepts are deeply intertwined with other mathematical fields. The mean and variance of datasets are central to machine learning algorithms that rely on linear algebra. Furthermore, the concept of a continuous random variable is defined using probability density functions, which require an understanding of integration from Calculus to find probabilities over intervals.

    🎯 Key Points to Remember

    • Master the core concepts in Elementary Statistics and Probability 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 Quantitative Aptitude

    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