4.2 Percentage Increase, Decrease & Successive Changes

Key Takeaways

  • The universal percentage change formula is ((New Value - Original Value) / Original Value) × 100, which always places the chronologically original baseline in the denominator.
  • The Single Multiplier Method condenses percentage adjustments into a single arithmetic operation: multiply by (1 + r) for increases and (1 - r) for decreases, eliminating multi-step calculator entries.
  • The Original Base Rule is fundamental: dividing absolute change by the new (final) value rather than the original baseline is the primary distractor trap engineered by civil service test writers.
  • Successive percentage changes are strictly multiplicative, not additive; a +10% increase followed by another +10% increase yields a net gain of +21% (1.10 × 1.10 = 1.21), not +20%.
  • Symmetrical percentage adjustments always produce a net loss; an increase of x% followed by an equivalent decrease of x% leaves the final value below the starting baseline by (x / 10)^2 percent.
Last updated: September 2026

4.2 Percentage Increase, Decrease & Successive Changes

Civil service operational environments are rarely static. Departmental budgets fluctuate across multi-year Spending Reviews, asylum and passport processing intake surges across seasonal quarters, and staffing levels adjust in response to efficiency mandates. In the Civil Service Numerical Test, questions evaluating your ability to calculate percentage increases, percentage decreases, and compounded successive changes appear with remarkable frequency.

To achieve a competitive percentile score, you must move beyond elementary two-step arithmetic (calculating the difference and then adding or subtracting) and adopt the professional Single Multiplier Method used by government analysts.


The Universal Percentage Change Formula

Percentage change quantifies the relative difference between an initial starting figure and a subsequent final figure, expressed relative to the initial starting point:

Percentage Change=(New ValueOriginal ValueOriginal Value)×100=(ΔVVoriginal)×100\text{Percentage Change} = \left( \frac{\text{New Value} - \text{Original Value}}{\text{Original Value}} \right) \times 100 = \left( \frac{\Delta V}{V_{\text{original}}} \right) \times 100

  • If $\text{New Value} > \text{Original Value}$, the numerator is positive, denoting a percentage increase.
  • If $\text{New Value} < \text{Original Value}$, the numerator is negative, denoting a percentage decrease (or reduction).

The Original Base Rule (The Cardinal Law of Percentage Change)

The single most catastrophic and widespread error is dividing the difference by the New Value instead of the Original Value.

Fatal Mistake:NewOriginalNew×100(INCORRECT)\text{Fatal Mistake:} \quad \frac{\text{New} - \text{Original}}{\mathbf{New}} \times 100 \quad \text{(INCORRECT)}

Consider a regional health authority where operational staff increased from 800 to 1,000:

  • Correct Calculation: $\frac{1,000 - 800}{\mathbf{800}} \times 100 = \frac{200}{800} \times 100 = +25.0%$
  • The Fatal Trap: $\frac{1,000 - 800}{\mathbf{1,000}} \times 100 = \frac{200}{1,000} \times 100 = +20.0%$

Civil service exam writers will virtually always provide $20.0%$ among the multiple-choice options. Commit this rule to memory: the denominator is always the chronological baseline from which the change began.


The Single Multiplier Method

Calculating percentage increases or decreases in two distinct steps—first computing the percentage amount and then adding or subtracting it from the base—doubles the number of intermediate values you must transcribe, and every transcription is another chance to introduce an error.

The Single Multiplier Method consolidates the entire operation into one continuous multiplication:

New Value=Original Value×Multiplier\text{New Value} = \text{Original Value} \times \text{Multiplier}

Formulating the Multiplier

  • For a Percentage Increase of $r%$: Multiplier=1+r100=1+rdec\text{Multiplier} = 1 + \frac{r}{100} = 1 + r_{\text{dec}}

    • An increase of $15% \implies 1 + 0.15 = 1.15$
    • An increase of $4.5% \implies 1 + 0.045 = 1.045$
    • An increase of $120% \implies 1 + 1.20 = 2.20$
  • For a Percentage Decrease of $r%$: Multiplier=1r100=1rdec\text{Multiplier} = 1 - \frac{r}{100} = 1 - r_{\text{dec}}

    • A decrease of $15% \implies 1 - 0.15 = 0.85$
    • A decrease of $7.5% \implies 1 - 0.075 = 0.925$
    • A decrease of $60% \implies 1 - 0.60 = 0.40$

Quick Multiplier Reference Matrix

Desired AdjustmentMultiplier FormulaSingle MultiplierExample Calculation on £50,000
Increase by 5%$1 + 0.05$1.05$£50,000 \times 1.05 = £52,500$
Increase by 12.5%$1 + 0.125$1.125$£50,000 \times 1.125 = £56,250$
Increase by 20%$1 + 0.20$1.20$£50,000 \times 1.20 = £60,000$
Increase by 45%$1 + 0.45$1.45$£50,000 \times 1.45 = £72,500$
Increase by 100%$1 + 1.00$2.00$£50,000 \times 2.00 = £100,000$ (Doubled)
Decrease by 5%$1 - 0.05$0.95$£50,000 \times 0.95 = £47,500$
Decrease by 15%$1 - 0.15$0.85$£50,000 \times 0.85 = £42,500$
Decrease by 25%$1 - 0.25$0.75$£50,000 \times 0.75 = £37,500$
Decrease by 37.5%$1 - 0.375$0.625$£50,000 \times 0.625 = £31,250$
Decrease by 80%$1 - 0.80$0.20$£50,000 \times 0.20 = £10,000$

Successive (Compounded) Percentage Changes

When a metric changes across multiple sequential periods (e.g., year-on-year spending changes, or quarterly caseload shifts), candidates frequently commit the fatal error of adding the percentages together.

[!IMPORTANT] The Multiplicative Law: Successive percentage changes are strictly multiplicative, never additive. Each successive percentage applies to the updated balance of the previous period, not to the original baseline.

The Mathematical Formulation

If an initial amount $V_0$ undergoes a percentage change $r_1$ in Period 1, and the resulting value undergoes a change $r_2$ in Period 2, the final value $V_2$ is:

V1=V0×M1V_1 = V_0 \times M_1 V2=V1×M2=V0×M1×M2V_2 = V_1 \times M_2 = V_0 \times M_1 \times M_2

Where $M_1$ and $M_2$ are the single multipliers for each stage. The Net Combined Multiplier is simply:

Mnet=M1×M2××MkM_{\text{net}} = M_1 \times M_2 \times \dots \times M_k

And the overall net percentage change across all periods is:

Net Percentage Change=(Mnet1)×100\text{Net Percentage Change} = (M_{\text{net}} - 1) \times 100

Case Demonstration: Why +10% Followed by +10% is NOT +20%

Suppose a government digitisation team clears 1,000 claims in January. Productivity increases by $10%$ in February and by another $10%$ in March.

  • The Additive Trap (WRONG): $10% + 10% = 20% \implies 1,000 \times 1.20 = 1,200$
  • The Correct Multiplicative Calculation:
    • February: $1,000 \times 1.10 = 1,100$
    • March: $1,100 \times 1.10 = 1,210$
    • Net Multiplier: $1.10 \times 1.10 = 1.21$
    • Net Percentage Change: $(1.21 - 1) \times 100 = +21.0%$

The additional $10$ cases ($1%$) represent the "compounding effect"—the second $10%$ increase applies to the extra $100$ cases gained in February.

The Symmetrical Change Deficit (The +x% / -x% Trap)

Another favorite scenario of civil service test designers involves equal and opposite percentage adjustments. If an agency's budget is increased by $20%$ and subsequently reduced by $20%$, many examinees assume the budget returns to its starting point ($0%$ net change). This is mathematically impossible.

  • Period 1: Increase by $20% \implies M_1 = 1.20$
  • Period 2: Decrease by $20% \implies M_2 = 0.80$
  • Net Multiplier: $M_{\text{net}} = 1.20 \times 0.80 = 0.96$
  • Net Outcome: $(0.96 - 1) \times 100 = -4.0%$

The agency suffers a net $4.0%$ budget loss. Why? The $20%$ reduction was calculated on a larger base than the initial $20%$ increase.

[!TIP] The Symmetrical Rule of Thumb: Whenever any amount is increased by $x%$ and then decreased by $x%$ (or vice versa), the result is always a net loss equal to: Net Percentage Loss=(x10)2%=x2100%\text{Net Percentage Loss} = -\left(\frac{x}{10}\right)^2 \% = -\frac{x^2}{100} \% For $x = 20%$: $-(20/10)^2 = -(2)^2 = -4%$. For $x = 10%$: $-(10/10)^2 = -1%$. For $x = 30%$: $-(30/10)^2 = -9%$.

Comprehensive Worked Walkthrough: Home Office Asylum Intake

Let us review an operational casework scenario tracking application volumes across four consecutive quarters.

Operational Exhibit: Quarterly Casework Intake Profile

QuarterIntake Profile DescriptionQuarter-on-Quarter ChangeActual Intake Volume
Q1 (Base)Opening Intake BaselineBaseline24,000 applications
Q2Geopolitical Surge$+15%$ vs Q1To calculate
Q3Seasonal Border Lull$-20%$ vs Q2To calculate
Q4Policy Readjustment Surge$+10%$ vs Q3To calculate

Step-by-Step Analytical Breakdown

Question 1: What was the final intake volume in Q4?

  • Method A: Sequential Tracking

    • Q2 Intake: $24,000 \times 1.15 = 27,600 \text{ applications}$
    • Q3 Intake: $27,600 \times 0.80 = 22,080 \text{ applications}$
    • Q4 Intake: $22,080 \times 1.10 = 24,288 \text{ applications}$
  • Method B: Chained Multiplier (Fastest & Safest) Combine all quarterly multipliers into a single chain on your calculator: Q4 Volume=24,000×1.15×0.80×1.10\text{Q4 Volume} = 24,000 \times 1.15 \times 0.80 \times 1.10 Combined Multiplier=1.15×0.80×1.10=1.012\text{Combined Multiplier} = 1.15 \times 0.80 \times 1.10 = 1.012 Q4 Volume=24,000×1.012=24,288 applications\text{Q4 Volume} = 24,000 \times 1.012 = 24,288 \text{ applications}

Question 2: What was the overall net percentage change from Q1 to Q4?

  • Using the Combined Multiplier: Net Percentage Change=(Mnet1)×100\text{Net Percentage Change} = (M_{\text{net}} - 1) \times 100 Net Percentage Change=(1.0121)×100=+1.2%\text{Net Percentage Change} = (1.012 - 1) \times 100 = +1.2\%

[!CAUTION] The Additive Distractor: An untrained candidate will simply sum the quarterly adjustments: $+15% - 20% + 10% = +5.0%$. If you apply $+5.0%$ to $24,000$, you get $25,200$ applications. The test writers will always include both $+5.0%$ and $25,200$ as primary distractors. Never add successive percentages!


Diagnostic Matrix: Identifying Exam Traps

ScenarioIncorrect Approach (Distractor Bait)Correct MethodologyWhy the Trap Fails
Percentage increase from A to BDividing $(B - A)$ by $B$Dividing $(B - A)$ by $A$Fails to measure change relative to the initial origin
Two successive 15% cutsAssuming total cut is $-30%$ ($15 + 15$)Multiplier: $0.85 \times 0.85 = 0.7225 \implies -27.75%$The second cut operates on an already reduced volume
Increase by 25%, then decrease by 20%Assuming net change is $+5%$ ($25 - 20$)Multiplier: $1.25 \times 0.80 = 1.00 \implies 0.0%$A 25% gain is perfectly cancelled by a 20% drop on the larger base
Comparing multi-year budgetsSumming annualized inflation percentagesMultiplying cumulative annual inflation deflatorsInflation compounds exponentially across successive fiscal years
Test Your Knowledge

A regional court administration listed 4,200 tribunal hearings in 2024 and 5,145 tribunal hearings in 2025. What was the percentage increase in tribunal hearings listed between 2024 and 2025?

A
B
C
D
Test Your Knowledge

A departmental capital programme budget of £160 million is increased by 15% in Year 2 of a Spending Review, but subsequently reduced by 10% in Year 3 due to fiscal consolidation. What is the final capital programme budget in Year 3?

A
B
C
D
Test Your Knowledge

An IT modernization fund of £500,000 experiences a 20% budget reduction in April, followed by a 20% budget expansion in October. What is the net percentage change from the original £500,000 fund, and what is the final balance?

A
B
C
D