Class 7 Maths: Chapter - Data Handling

๐Ÿง  Key Definitions with Examples

Data: A collection of facts or numbers used for a purpose.
Example: Marks of 5 students: 45, 48, 50, 40, 42
Types of Data:
Observation: Each number in data is an observation.
Example: In [12, 15, 18], 12 is an observation.
Range: Difference between highest and lowest values.
Range = Highest - Lowest
Example: In [12, 22, 18], Range = 22 - 12 = 10
Average (Mean): Central value of data.
Mean = Sum of observations / Number of observations
Example: [50, 60, 70] โ†’ Mean = 180 / 3 = 60
Median: The middle value in a sorted list of data. It divides the data into two equal parts.

Steps to Find Median:
  1. Arrange the data in ascending (or descending) order.
  2. Count the number of values, let it be N.
  3. If N is odd: Median is the value at position (N + 1) / 2.
    If N is even: Median is the average of values at positions N / 2 and (N / 2) + 1.
Odd Example: [5, 10, 15] โ†’ Median = 10 (middle value)
Even Example: [2, 4, 6, 8] โ†’ Median = (4 + 6)/2 = 5

More Example:
Data: [12, 16, 11, 14, 13] โ†’ Order = [11, 12, 13, 14, 16] โ†’ Median = 13
Data: [3, 5, 7, 9, 11, 13] โ†’ Median = (7 + 9)/2 = 8
Mode: The value or values that appear most frequently in a data set.

Note: If two or more values repeat the same highest number of times, the data has multiple modes (called bimodal, trimodal, etc.).
Examples:
1. [2, 3, 3, 4, 5, 3] โ†’ Mode = 3 (appears most often)
2. [4, 4, 5, 5, 6, 6] โ†’ Modes = 4, 5, and 6 (all appear twice)
3. [7, 8, 9, 10] โ†’ No mode (all appear once)
Bar Graph: Picture using bars to show data.
Example: Students in Class A = 30, Class B = 40
Double Bar Graph: Two bars side-by-side for comparing two data sets.
Example: Comparing marks of two students in 5 subjects

๐Ÿ“ Practice Exercises - 1

๐Ÿ”ข A. Short Questions

  1. Write the primary and secondary data from this list:
    You ask 10 friends their favorite food.
    You take last yearโ€™s cricket scores from a sports book.
  2. Find the range of [23, 19, 35, 40, 28]
  3. Find the mean of [12, 14, 15, 9, 10]
  4. Find the median of [20, 25, 15, 30, 35]
  5. Find the mode of [5, 8, 6, 8, 7, 5, 8, 5, 6]

๐Ÿ“Š B. Word Problems

  1. Find Mean, Median, and Range of quiz scores: [20, 25, 30, 35, 40, 45]
  2. Find Mode of books read: [3, 4, 4, 5, 3, 3, 4, 5, 4, 4]

๐Ÿ“‰ C. Bar Graph Practice

5 students scored: Ravi - 45, Meena - 60, Tina - 50, Aman - 30, Zoya - 65.
๐Ÿ‘‰ Draw a bar graph on graph paper.

๐Ÿงฎ D. Challenge Questions

  1. Mean of 5 numbers is 20. Four numbers: 18, 22, 15, 20. Find the 5th.
  2. Batsman scores: 55, 60, 75, 80, 100
    • a) Find average score
    • b) Add 6th score as 120. Find new average.
  3. Find Median and Mode: [10, 12, 15, 10, 18, 10, 20, 15, 18]

๐Ÿ“ Practice Exercises - 2

  1. What is the range of [45, 22, 18, 50, 32]?
  2. Find the mean of [10, 20, 30, 40, 50].
  3. Find the median of [5, 10, 15, 20, 25].
  4. Find the mode of [4, 4, 6, 7, 4, 8].
  5. List two examples of primary data and secondary data.
  6. Arrange [12, 7, 5, 10, 9] in ascending order.
  7. If the mean of 3, 5, 7 and x is 6, find x.
  8. Draw a bar graph for: Apples - 10, Bananas - 15, Grapes - 8, Oranges - 12.
  9. What is a double bar graph? Give one example.
  10. Find the mean height of students if their heights are [130, 135, 140, 145, 150].
  11. Find median of [8, 11, 7, 9, 10].
  12. What is the observation in a dataset?
  13. How many observations are there in [10, 20, 30, 40, 50, 60, 70]?
  14. Find the mean: [22, 26, 30, 24, 28]
  15. What does mode represent in a dataset?
  16. Write the formula to find the median when N is even.
  17. Which is better: mean or median for uneven data?
  18. Find range of [90, 85, 60, 95, 70]
  19. Write a small paragraph explaining what bar graphs show.
  20. Draw a frequency table for: [5, 6, 5, 7, 6, 5, 6]
  21. How to calculate range from a dataset?
  22. If mean = 30 and there are 6 values, what is the total sum?
  23. Find mode: [2, 2, 3, 4, 2, 5]
  24. What is the median of [10, 20, 30, 40, 50, 60]?
  25. Draw a double bar graph for class A and class B marks.
  26. Make up a dataset where mode and median are the same.
  27. Give an example where mean is misleading.
  28. Write 3 uses of data handling in real life.
  29. What is the range of heights: [150, 145, 160, 158, 152]?
  30. Explain how data is collected and presented in bar graphs.