Matematika Kelas 8: Statistika | Mean, Median, Modus, Kuartil, Jangkauan

3 min read 2 hours ago
Published on Apr 20, 2026 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

This tutorial explores fundamental statistical concepts covered in the 8th-grade mathematics curriculum, including mean, median, mode, quartiles, and range. Understanding these concepts is crucial for analyzing data effectively, and they are widely applicable in various fields, such as science, business, and everyday decision-making.

Step 1: Understanding Mean

The mean, often referred to as the average, is calculated by adding all the numbers in a dataset and dividing by the count of numbers.

  • Calculate Mean:

    1. Sum all the values in the dataset.
    2. Divide the total by the number of values.

    Example: For the dataset [4, 8, 6, 5, 3]:

    • Sum = 4 + 8 + 6 + 5 + 3 = 26
    • Count = 5
    • Mean = 26 / 5 = 5.2

Step 2: Finding Median

The median is the middle value of a dataset when arranged in ascending order. If the dataset has an even number of values, the median is the average of the two middle numbers.

  • Calculate Median:

    1. Arrange the data in ascending order.
    2. Determine the middle value:
      • If odd count, the median is the middle number.
      • If even count, average the two middle numbers.

    Example: For the dataset [3, 4, 5, 6, 8]:

    • Median = 5 (middle number)

    For [3, 4, 5, 6]:

    • Median = (4 + 5) / 2 = 4.5

Step 3: Identifying Mode

The mode is the number that appears most frequently in a dataset. A dataset can have one mode, more than one mode, or no mode at all.

  • Find Mode:

    1. Count the frequency of each number.
    2. Identify the number(s) with the highest frequency.

    Example: In the dataset [1, 2, 2, 3, 4]:

    • Mode = 2 (appears twice)

Step 4: Calculating Quartiles

Quartiles divide a dataset into four equal parts. The first quartile (Q1) is the median of the lower half, the second quartile (Q2) is the median of the dataset, and the third quartile (Q3) is the median of the upper half.

  • Calculate Quartiles:

    1. Find the median (Q2).
    2. Split the dataset into lower and upper halves.
    3. Find the median of the lower half for Q1 and the upper half for Q3.

    Example: For the dataset [1, 2, 3, 4, 5, 6]:

    • Q2 = 3.5
    • Lower half = [1, 2, 3] → Q1 = 2
    • Upper half = [4, 5, 6] → Q3 = 5

Step 5: Determining Range

The range measures how spread out the values are in a dataset and is calculated by subtracting the smallest value from the largest value.

  • Calculate Range:

    1. Identify the maximum and minimum values in the dataset.
    2. Subtract the minimum from the maximum.

    Example: For the dataset [3, 7, 2, 9]:

    • Range = 9 - 2 = 7

Conclusion

In this tutorial, you learned how to calculate the mean, median, mode, quartiles, and range of a dataset. These statistical concepts are essential for analyzing data and making informed decisions. Practice these calculations with different datasets to strengthen your understanding. For further learning, explore additional resources or advanced statistical methods.