📊

Mean, Mode, and Median Explained

May 20, 2025

Lecture Notes: Understanding Mean, Mode, and Median

Introduction

  • Definitions
    • Mean: The average of a set of numbers, calculated by dividing the sum of these numbers by the count of numbers.
    • Mode: The number that appears most frequently in a data set.
    • Median: The middle value in a list of numbers sorted in ascending or descending order.

Calculating the Mean

  • Steps:
    1. Add all numbers in the data set.
    2. Divide the sum by the number of values in the data set.
  • Example:
    • Data set: 3, 5, 7
    • Mean: (3 + 5 + 7) / 3 = 5

Identifying the Mode

  • Characteristics:
    • A data set can have one mode, more than one mode, or no mode at all.
    • It is useful in understanding the most common item in a data set.
  • Examples:
    • Data set: 1, 2, 2, 3, 4 (Mode is 2)
    • Data set: 1, 1, 2, 2, 3 (Modes are 1 and 2 - bimodal)

Finding the Median

  • Steps:
    1. Arrange the numbers in ascending order.
    2. Locate the middle number in the list.
    • If the list has an odd number of entries, the median is the middle number.
    • If the list has an even number of entries, the median is the average of the two middle numbers.
  • Example:
    • Data set: 1, 3, 3, 6, 7, 8, 9 (Median is 6)
    • Data set: 1, 2, 3, 4, 5, 6 (Median is (3 + 4) / 2 = 3.5)

Summary

  • Understanding these measures of central tendency helps in analyzing data sets and identifying trends.
  • Each measure provides different insights: the mean offers an average, the mode highlights frequency, and the median provides a central point.

Additional Notes

  • Applications:
    • Used in various fields such as statistics, economics, and social sciences for data analysis.
    • Important for decision-making processes based on data trends and patterns.