Data Representation Statistics Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
A class recorded the number of pets owned by each student: 0, 1, 1, 2, 3, 1, 0, 2, 4, 1. Organise this data into a frequency table.

Solution

  1. 1
    Step 1: List the distinct values in order: 0, 1, 2, 3, 4.
  2. 2
    Step 2: Count how many times each value appears: 0 โ†’ 2, 1 โ†’ 4, 2 โ†’ 2, 3 โ†’ 1, 4 โ†’ 1.
  3. 3
    Step 3: Present in a table with columns 'Number of Pets' and 'Frequency'.

Answer

Frequency table: 0 pets โ†’ 2, 1 pet โ†’ 4, 2 pets โ†’ 2, 3 pets โ†’ 1, 4 pets โ†’ 1.
Organising raw data into a frequency table makes it easier to see patterns such as the most common value and the spread of the data.

About Data Representation

Data representation is the process of organizing and displaying data using charts, graphs, or tables so that patterns, trends, and comparisons become easier to see and understand at a glance.

Learn more about Data Representation โ†’

More Data Representation Examples