Introduction
Many Data Interpretation (DI) problems ask you to compare values across years or categories to find growth, decline, or relative performance. This pattern is important because exam questions often require ranking, identifying fastest growth, or computing year-on-year changes.
Pattern: Data Comparison Across Years / Categories
Pattern
Compare absolute changes and percentage changes across the same base period to identify fastest/slowest growth or relative performance.
Key formulas:
Absolute change = New value - Old value
Percentage change = (New - Old) ÷ Old × 100
Step-by-Step Example
Question
The table below shows population (in thousands) of four cities in 2019 and 2021. Which city had the highest percentage growth from 2019 to 2021?
| City | 2019 (’000) | 2021 (’000) |
|---|---|---|
| Alpha | 120 | 132 |
| Beta | 90 | 108 |
| Gamma | 150 | 165 |
| Delta | 80 | 96 |
Solution
-
Step 1: Compute absolute change for each city:
Alpha: 132 - 120 = 12 (’000)
Beta: 108 - 90 = 18 (’000)
Gamma: 165 - 150 = 15 (’000)
Delta: 96 - 80 = 16 (’000) -
Step 2: Compute percentage growth using 2019 as base:
Formula: (New - Old) ÷ Old × 100
Alpha: (12 ÷ 120) × 100 = 10.00%
Beta: (18 ÷ 90) × 100 = 20.00%
Gamma: (15 ÷ 150) × 100 = 10.00%
Delta: (16 ÷ 80) × 100 = 20.00% -
Step 3: Compare percentage growth values:
Beta and Delta both have the highest percentage growth of 20.00%.
-
Final Answer:
Beta and Delta (tie)
-
Quick Check:
Verify for Beta: (108 - 90) ÷ 90 = 18 ÷ 90 = 0.2 = 20% ✅
Quick Variations
1. Compare data across more than two years (use CAGR or year-on-year %).
2. Compare categories (e.g., product lines) using the same formulas - base can be first year or average depending on question wording.
3. When bases differ widely, use percentage change for fair comparison; use absolute change for unit-based differences.
Trick to Always Use
- Step 1: Compute absolute change first to spot major movers.
- Step 2: Convert to percentage using the correct base year: (New - Old) ÷ Old × 100.
- Step 3: If there’s a tie in percentage, compare absolute changes if the question specifies “largest increase.”
Summary
Summary
In the Data Comparison Across Years / Categories pattern:
- Calculate absolute change = New - Old to see raw difference.
- Calculate percentage change = (New - Old) ÷ Old × 100 for proportional growth.
- Always use the same base year for fair comparison.
- Keep units (₹, %, ’000) consistent before comparing values.
- Perform a quick verification for one entry to confirm accuracy.
