Categorical Data

Grade 11 · statistics · 100 practice problems · read aloud

🔊 Listen to this explanation

Categorical Data Analysis

📊 What is Categorical Data & Why is it Useful?

Categorical data represents characteristics or qualities that can be sorted into groups or categories. Unlike numerical data, you can't perform arithmetic on it. Examples include survey responses (Yes/No/Maybe), favorite colors, or types of pet. In Grade 11 statistics, we analyze this data using frequency tables, bar charts, and pie charts to summarize information, identify patterns, and communicate findings clearly.

🧩 Step-by-Step Analysis Guide

  1. Collect & Organize: Gather your raw data and list all possible categories.
  2. Tally Frequencies: Count how many data points fall into each category.
  3. Calculate Relative Frequency: Divide each frequency by the total number of observations to find the proportion or percentage.
  4. Choose a Display: Select the best visual (e.g., Bar Chart for comparisons, Pie Chart for parts of a whole).
  5. Interpret: Describe what the table or graph tells you about the data distribution.

🔍 Worked Examples

Example 1: Creating a Frequency Table

Data: 20 students were asked their preferred learning method: Visual (V), Auditory (A), or Kinesthetic (K).
Results: V, A, K, V, V, K, A, V, K, K, V, A, A, V, V, K, V, A, K, V

  1. Categories: Visual, Auditory, Kinesthetic.
  2. Tally & Count: Visual: 9, Auditory: 5, Kinesthetic: 6.
  3. Relative Frequency: Visual: 9/20 = 45%, Auditory: 5/20 = 25%, Kinesthetic: 6/20 = 30%.

Example 2: Interpreting a Bar Chart

Imagine a bar chart showing the frequency of car colors in a parking lot. The bar for "Silver" is twice as tall as the bar for "Red."

Interpretation: There are about twice as many silver cars as red cars. Silver is the most common color in the sample.

⚠️ Common Mistakes to Avoid

  • Mislabeling Graphs: Forgetting to title your graph or label the axes (with categories on a bar chart).
  • Calculating Averages: You cannot find the "mean" or "average" category. You can only find the mode (most frequent category).
  • Pie Chart Errors: The slices of a pie chart must add up to 100%. Always double-check your relative frequencies.
  • Ignoring "Other": If you have many small categories, it's sometimes better to group them into an "Other" category for a cleaner graph.

💡 Tips & Tricks

  • Memory Aid: "Categorical" sounds like "Category." If the data fits into a category, it's categorical.
  • Bar vs. Pie: Use a Bar ChartPie Chart
  • Check Your Total: The sum of all frequencies must equal the total sample size. This is a quick way to catch counting errors.

🎯 How to Practice

  • Create your own survey with a categorical question (e.g., "What is your favorite social media app?") and analyze the results from your classmates.
  • Find categorical data in news articles or online and try to recreate the graphs they show.
  • Practice converting raw data into frequency tables and then into different types of graphs by hand and using spreadsheet software.

Practice problems

6 of the 100, worked through step by step — try them before opening the answer.

1 ∫(3x² + 4x - 2)dx from 0 to 2 = ?

Hint: Find the antiderivative of the polynomial function first, then evaluate it at the upper and lower limits of integration

Show the answer

Answer: 12

  1. Find the antiderivative of 3x² + 4x - 2 Antiderivative = (3x³/3) + (4x²/2) - 2x = x³ + 2x² - 2x
  2. Evaluate the antiderivative at the upper limit (x=2) F(2) = (2)³ + 2(2)² - 2(2) = 8 + 8 - 4 = 12
  3. Evaluate the antiderivative at the lower limit (x=0) F(0) = (0)³ + 2(0)² - 2(0) = 0 + 0 - 0 = 0
  4. Apply the Fundamental Theorem of Calculus ∫(3x² + 4x - 2)dx from 0 to 2 = F(2) - F(0) = 12 - 0 = 12

The answer is 12.

2 lim_{x→∞} (3x² + 2x - 5)/(4x² - x + 7) = ?

Hint: For limits at infinity of rational functions, compare the degrees of the numerator and denominator polynomials.

Show the answer

Answer: 3/4

  1. Identify the highest power of x in the denominator. The denominator is 4x² - x + 7. The highest power of x here is x².
  2. Divide every term in both the numerator and the denominator by x². This is the standard technique for limits at infinity of rational functions. We divide each term by x²: Numerator: (3x²)/x² + (2x)/x² - 5/x² = 3 + 2/x - 5/x² Denominator: (4x²)/x² - (x)/x² + 7/x² = 4 - 1/x + 7/x² So the expression becomes: (3 + 2/x - 5/x²) / (4 - 1/x + 7/x²)
  3. Take the limit as x approaches infinity. As x becomes very large (approaches infinity), any term with x in the denominator will approach 0. Specifically: 2/x approaches 0 5/x² approaches 0 1/x approaches 0 7/x² approaches 0
  4. Substitute these limiting values into the expression. The expression becomes: (3 + 0 - 0) / (4 - 0 + 0) = 3/4 Therefore, the limit as x approaches infinity of (3x² + 2x - 5)/(4x² - x + 7) is 3/4.

To find the limit as x approaches infinity of (3x² + 2x - 5)/(4x² - x + 7), we follow these steps:

3 Ava surveyed 36 students about their preferred music genre: 16 rock, 11 pop, 6 jazz, 3 classical. Create a frequency table.

Hint: Organize the given counts by category in a table format.

Show the answer

Answer: Rock: 16, Pop: 11, Jazz: 6, Classical: 3

  1. List the categories: Rock, Pop, Jazz, Classical
  2. Record the frequency for each category: Rock = 16, Pop = 11, Jazz = 6, Classical = 3
  3. Create the frequency table: Rock: 16 Pop: 11 Jazz: 6 Classical: 3
  4. Verify the total: 16 + 11 + 6 + 3 = 36 students The complete frequency table shows Rock: 16, Pop: 11, Jazz: 6, Classical: 3.

4 Emma surveyed students about their favorite subject: Math: 17, Science: 13, English: 9, History: 11. Create a frequency table summarizing the data.

Hint: Organize the given counts into a table with two columns: one for the category names and one for the frequencies.

Show the answer

Answer: Math: 17, Science: 13, English: 9, History: 11

  1. Identify the categories: Math, Science, English, History.
  2. List the corresponding frequencies: 17, 13, 9, 11.
  3. Construct the frequency table: | Subject | Frequency | |----------|-----------| | Math | 17 | | Science | 13 | | English | 9 | | History | 11 | The summarized data is Math: 17, Science: 13, English: 9, History: 11.

5 Emma surveyed 30 students about their favorite subject: 15 chose Math, 10 chose Science, and 5 chose English. Create a frequency table summarizing this data.

Hint: Organize the counts for each category into a table format with clear labels.

Show the answer

Answer: Math: 15, Science: 10, English: 5

  1. Identify the categories: Math, Science, English.
  2. Count the number of students for each category: Math = 15, Science = 10, English = 5.
  3. Create the frequency table: | Subject | Frequency | |---------|-----------| | Math | 15 | | Science | 10 | | English | 5 | The completed frequency table shows Math: 15, Science: 10, English: 5.

6 Sophia surveyed 42 students about their preferred music genre: 18 rock, 12 pop, 8 jazz, 4 classical. Create a frequency table summarizing these categorical data.

Hint: Organize the given counts into a table with categories in one column and frequencies in another.

Show the answer

Answer: Rock: 18, Pop: 12, Jazz: 8, Classical: 4

  1. Identify the categories: Rock, Pop, Jazz, Classical
  2. List the corresponding frequencies: 18, 12, 8, 4
  3. Create the frequency table: Music Genre | Frequency Rock | 18 Pop | 12 Jazz | 8 Classical | 4
  4. The table summarizes that 18 students prefer rock, 12 prefer pop, 8 prefer jazz, and 4 prefer classical.
Practise this topic — 10 free problems, no signup →