GCSE Revision Aid: This resource is designed to support your revision and may contain errors. If you find a discrepancy with your class teaching, your teacher is correct — please let us know at gcserevise@scott.scottrix.co.uk.

G48: Statistical Skills and Data Analysis

Foundation Higher AQAEdexcelOCREduqasCCEA

Measures of central tendency and spread, percentage change, percentiles, bivariate data, trend lines, lines of best fit, interpolation and extrapolation in geographical data analysis.

Fastmail

📊 Measures of Central Tendency

Definition: Measures of central tendency identify the "typical" or "middle" value in a dataset. The three main measures are the mean, median, and mode.

The Mean

Mean = Sum of all values ÷ Number of values Example: River velocity measurements (m/s) at 5 sites: 0.3, 0.5, 0.8, 1.2, 1.7 Mean = (0.3 + 0.5 + 0.8 + 1.2 + 1.7) ÷ 5 = 4.5 ÷ 5 = 0.9 m/s

Advantage: Uses all data values; essential for further statistical calculations.

Disadvantage: Distorted by extreme values (outliers). For example, if one velocity measurement was 5.2 m/s (perhaps near a waterfall), the mean becomes (0.3 + 0.5 + 0.8 + 1.2 + 5.2) ÷ 5 = 8.0 ÷ 5 = 1.6 m/s - no longer representative of the typical value.

The Median

Median = Middle value when data is arranged in order For odd number of values: The middle value. Data: 0.3, 0.5, 0.8, 1.2, 1.7 → Median = 0.8 m/s For even number of values: Mean of the two middle values. Data: 0.3, 0.5, 0.8, 1.2, 1.7, 5.2 → Median = (0.8 + 1.2) ÷ 2 = 1.0 m/s

Advantage: Not affected by extreme values; gives a better representation of "typical" when data has outliers.

Disadvantage: Doesn't use all data values; less useful for further statistical analysis.

The Mode

Mode = Most frequently occurring value Example: Environmental quality scores: 12, 15, 18, 18, 18, 22, 25, 30 Mode = 18 (appears 3 times) A dataset can have: no mode (all values unique), one mode (unimodal), two modes (bimodal), or multiple modes.

Advantage: Shows the most common value; the only measure that works for categorical data (e.g. most common land use type).

Disadvantage: May not exist; not useful for numerical analysis; multiple modes can be confusing.

Measure When to Use Geographical Example
Mean When data has no extreme outliers; for further calculations Average rainfall across a year; mean GNI per head for a region
Median When data has outliers that would distort the mean Typical house price in an area (a few mansions would distort the mean)
Mode For categorical data; finding the most common value Most common rock type; most frequent wind direction

📏 Measures of Spread

Range

Range = Highest value − Lowest value Example: Temperatures recorded: 8°C, 12°C, 15°C, 19°C, 23°C Range = 23 − 8 = 15°C A larger range indicates greater variability in the data.

Advantage: Simple to calculate and understand.

Disadvantage: Only uses two values; heavily affected by outliers. A single extreme value makes the range much larger without reflecting the actual spread of most data.

Interquartile Range (IQR)

Definition: The IQR measures the spread of the middle 50% of data, removing the influence of the lowest 25% and highest 25% of values. It is more robust than the range because it ignores extreme values.
Calculating the IQR: 1. Arrange data in ascending order 2. Find Q1 (lower quartile) = median of the lower half of data 3. Find Q3 (upper quartile) = median of the upper half of data 4. IQR = Q3 − Q1 Example: Environmental quality scores from 12 sites: 15, 18, 22, 24, 26, 28, 30, 33, 35, 38, 42, 55 Lower half: 15, 18, 22, 24, 26, 28 → Q1 = (22+24)÷2 = 23 Upper half: 30, 33, 35, 38, 42, 55 → Q3 = (35+38)÷2 = 36.5 IQR = 36.5 − 23 = 13.5 Note: The range is 55 − 15 = 40, but the IQR of 13.5 better represents the typical spread.

Box and Whisker Plots

Definition: A box and whisker plot visually displays the median, quartiles, and range of a dataset. The "box" shows the IQR (Q1 to Q3), the line inside the box is the median, and the "whiskers" extend to the minimum and maximum values (or to 1.5 × IQR from the box, with outliers shown as individual points).

Box plots are useful for comparing the distribution of data between two or more groups (e.g. comparing environmental quality scores in two different areas of a city).

🔢 Percentage Change

Percentage Change = ((New value − Original value) ÷ Original value) × 100 Percentage increase = positive result Percentage decrease = negative result Example 1: A country's population grew from 45 million (2000) to 62 million (2020). Percentage change = ((62 − 45) ÷ 45) × 100 = (17 ÷ 45) × 100 = 37.8% increase Example 2: UK coal production fell from 100 million tonnes (1990) to 2 million tonnes (2020). Percentage change = ((2 − 100) ÷ 100) × 100 = (−98 ÷ 100) × 100 = −98% decrease
Common Error: Using the new value as the denominator instead of the original. The percentage change must always be calculated relative to the ORIGINAL (starting) value, not the final value. Also, be careful to distinguish between percentage change and percentage point change (e.g. unemployment rising from 5% to 7% is a 2 percentage point increase, but a 40% increase relative to the original 5%).

Reverse Percentage Calculations

Reverse percentage: If a value has increased by X%, the original value = New value ÷ (1 + X/100) Example: After a 25% increase, rainfall is now 750 mm. What was the original? Original = 750 ÷ 1.25 = 600 mm

📊 Percentiles

Definition: A percentile is the value below which a given percentage of data falls. The 25th percentile (P25) is the value below which 25% of data lies - this is the same as Q1. The 50th percentile (P50) is the median. The 75th percentile (P75) = Q3.
Key Percentiles: P25 (25th percentile) = Q1 (lower quartile) P50 (50th percentile) = Median P75 (75th percentile) = Q3 (upper quartile) Example: If a country's GNI per head is at the 70th percentile globally, it means 70% of countries have a lower GNI per head and 30% have a higher one.
Example: Using Percentiles in Geography

The IMD (Index of Multiple Deprivation) ranks every area in England from most to least deprived. An area at the 10th percentile of deprivation means only 10% of areas are more deprived - it is among the most deprived 10% of areas. An area at the 80th percentile is among the 20% least deprived areas. Percentiles allow meaningful comparison of relative position regardless of the actual values.

🔗 Bivariate Data

Definition: Bivariate data involves two variables that are measured for each observation. The purpose is to investigate whether a relationship (correlation) exists between the two variables. In geography, bivariate data is commonly displayed on scatter graphs.

Types of Relationship

Key Rule: Correlation does NOT prove causation. Two variables may be strongly correlated because of a third underlying factor. Always consider whether the relationship makes geographical sense before claiming one variable causes the other.

📈 Trend Lines and Lines of Best Fit

Drawing a Line of Best Fit

Rules for drawing a line of best fit: 1. The line should follow the general trend of the data 2. Roughly equal numbers of points should be above and below the line 3. The line should pass through or near as many points as possible 4. Ignore clear outliers when positioning the line 5. The line should extend across the full range of data (for interpolation) 6. The line may be extended beyond the data range (for extrapolation) but this should be done cautiously

Interpolation

Definition: Interpolation is estimating a value WITHIN the range of existing data by reading off the line of best fit. It is generally reliable because the trend has been established by observed data.
Example: Interpolation

A scatter graph shows the relationship between GNI per head (x-axis, range $5,000-$50,000) and life expectancy (y-axis, range 65-83 years). To estimate the life expectancy for a country with GNI per head of $25,000 (which is within the data range), find $25,000 on the x-axis, go up to the line of best fit, and read across to the y-axis. The estimated life expectancy might be approximately 76 years.

Extrapolation

Definition: Extrapolation is estimating a value OUTSIDE (beyond) the range of existing data by extending the line of best fit. It is less reliable because it assumes the trend continues in the same way, which may not be true.
Example: Extrapolation (and Its Risks)

Using the same scatter graph, to estimate life expectancy at a GNI per head of $80,000 (beyond the data range), you would extend the line of best fit beyond $50,000. The extrapolation might suggest a life expectancy of 90+ years. However, this is unreliable because: life expectancy has a natural upper limit; above a certain income, additional wealth may not improve health; and the relationship may flatten off (a "diminishing returns" curve would be more accurate than a straight line).

Interpolation Extrapolation
Where Within the data range Outside the data range
Reliability Generally reliable Less reliable - trend may change
Assumption Trend between known points continues Trend continues beyond known data
Risk Low - supported by surrounding data High - no data to verify the estimate

📉 Using Statistics in Geography Exams

Common Statistical Exam Questions

Question Type How to Approach It
Calculate the mean/median/mode Show your working; arrange data in order for median; identify the most frequent for mode
Calculate percentage change Use the formula: ((New − Original) ÷ Original) × 100; always use ORIGINAL as denominator
Calculate the IQR Find Q1 and Q3; IQR = Q3 − Q1; show ordered data
Interpret a scatter graph Describe the type and strength of correlation; draw a line of best fit; identify anomalies
Use a line of best fit to estimate Read off the line for the given x-value; state whether it is interpolation or extrapolation
Compare two datasets Compare means AND ranges/IQRs; use phrases like "on average higher" and "more variable"
Exam Technique: When comparing two datasets in geography, always compare BOTH the central tendency (mean/median) AND the spread (range/IQR). For example: "Area A has a higher mean environmental quality score (32 vs 21) but also greater variation (IQR 18 vs 10), suggesting quality is generally better but less consistent than Area B."

❓ Practice Questions

Q1: Calculate the mean, median, mode, and range for the following data: 12, 15, 18, 18, 22, 25, 30, 35

Q2: A country's exports were $4.2 billion in 2015 and $6.3 billion in 2025. Calculate the percentage change.

Q3: Explain the difference between the range and the interquartile range. Why is the IQR often preferred?

Q4: What is the difference between interpolation and extrapolation? Which is more reliable and why?

Q5: Explain what is meant by "correlation does not prove causation" with a geographical example.

Q6: Using the following data, calculate Q1, Q3, and the IQR: 5, 8, 11, 14, 17, 20, 23, 26, 29, 32, 50

✅ Answers

  1. Mean = (12+15+18+18+22+25+30+35) ÷ 8 = 175 ÷ 8 = 21.875 ≈ 21.9. Median = (18+22) ÷ 2 = 20 (middle two of 8 values). Mode = 18 (appears twice, all others appear once). Range = 35 − 12 = 23.
  2. Percentage change = ((6.3 − 4.2) ÷ 4.2) × 100 = (2.1 ÷ 4.2) × 100 = 0.5 × 100 = 50% increase.
  3. The range is the difference between the highest and lowest values, using only two data points. The IQR is the difference between Q3 and Q1, measuring the spread of the middle 50% of data. The IQR is preferred because it ignores the most extreme values (the top 25% and bottom 25%) that may be outliers, giving a better representation of typical variation. For example, if one house in an area costs £5 million while others are £150,000-£300,000, the range would be huge but the IQR would still reflect typical variation.
  4. Interpolation estimates a value within the existing data range by reading off the line of best fit. Extrapolation estimates a value beyond the data range by extending the line of best fit. Interpolation is more reliable because it is supported by observed data on either side of the estimate. Extrapolation is less reliable because it assumes the trend continues in the same way beyond the data, which may not be true (e.g. a population growth trend may flatten off).
  5. "Correlation does not prove causation" means that just because two variables are statistically related, it does not mean one causes the other. There may be a third underlying factor affecting both. For example, there is a positive correlation between a country's GNI per head and life expectancy, but higher GNI does not directly cause longer life - instead, higher GNI enables better healthcare, nutrition, and sanitation, which cause improved health. The correlation identifies a relationship, but understanding the mechanism requires geographical knowledge.
  6. 11 values arranged: 5, 8, 11, 14, 17, 20, 23, 26, 29, 32, 50. Median = 20 (6th value). Lower half: 5, 8, 11, 14, 17 → Q1 = 11. Upper half: 23, 26, 29, 32, 50 → Q3 = 29. IQR = Q3 − Q1 = 29 − 11 = 18. Note: the range is 50 − 5 = 45, but the IQR of 18 better represents the typical spread because the outlier of 50 inflates the range.

🎯 Exam Tips

📝 Exam Technique

Geography Exam Tips — Statistical Skills and Data Analysis:
1. For Statistical Skills and Data Analysis questions, always name specific case studies with factual detail
2. Use geographical terminology precisely (e.g. specific processes, not vague descriptions)
3. Consider social, economic and environmental perspectives in your evaluations
4. Support your points about Statistical Skills and Data Analysis with data, statistics or named examples
5. For 'assess' or 'evaluate' questions, reach a clear judgement supported by evidence

⚠️ Common Errors

Watch Out!

Students often write vague answers without specific geographical evidence. Wrong: Writing generalised statements like 'it causes problems' Correct: Using specific data and named examples, e.g. 'the 2010 Haiti earthquake killed over 200,000 people due to poor building quality'

Students often confuse causes and effects. Wrong: Mixing up what caused the event with what resulted from it Correct: Clearly separate causes (why it happened) from effects (what happened as a result)

Students often describe rather than evaluate. Wrong: Listing strategies without assessing their effectiveness Correct: Weighing up strengths and weaknesses of each approach and reaching a supported judgement

✍️ Model Answer

Full-Mark Response

6 marks: Explain the key factors affecting statistical skills and data analysis.

Statistical Skills and Data Analysis involves multiple interconnected factors that geographers must understand. The key concepts include the processes that create and change statistical skills and data analysis, the impacts on both people and environment, and the strategies used to manage associated challenges. For a comprehensive answer, specific case study evidence should be used throughout, with named examples and data to support each point. Geographical terminology should be used precisely, and the interrelationship between physical and human factors should be demonstrated. Top-level responses evaluate the relative importance of different factors and consider how the situation varies between locations.

Mark scheme: 2 marks for identifying key factors, 2 marks for explaining processes with detail, 2 marks for using specific evidence

📊 AO Deep Dive

Assessment Objective Analysis

AO1 requires knowledge of the key facts and processes related to statistical skills and data analysis. AO2 demands understanding of how and why these processes operate, and their implications. AO3 asks you to analyse, evaluate and make judgements — this is where grade 9 answers stand out by weighing up competing perspectives and reaching supported conclusions. AO4 may involve interpreting maps, graphs or data related to this topic. To move from grade 5 to grade 9: use precise geographical terminology, support every point with specific case study evidence, and always evaluate rather than just describe.

📝 Exam Questions by Topic

🎬 Video Resources

Share this page

Ready to ace your GCSE Geography exams?

Get the best revision books and guides to boost your grades.