Statistics — TN TET Paper II Study Notes
Overview
Statistics is a foundational topic in TN TET Paper II Mathematics, testing your ability to organise, summarise and interpret numerical data. Questions typically involve calculating measures of central tendency (mean, median, mode) and range from grouped or ungrouped data, along with reading bar graphs, pie charts and frequency tables.
This topic carries moderate weightage but offers easy marks if formulas and shortcuts are memorised. Exam questions often present data sets of 5–15 values or frequency distributions, asking you to compute one or more statistical measures. Mastery here also supports the pedagogy section—teachers must help students connect statistics to real-world contexts like census data, weather records and class test scores.
Focus on three skills: applying the correct formula, handling grouped vs ungrouped data differently, and interpreting graphical data accurately.
---
Key Concepts
- **Mean (Arithmetic Average)**: The sum of all observations divided by the number of observations. Most affected by extreme values (outliers).
- **Median**: The middle value when data is arranged in ascending or descending order. For even number of observations, it is the average of the two middle values. Unaffected by outliers.
- **Mode**: The value that occurs most frequently. A data set can be unimodal (one mode), bimodal (two modes), multimodal or have no mode.
- **Range**: The difference between the highest and lowest values. It measures spread but is sensitive to outliers.
- **Ungrouped Data**: Raw data presented as individual values (e.g., 5, 7, 8, 10, 12).
- **Grouped Data**: Data organised into class intervals with corresponding frequencies (e.g., 0–10: 5 students, 10–20: 8 students).
- **Class Mark (Mid-value)**: For a class interval, class mark = (Lower limit + Upper limit) / 2. Used to compute mean of grouped data.
- **Cumulative Frequency**: Running total of frequencies, essential for finding median in grouped data.
---
Formulas / Key Facts
### Ungrouped Data
| Measure | Formula | |---------|---------| | Mean | x̄ = Σxᵢ / n | | Median (n odd) | Value at position (n + 1)/2 | | Median (n even) | Average of values at positions n/2 and (n/2 + 1) | | Mode | Most frequently occurring value | | Range | Highest value − Lowest value |
### Grouped Data
| Measure | Formula | |---------|---------| | Mean (Direct) | x̄ = Σ(fᵢ × xᵢ) / Σfᵢ, where xᵢ = class mark | | Mean (Assumed Mean) | x̄ = A + Σ(fᵢ × dᵢ) / Σfᵢ, where dᵢ = xᵢ − A | | Median | Median = L + [(n/2 − cf) / f] × h | | Mode | Mode = L + [(f₁ − f₀) / (2f₁ − f₀ − f₂)] × h |