7.3 Word Problems, Linear Equations & Public-Sector Constraints

Key Takeaways

  • Translating descriptive policy text into algebraic expressions requires systematically defining variables, identifying structural fixed and variable costs, and equating them to statutory caps.
  • Simultaneous linear systems with two unknowns in public budgeting are resolved cleanly via substitution or elimination to determine optimal allocations across competing programmes.
  • Public sector rounding is asymmetrical: logistical operations, safety ratios, and transport charters require ceiling rounding ($\lceil x \rceil$) to avoid unmet public service demand.
  • Budgetary expenditure ceilings and statutory headcount caps require floor rounding ($\lfloor x \rfloor$) to guarantee that legal cash limits are not breached.
  • Strict operational order of operations (BODMAS/PEMDAS) is vital when computing tiered administrative fees, regional funding formulas, and complex composite public indices.
Last updated: September 2026

Section 7.3: Word Problems, Linear Equations & Public-Sector Constraints

Translating Public Policy Scenarios into Algebraic Equations

Numerical evaluations in the UK Civil Service rarely present raw mathematical equations. Instead, questions are embedded in descriptive, verbal operational narratives: procurement tenders, departmental staffing models, regional grant distributions, and facility capacity limits. To succeed, you must translate policy prose into rigorous algebraic models.

The Translation Glossary for Public Sector Word Problems

When reading a CSNT question stem, map key verbal cues directly to formal mathematical operators:

English Verbal PhraseMathematical OperatorPublic Administration Context Example
"is / equals / yields / amounts to"$=$Total annual expenditure equals the allocated departmental vote.
"combined / sum / total / together"$+$Total caseload represents the combined sum of online and postal submissions.
"difference / exceeds by / fewer than"$-$Tribunal appeals exceed resolved determinations by 450 cases.
"per / for each / at a rate of"$\times$ (Multiplication)A daily subsistence allowance of £45 per inspector.
"shared equally / per capita / ratio of"$/$ (Division)Total regional funding divided equally among 8 local authorities.
"fixed overhead / baseline fee"Constant ($c$)A non-refundable £5,000 venue booking retainer fee.

Formulating Cost Models

In government procurement and operational planning, total expenditure ($C$) is almost universally modeled as a linear function of volume ($x$):

C(x)=F+vxC(x) = F + v \cdot x

Where:

  • $F$ represents the Fixed Cost (unavoidable baseline expenses such as site leasing, system licensing, or core project setup fees).
  • $v$ represents the Variable Unit Cost (costs incurred per citizen served, per inspection conducted, or per workstation deployed).
  • $x$ represents the Quantity or operational volume.

Solving Linear Equations with Single and Multiple Unknowns

Balancing and Isolating Variables

When isolating an unknown variable:

  1. Expand and clear all brackets using the distributive law ($a(b + c) = ab + ac$).
  2. Clear any fractions by multiplying every term across both sides of the equation by the lowest common denominator.
  3. Collect all terms containing the target unknown on one side of the equality, and shift all numerical constants to the opposite side.
  4. Divide by the coefficient of the unknown to arrive at the isolated solution.

Solving Simultaneous Equations in Civil Service Budgeting

In operational resourcing, civil servants often face two interrelated constraints: a total volume target and a total expenditure limit. This generates a system of two linear equations with two unknown variables.

The Two Standard Algebraic Techniques:

  1. Substitution Method: Express one variable in terms of the other from the simpler equation (e.g., $y = C - x$), and substitute this expression into the second equation.
  2. Elimination Method: Multiply one or both equations by suitable integers so that the coefficients of one variable become equal in magnitude. Then add or subtract the equations to eliminate that variable entirely.

Worked Example: Civil Service Leadership Development Programme

The Cabinet Office contracts an external academy to run two tiers of professional development seminars:

  • Standard Operational Course: Costs £350 per participant.
  • Senior Executive Course: Costs £750 per participant.

A central government department authorizes a total training expenditure of exactly £32,500 to train a cohort of exactly 70 civil servants. How many civil servants attend the Standard Operational Course, and how many attend the Senior Executive Course?

Step-by-Step Algebraic Walkthrough:

Step 1: Assign algebraic variables to the unknowns:

  • Let $s$ = number of participants on the Standard Operational Course.
  • Let $e$ = number of participants on the Senior Executive Course.

Step 2: Formulate the two simultaneous constraint equations: Headcount Constraint: s+e=70— (Equation 1)\text{Headcount Constraint: } s + e = 70 \quad \text{--- (Equation 1)} Budget Constraint: 350s+750e=32,500— (Equation 2)\text{Budget Constraint: } 350s + 750e = 32,500 \quad \text{--- (Equation 2)}

Step 3: Solve via the Substitution Method: From Equation 1, isolate $s$: s=70es = 70 - e

Substitute $(70 - e)$ for $s$ into Equation 2: 350(70e)+750e=32,500350(70 - e) + 750e = 32,500 24,500350e+750e=32,50024,500 - 350e + 750e = 32,500 24,500+400e=32,50024,500 + 400e = 32,500

Step 4: Isolate $e$: 400e=32,50024,500400e = 32,500 - 24,500 400e=8,000400e = 8,000 e=8,000400=20e = \frac{8,000}{400} = 20

Step 5: Solve for $s$ and verify: s=7020=50s = 70 - 20 = 50

Verification Check:

  • Total Headcount: $50 + 20 = 70$ participants. (Satisfied)
  • Total Expenditure: $(50 \times £350) + (20 \times £750) = £17,500 + £15,000 = £32,500$. (Satisfied)

Exactly 50 staff members attend the Standard course and 20 staff members attend the Executive course.


Discrete Integer Constraints & Public-Sector Rounding Rules

Pure mathematical equations treat numbers as continuous real values, yielding fractional solutions such as $5.25$ minibuses or $8.8$ employees. In the public sector, however, physical assets and personnel are indivisible discrete units. Applying conventional mathematical rounding (rounding $\ge 0.5$ up and $< 0.5$ down) in public administration frequently creates operational failure or unlawful overspend.

Instead, public sector arithmetic requires domain-specific directional rounding:

                    [Calculated Fractional Result: x]
                                   │
         ┌─────────────────────────┴─────────────────────────┐
         ▼                                                   ▼
[Logistical Capacity & Service Delivery]           [Fiscal Limits & Headcount Caps]
- Vehicle transport charters                       - Discretionary grant spending
- Safety / statutory staff ratios                  - Equipment procurement budgets
- Packaging & minimum order lots                   - Maximum authorized workforce
         │                                                   │
         ▼                                                   ▼
[Ceiling Rounding: ⌈x⌉ (Always UP)]                [Floor Rounding: ⌊x⌋ (Always DOWN)]
Ensures NO citizen or cargo is stranded!           Ensures NO statutory budget is exceeded!

1. Ceiling Rounding ($\lceil x \rceil$ — Rounding UP)

Ceiling rounding rounds any fractional number up to the next whole integer, regardless of how small the decimal fraction is:

5.01=6,12.25=13,4.89=5\lceil 5.01 \rceil = 6, \quad \lceil 12.25 \rceil = 13, \quad \lceil 4.89 \rceil = 5

When Ceiling Rounding is Mandated:

  • Passenger Logistics & Evacuation: If 42 staff members require transit in 8-seater operational vehicles: 428=5.255.25=6 vehicles required\frac{42}{8} = 5.25 \longrightarrow \lceil 5.25 \rceil = 6\text{ vehicles required} Rounding down to 5 vehicles leaves $42 - (5 \times 8) = 2$ staff members behind!
  • Statutory Safety Ratios: Health and safety regulations require at least 1 certified fire warden per 50 office occupants. For a regional center with 155 staff: 15550=3.103.10=4 fire wardens required\frac{155}{50} = 3.10 \longrightarrow \lceil 3.10 \rceil = 4\text{ fire wardens required} Appointing 3 wardens leaves the department legally non-compliant.
  • Procurement Batch Sizes: Specialized IT security dongles are sold only in sealed cartons of 25. If a security team requires 108 dongles: 10825=4.324.32=5 full cartons must be ordered\frac{108}{25} = 4.32 \longrightarrow \lceil 4.32 \rceil = 5\text{ full cartons must be ordered}

2. Floor Rounding ($\lfloor x \rfloor$ — Rounding DOWN)

Floor rounding truncates the decimal component, rounding down to the nearest integer below:

8.95=8,5.40=5,120.97=120\lfloor 8.95 \rfloor = 8, \quad \lfloor 5.40 \rfloor = 5, \quad \lfloor 120.97 \rfloor = 120

When Floor Rounding is Mandated:

  • Budgetary Affordability: An agency has an approved discretionary fund of £75,000 for laptop replacement. Each laptop bundle costs £620: £75,000£620=120.968120.968=120 laptops\frac{£75,000}{£620} = 120.968 \longrightarrow \lfloor 120.968 \rfloor = 120\text{ laptops} Can the agency buy 121 laptops? No: $121 \times £620 = £75,020$, which breaches the legal vote ceiling by £20. The agency can afford at most 120 units.
  • Remaining Unspent Funds: In floor rounding scenarios, questions often ask for the unspent balance: Total Expended=120×£620=£74,400\text{Total Expended} = 120 \times £620 = £74,400 Unspent Balance=£75,000£74,400=£600\text{Unspent Balance} = £75,000 - £74,400 = £600
  • Civil Service Recruitment Caps: A regional Jobcentre has an annual staffing budget of £180,000. Each newly onboarded Work Coach costs £32,500 annually in salary and on-costs: £180,000£32,500=5.5385.538=5 Work Coaches\frac{£180,000}{£32,500} = 5.538 \longrightarrow \lfloor 5.538 \rfloor = 5\text{ Work Coaches} Recruiting 6 staff members would require £195,000, creating an unfunded £15,000 deficit.

Order of Operations (BODMAS / PEMDAS) in Complex Formulas

Civil service formulas for grant distributions, local authority equalization allowances, and civil service pension accruals involve nested arithmetic terms. Strict discipline in the order of operations prevents severe compounding errors.

The BODMAS Rule

BracketsOrders (powers, roots)Division  /  MultiplicationAddition  /  Subtraction\mathbf{B} \text{rackets} \longrightarrow \mathbf{O} \text{rders (powers, roots)} \longrightarrow \mathbf{D} \text{ivision} \; / \; \mathbf{M} \text{ultiplication} \longrightarrow \mathbf{A} \text{ddition} \; / \; \mathbf{S} \text{ubtraction}

Note: Division and Multiplication share equal priority and are evaluated from left to right. Similarly, Addition and Subtraction share equal priority and are evaluated from left to right.

Common Public Sector Calculation Trap:

Consider calculating the total regional technology subsidy: $£1,200 + £450 \times 8$.

  • Incorrect (left-to-right evaluation): $(1,200 + 450) \times 8 = 1,650 \times 8 = £13,200$ (Fatal error).
  • Correct (BODMAS precedence): $1,200 + (450 \times 8) = 1,200 + 3,600 = £4,800$.

Complete Worked Scenario: DEFRA Regional Inspectorate Deployment

The Department for Environment, Food & Rural Affairs (DEFRA) is deploying agricultural health inspectors to carry out mandatory biosecurity audits across 48 farms in a rural county.

Operational Parameters:

  1. Inspection Workload: Each farm inspection requires exactly 6 hours of dedicated on-site audit work.
  2. Staff Productivity: Each full-time inspector works an 8-hour shift per day.
  3. Deployment Timeline: All 48 inspections must be completed within a strict 4-day operational window.
  4. Transport Constraints: Inspectors travel together in regional team all-terrain vehicles (ATVs). Each ATV seats at most 4 inspectors.
  5. Budgetary Cap: The regional directorate has authorized a maximum equipment and vehicle charter fund of £6,500. Each ATV costs £650 to charter and fuel for the 4-day deployment.

Question Objectives:

  1. What is the minimum number of inspectors required to complete all inspections on time?
  2. What is the minimum number of ATVs that must be chartered?
  3. What is the total vehicle charter cost, and does it comply with the budgetary cap?

Step-by-Step Solution:

Step 1: Calculate Total Required Inspection Hours: Total Hours=48 farms×6 hours/farm=288 inspector-hours\text{Total Hours} = 48\text{ farms} \times 6\text{ hours/farm} = 288\text{ inspector-hours}

Step 2: Calculate Hours Delivered per Inspector across the 4-Day Window: Hours per Inspector=4 days×8 hours/day=32 hours\text{Hours per Inspector} = 4\text{ days} \times 8\text{ hours/day} = 32\text{ hours}

Step 3: Determine Minimum Required Inspectors (Ceiling Constraint): Calculated Staff=288 hours32 hours/inspector=9.00 inspectors\text{Calculated Staff} = \frac{288\text{ hours}}{32\text{ hours/inspector}} = 9.00\text{ inspectors} Exactly 9 inspectors are required.

Step 4: Determine Minimum ATVs Required (Logistical Ceiling Rounding): Each ATV seats 4 passengers: Calculated ATVs=9 inspectors4 seats/ATV=2.25 vehicles\text{Calculated ATVs} = \frac{9\text{ inspectors}}{4\text{ seats/ATV}} = 2.25\text{ vehicles} Because fractional vehicles cannot be chartered, and 2 ATVs could seat only $2 \times 4 = 8$ staff (leaving 1 inspector stranded), DEFRA must round UP: ATVs Chartered=2.25=3 ATVs\text{ATVs Chartered} = \lceil 2.25 \rceil = 3\text{ ATVs}

Step 5: Calculate Vehicle Charter Expenditure and Budget Compliance: Total Charter Cost=3 ATVs×£650=£1,950\text{Total Charter Cost} = 3\text{ ATVs} \times £650 = £1,950 Comparing against the £6,500 budget limit: Budget Variance=£6,500£1,950=£4,550 (Under Budget)\text{Budget Variance} = £6,500 - £1,950 = £4,550\text{ (Under Budget)}

The deployment requires 9 inspectors and 3 ATVs, with an expenditure of £1,950, well within the authorized fiscal limit.


Public-Sector Constraints Summary Matrix

Constraint TypeOperational DomainRounding DirectionUnderlying Policy Rationale
Logistical CapacityPassenger transport, minibuses, office seatingCeiling (Always UP) $\lceil x \rceil$Prevents leaving staff, citizens, or critical supplies unserviced
Regulatory ComplianceFire safety wardens, first-aid officers, child-to-staff ratiosCeiling (Always UP) $\lceil x \rceil$Statutory minimum standards must be met; fraction mandates next officer
Procurement Lot SizesBundled IT hardware, stationery packs, test kitsCeiling (Always UP) $\lceil x \rceil$Suppliers do not break sealed cartons; full packs must be bought
Fiscal Budget LimitDepartmental vote ceilings, discretionary grantsFloor (Always DOWN) $\lfloor x \rfloor$Exceeding statutory cash limits constitutes unauthorized expenditure
Headcount CapsPermanent headcount quotas, contractor staffing fundsFloor (Always DOWN) $\lfloor x \rfloor$Prevents creating unfunded pay obligations across future quarters
Test Your Knowledge

HM Revenue & Customs contracts an external IT academy to deliver two professional certifications: Foundation Data Analysis at £400 per trainee, and Advanced Machine Learning at £900 per trainee. A directorate authorizes exactly £34,000 to train a total of 60 analysts across both courses. How many analysts will attend the Advanced Machine Learning course?

A
B
C
D
Test Your Knowledge

The Ministry of Justice is relocating 345 archived court tribunal case files to a centralized national archive repository. Specialized tamper-evident transit containers hold at most 24 file boxes each. Each container costs £150 to lease, seal, and transport. What is the total leasing expenditure required to move all 345 boxes without leaving any files behind?

A
B
C
D
Test Your Knowledge

A local authority community outreach programme receives a ring-fenced technology grant of £48,000 to purchase refurbished laptop packages for adult jobseekers. Each complete laptop package costs £550. What is the maximum number of packages the authority can purchase without breaching the grant limit, and how much unspent grant funding will remain?

A
B
C
D
Congratulations!

You've completed this section

Continue exploring other exams