Civil Service Numerical Reasoning Test Statistical Reasoning 2 — Questions and Answers
Question 1: A dataset shows annual staff turnover rates for 8 years: 5.2%, 6.1%, 4.8%, 7.3%, 5.5%, 6.8%, 5.0%, 6.3%. What is the interquartile range (IQR)?
- 1.45 percentage points (Correct answer)
- 1.80 percentage points
- 1.10 percentage points
- 2.00 percentage points
Correct answer: 1.45 percentage points
Sorted: 4.8, 5.0, 5.2, 5.5, 6.1, 6.3, 6.8, 7.3. Q1 = average of 2nd and 3rd values: (5.0+5.2)/2 = 5.1. Q3 = average of 6th and 7th values: (6.3+6.8)/2 = 6.55. IQR = 6.55 minus 5.1 = 1.45 percentage points.
Question 2: A correlation coefficient of r = -0.82 is found between staff absence rates and team productivity scores. Which statement best describes this relationship?
- Strong positive correlation: as absence rises, productivity rises
- Weak negative correlation: little relationship exists
- Strong negative correlation: as absence rises, productivity falls (Correct answer)
- No meaningful correlation exists
Correct answer: Strong negative correlation: as absence rises, productivity falls
An r value of -0.82 indicates a strong negative correlation. The negative sign means the variables move in opposite directions: as absence increases, productivity decreases. Values close to -1 indicate strong negative relationships.
Question 3: A policy proposal is tested with two groups. Group A (n=200) shows a 15% improvement. Group B (n=800) shows a 3% improvement. What is the overall weighted improvement across both groups?
- 5.4% (Correct answer)
- 9.0%
- 6.0%
- 7.2%
Correct answer: 5.4%
Weighted average = [(200 x 15%) + (800 x 3%)] / (200 + 800) = (30 + 24) / 1000 = 54 / 1000 = 5.4%. The larger group's lower improvement pulls the overall figure down significantly.
Question 4: A moving average of quarterly benefit claims uses a 4-quarter window. The claims (in thousands) are: Q1: 320, Q2: 345, Q3: 380, Q4: 310, Q5: 355. What is the 4-quarter moving average for the period Q1 to Q4?
- 338.75 (Correct answer)
- 342.50
- 351.25
- 346.00
Correct answer: 338.75
The 4-quarter moving average for Q1 to Q4: (320 + 345 + 380 + 310) / 4 = 1,355 / 4 = 338.75 thousand.
Question 5: A department's error rate follows a Poisson distribution with a mean of 3 errors per day. What is the probability of exactly 0 errors on a given day? (Use e to the power of -3 = 0.0498)
- 4.98% (Correct answer)
- 3.00%
- 6.72%
- 5.50%
Correct answer: 4.98%
For a Poisson distribution, P(X=0) = e^(-lambda) x lambda^0 / 0! = e^(-3) x 1 / 1 = 0.0498 = 4.98%. When X equals zero, the formula simplifies to just e raised to the negative mean.
Question 6: A time series shows seasonal indices for passport applications: Spring 1.15, Summer 1.30, Autumn 0.85, Winter 0.70. The deseasonalised figure for Summer is 450,000. What is the actual (raw) figure?
- 585,000 (Correct answer)
- 525,000
- 615,000
- 550,000
Correct answer: 585,000
Actual = Deseasonalised x Seasonal Index = 450,000 x 1.30 = 585,000. To reverse deseasonalisation, multiply by the seasonal index.
A dataset shows annual staff turnover rates for 8 years: 5.2%, 6.1%, 4.8%, 7.3%, 5.5%, 6.8%, 5.0%, 6.3%.
What is the interquartile range (IQR)?