Production, Productivity and Capacity
~40 min · WBS12 · 2.3.4
WBS12 · 2.3.4 · 40 min
, , and production sit on a single spectrum, set by one number — how many identical units a firm makes before its setup has to change — and that same number sets both a firm's cost per unit and how fast it can change what it makes.
Key terms in this lesson
Before you read on
Two or three questions on exactly what this lesson teaches. Being wrong here is fine — it's the fastest way to find out what to pay attention to next.
Four methods, one spectrum
Every production decision answers the same underlying question: how much of a firm's output should be identical to the last unit it made? Pearson's spec names four methods — , , , — and they sit on a single spectrum, ordered by exactly one variable — how many identical units get made before the equipment, materials or instructions have to change — and that one variable is what sets both a method's cost per unit and its flexibility.
sits at one end: a single, unique unit made to one customer's exact specification — a bespoke wedding cake, a custom-built yacht, a one-off architectural commission — with every job different from the last. Nothing about the setup (the tools, the materials, the instructions) carries over from one unit to the next, because no two units are the same.
groups identical units together — a batch of 200 loaves, a print run of 500 leaflets — made with the same setup, before the equipment is reconfigured to produce a different batch of something else. Within a batch every unit is identical, and that repetition is what starts recovering some of flow production's cost advantage without giving up variety altogether.
is what happens when batch size is stretched toward infinity: a continuous line making one standardised product, unit after unit, without stopping to reconfigure anything — a bottling plant, a car assembly line. reaches for some of the same repetition efficiency a different way: instead of one long line for the whole factory, small self-contained teams ("cells") each run a repeatable process for a complete unit or major sub-assembly, trading some of flow's raw cost advantage for a workforce doing a fuller range of tasks and equipment that can be reconfigured cell-by-cell rather than as one rigid, factory-wide line.
This same spectrum explains the choice between and production, and the the spec calls short . Specialised, automated machinery is only worth its upfront cost if it runs on a high, stable volume of identical output for long enough to earn that cost back — exactly the flow end of the spectrum, and exactly why flow production tends to be capital-intensive. Job and cell production instead rely on adaptable human skill precisely because the product keeps changing — which is also why a job- or cell-production firm can typically redesign and start producing something new far faster than a flow line can be reconfigured. The same flexibility that makes a method labour-intensive is what shortens its lead-in time for a new product; the same rigidity that makes flow production cheap per unit at scale is what lengthens it.
Mechanism
Why setup cost per unit falls as batch size rises
Call the one-off cost of getting ready to produce something — reconfiguring machinery, briefing workers, sourcing the specific materials for this job — the setup cost, S. If a firm makes n identical units before that setup has to change again, the setup cost is spread across all n of them, so the setup cost per unit is S ÷ n. Job production is the special case n = 1: every unit absorbs the entire setup cost on its own, so setup cost per unit equals S itself — the highest it can ever be. Move to batch production and n rises to whatever the batch size is; setup cost per unit falls to S ÷ n, and the larger the batch, the closer that figure gets to zero, without the firm ever having to give up making different products in different batches. Flow production is the limit of the same formula as n keeps growing: run the line long enough on one standardised product and S ÷ n becomes negligible — mathematically the same amortisation that spreads a firm's total fixed cost across its output (average fixed cost = total fixed cost ÷ output), just applied to a single changeover instead of the whole factory's overhead. Nothing in this derivation says flow production is simply "better" — it says flow production buys the lowest cost per unit specifically by making n as large as possible, which is exactly what removes the ability to change the product quickly. A firm that needs to redesign frequently is choosing to keep n small — accepting a higher S ÷ n on purpose — because for that firm the value of a short lead-in time outweighs the setup-cost saving a bigger batch would offer. Cost per unit and flexibility are therefore the same batch-size variable, n, read in two different units.
Worked, in full
Deriving the batch-vs-flow crossover output (VERIDIAN-original numbers, verified with python3)
- 01
A furniture company's batch production has fixed costs of £20,000 a month and a variable cost of £8 per unit, so total cost is TC_batch = 20,000 + 8Q. Switching to flow production would raise fixed costs to £60,000 a month (financing a dedicated automated line) but cut variable cost to £3 per unit: TC_flow = 60,000 + 3Q. Flow trades a much larger fixed cost for a much smaller variable cost — the amortisation trade-off derived above, now given real numbers.
Earns: K — the two cost structures stated explicitly as the setup-cost/flexibility trade-off in £ terms, not left implicit.
- 02
The two methods cost the same at whatever output makes TC_batch = TC_flow: 20,000 + 8Q = 60,000 + 3Q. Rearranging: 8Q − 3Q = 60,000 − 20,000, so 5Q = 40,000.
Earns: An1 — the algebra shown as a step, not skipped.
- 03
Q = 40,000 ÷ 5 = 8,000 units a month. Checking both sides: TC_batch(8,000) = 20,000 + 8 × 8,000 = £84,000; TC_flow(8,000) = 60,000 + 3 × 8,000 = £84,000 — they agree, confirming the crossover output.
Earns: An2 — the crossover verified by substitution, not just asserted.
- 04
Below 8,000 units a month, batch's smaller fixed cost hasn't yet been overtaken by flow's per-unit saving, so batch is cheaper (at 6,000 units: batch £68,000 vs flow £78,000). Above 8,000, flow's £5-per-unit variable-cost advantage on every extra unit eventually outweighs its £40,000 larger fixed cost, so flow becomes cheaper (at 10,000 units: batch £100,000 vs flow £90,000). "It depends on volume" therefore isn't a hedge — it's a specific, derivable number, not a judgement call.
Earns: Eval — the general "it depends" claim cashed out as one exact derived output, directly undercutting an unconditional "flow is always more efficient" conclusion.
x-axis: Output, Q (units per month) · y-axis: Total cost, £
- TC_batch = £20,000 + £8Q
- Batch production's total-cost line — lower intercept (fixed cost), steeper gradient (higher variable cost per unit).
- TC_flow = £60,000 + £3Q
- Flow production's total-cost line — higher intercept (fixed cost of dedicated equipment), flatter gradient (lower variable cost per unit).
- Crossover at Q = 8,000, TC = £84,000
- Where the two lines intersect, derived above by solving 20,000 + 8Q = 60,000 + 3Q. Below this output batch is cheaper; above it, flow is cheaper.
- Q = 6,000 (below crossover)
- Batch costs £68,000 against flow's £78,000 — batch is the cheaper method here.
- Q = 10,000 (above crossover)
- Flow costs £90,000 against batch's £100,000 — flow has become the cheaper method.
Common error: Drawing only one total-cost line, or drawing both without marking the actual output and cost coordinates where they cross.
Correct: Both lines drawn with the correct intercepts and gradients (batch: lower intercept, steeper slope; flow: higher intercept, flatter slope) and the crossover point itself labelled with both its output and cost — the diagram is what turns "it depends on volume" into a demonstrated result rather than an assertion.
In your own words
In one sentence: why does the existence of a crossover output mean the claim "flow production is always more efficient than batch production" must be false for at least some firms?
Productivity, efficiency and capacity utilisation: the same logic, twice more
is output per unit of input per time period — almost always measured, in practice, as output per worker (or per worker-hour): the same ratio economists call average product of labour, just applied to judging a firm's performance rather than deriving its cost curve (a cross-paper connection, not something WBS12 itself expects you to name — the Economics papers in this course build "average product of labour" into a full marginal-product story, but on this Business paper the word to reach for is ). That's not a coincidence, and it means the spec's productivity-competitiveness link doesn't need to be asserted — it follows from a relationship already derivable from wages and output: the labour component of is wage ÷ productivity. A firm paying workers £2,400 a month who each produce 200 units a month has a labour cost of £2,400 ÷ 200 = £12 per unit; train those same workers, or give them better tools, until they produce 300 units a month for the same wage, and that figure falls to £2,400 ÷ 300 = £8 per unit. Selling price hasn't changed — the firm can now either cut price and stay just as profitable, or hold price and take a larger margin — which is the mechanism behind "more productive firms are more competitive," not just an association between two things that happen to move together.
Ways to raise productivity follow from the same formula: anything that raises output for the same input (training, better machinery, , improved motivation, management cutting wasted time) raises the ratio directly; anything that cuts the input needed for the same output does the same thing from the other side.
"" on this paper has one specific meaning that's easy to blur with looser everyday use of the word: producing at the output where average cost is at its minimum — not "well run" in some general sense. What moves a firm toward or away from that point includes its scale of production ( lower the minimum-AC output as a firm grows, up to the point where set back in), the technology and skill available, and — the connection the next section builds — how close current output sits to the firm's maximum possible output.
That connection is : current output divided by maximum possible output, multiplied by 100. A factory running at 3,750 units a month against a maximum possible output of 5,000 is operating at 3,750 ÷ 5,000 × 100 = 75% capacity utilisation — a single number that turns out to say almost everything about whether that factory is anywhere near its minimum-average-cost output, which is exactly the mechanism the next section derives.
Mechanism
Why under- and over-utilisation both raise average cost
Take a factory built for a maximum possible output of 5,000 units a month, with total fixed costs of £30,000 a month (rent, loan repayments on the machinery, supervisory salaries) and a variable cost of £5 per unit for every unit up to that maximum. Producing below the maximum — under-utilisation — spreads the same £30,000 across fewer units: at 3,750 units (75% capacity utilisation), average fixed cost is £30,000 ÷ 3,750 = £8.00 per unit, against £30,000 ÷ 5,000 = £6.00 per unit at full capacity; average variable cost stays at roughly £5.00 either way, since idle capacity doesn't change the cost of the materials and labour actually used — so average cost is £13.00 under-utilised against £11.00 at capacity, a £2.00 gap that comes entirely from average fixed cost. Pushing output above the maximum — over-utilisation — raises average cost from the opposite direction. "Maximum possible output" isn't an arbitrary label; it's the output the fixed factor (the machinery, the floor space, the supervisory team) was actually designed to sustain, so squeezing out extra units beyond it means forcing more variable input against a fixed factor already at its limit — overtime premiums, higher breakdown and defect rates, rushed maintenance — the same as ever (more and more of a variable input — here, overtime hours — squeezed against a fixed factor that has already stopped expanding, so each extra unit costs more to extract than the last), just appearing at the top of the output range instead of the bottom. Producing 5,500 units a month (110% capacity utilisation), where an overtime premium raises the cost of every unit past the 5,000-unit mark from £5.00 to £20.00, gives a total variable cost of (5,000 × £5.00) + (500 × £20.00) = £35,000, an average variable cost of £35,000 ÷ 5,500 ≈ £6.36 per unit, and an average fixed cost of £30,000 ÷ 5,500 ≈ £5.45 per unit — an average cost of about £11.82, higher again than the £11.00 achieved running exactly at capacity. Average cost is therefore lowest close to 100% capacity utilisation and rises on both sides of it: below, because fixed cost is spread too thin; above, because the same fixed factor is being strained past the point it can absorb extra variable input cheaply. "Implications of under-utilisation" and "implications of over-utilisation" are not two separate lists to memorise — they are the same U-shaped average-cost curve, plotted against percentage of capacity instead of raw output, with the two halves produced by two different components of average cost.
Complete it yourself
Complete the chain — why 75% capacity utilisation costs more per unit than 100%
- 01
A factory is built with a maximum possible output of 5,000 units a month, and total fixed costs of £30,000 a month (rent, loan repayments on the machinery, and salaried supervisory staff) that don't change with how many units are actually made.
- 02
Last month the factory produced only 3,750 units: 3,750 ÷ 5,000 × 100 = 75% capacity utilisation.
Named traps
- over-under-utilisation-is-not-the-definition
- Confirmed in the October 2024 mark scheme: capacity utilisation is credited as "the percentage/proportion/amount of the maximum possible output (1) that is actually achieved (1)" — and the same report explicitly does not accept a description of over- or under-utilisation as answering a "define capacity utilisation" question. On a 2-mark Define question, give the formula or the plain-English "actual output as a percentage of maximum possible output" — save what happens when utilisation is too high or too low for the question that actually asks for it.
- production-define-needs-both-halves
- Confirmed in the June 2023 examiner report: crediting a "define production" answer requires both halves of the process — "raw materials (1) to finished goods (1)." A general description of a firm "making things" or "doing production" without naming both ends of the transformation misses a mark, the same two-distinct-components requirement every 2-mark Define question on this paper enforces.
- missing-the-percent-sign-caps-the-mark
- This paper's Calculate questions cap the mark one below full whenever the % or currency unit is missing, confirmed in every series reviewed from June 2019 through October 2024 — and a capacity utilisation calculation is, by definition, a percentage answer. Write "80%," not "80": a numerically correct capacity utilisation figure without the % sign is marked as incomplete, not just untidy.
- two-distinct-reasons-not-one-doubled
- Analyse questions on production methods (6 marks: 2 knowledge, 2 application, 2 analysis, no AO4) require two genuinely distinct advantages or disadvantages of a named method, each built into its own knowledge-to-application-to-analysis chain — not one point developed twice. June 2022's Q1c, on cell production for R B Rustico, is a clean confirmed exemplar, re-verified directly against the primary mark scheme: the two knowledge points were verbatim "Lead times are reduced (1)" and "Motivation of employees is improved (1)" — each then carried through its own, separately credited application ("furniture is transported to different parts of Italy faster due to less need to move resources around the factory" for lead times; "employees work in cells as teams and are multi-skilled" for motivation) and analysis ("it can be quicker to get the furniture to customers once orders are placed, leading to more satisfied customers"; "better quality tables and picnic benches are produced as a result of increased motivation") — two fully independent chains, not the same idea stated twice.
- lead-in-times-must-connect-to-competitive-advantage
- Confirmed in the January 2024 examiner report, on a 20-mark question combining short product lead-in times with quality management: some candidates "lacked understanding of short product lead-in times and so ignored that part of the question," while others listed advantages and disadvantages of both concepts without ever tying them back to the actual command — competitive advantage. Naming a shorter lead-in time isn't enough; the answer has to say what advantage it buys the firm relative to competitors (faster response to a shifting trend, less inventory tied up waiting for a redesign) to earn the marks the question is actually asking for.
- efficiency-means-two-different-things-across-your-papers
- This course also covers Economics (WEC13), where "efficiency" splits into allocative, productive, dynamic and X-efficiency — none of which is quite what this Business paper means by the word. On WBS12, "efficiency" specifically means producing at the output where average cost is minimised — the same underlying idea as WEC13's productive efficiency, but stated in business rather than welfare-economics terms, and without the other three Economics senses attached. Importing an Economics-paper definition of "efficiency" onto a WBS12 answer risks giving a technically-true-elsewhere definition that isn't what this specific mark scheme is looking for.
- labour-intensive-has-a-real-downside-too
- Confirmed across two separate real anchors verified directly against their primary mark schemes — January 2023's Q1(e) (Assess, 10 marks, on BHC's use of labour-intensive candle production) and October 2019's Q1(d) (Discuss, 8 marks, on labour-intensive production in India's textile industry): both mark schemes credit labour-intensive production's downside as fully as its flexibility upside, not just the small-batch cost advantage the spectrum argument above emphasises. Verbatim from the January 2023 mark scheme: "labour can be more difficult to control, require motivation to be efficient and/or less predictable than machines... they may demand higher wages, call in sick or resign unexpectedly, thus increasing costs." Both mark schemes independently reach the same closing nuance too — the January 2023 scheme states "it is possible that a combination of labour and capital-intensive production may be better" once demand grows past what pure labour-intensity can reliably supply, and October 2019's equivalent line is "however if capital-intensive production is used instead, the work can be done faster and with greater efficiency... once up and running, capital-intensive production can be cheaper and therefore better for long term production." An Assess or Discuss answer that only argues labour-intensive production is flexible, full stop, is exactly the one-sided, "unbalanced" response this paper's own Level 2 boundary describes — the mark scheme rewards naming labour's own cost and reliability risk, and weighing a hybrid of both methods, not just restating the flexibility side.
- ways-to-improve-means-both-directions
- The spec's own wording for 2.3.4.2(c) is "ways of improving capacity utilisation (under and over utilisation)" — a bracketed clause naming both directions, not one direction with an implied opposite. June 2024's Q2(c) (Analyse, 6 marks, on KAL's over-full fitness classes) is the real, confirmed anchor for the direction this lesson's own worked examples (Correa Joinery, above) don't cover: with utilisation already above the level a business wants, the mark scheme's two credited ways were "reduce demand by increasing the price" and "offer more fitness classes" — cutting demand back down toward existing capacity, or spreading the same demand across more capacity, the mirror image of the under-utilisation fixes (raise output, or shrink capacity) Correa Joinery works through above. Giving an under-utilisation-style fix — new sales channels, contract manufacturing — to a scenario that is actually over capacity reverses the direction of the whole mechanism and would not be credited; the two directions require opposite levers, not the same lever read backwards.
The conditional move
Complete: "Switching from batch to flow production increases a firm's efficiency only if ___."
Complete: "Raising current output toward maximum possible output lowers a firm's average cost only if ___."
Beyond the spec
The spec asks you to know that capital-intensive production needs a high, stable volume to pay off — but not why some of the world's most efficient manufacturers got there through flexibility rather than through Ford-style flow lines. Knowing the history is what separates an answer that states "flow needs high volume" from one that can explain why a capital-constrained producer would rationally choose a different point on the spectrum.
Henry Ford's Highland Park plant, from 1913, is the textbook origin of flow production: a moving assembly line that cut the time to build a Model T from roughly twelve hours to about ninety minutes, by breaking the build into dozens of single, repeated tasks and letting the product move past a fixed worker rather than the worker moving to the product — the setup-cost-amortised-to-near-zero logic derived above, taken to an early-twentieth-century extreme. Toyota, rebuilding its production system from the late 1940s under engineer Taiichi Ohno, faced close to the opposite constraint: postwar Japan had far less capital available to sink into dedicated flow machinery than Ford's Detroit had, and domestic demand for any single car model was far too small to fill a Ford-scale flow line anyway. Ohno's answer — small, flexible teams able to produce different variants on the same equipment, with heavy emphasis on eliminating waste and stopping the line the moment a defect appeared rather than fixing it later — is the direct ancestor of cell production and of the wider lean-production approach this course covers in full at 2.3.4.3 (inventory control and waste minimisation). The lesson generalises past this one historical pair: a firm's or a country's position on the labour-intensive/capital-intensive spectrum isn't simply a technology choice, it's a rational response to how much capital is actually available and how large a single, stable production run the market can support — which is exactly why an identical product, like a car, is built by genuinely different methods in different economies, not because one method is objectively "better" in the abstract.
Retrieval — with feedback on every choice
A firm currently makes each customer's kitchen to a unique, one-off design — job production. It switches to producing kitchens in batches of 40 identical units before changing the design. What happens to its average setup cost per unit?
A call centre's maximum possible output is 10,000 handled calls a month. Last month it handled 8,500 calls. What was its capacity utilisation?
A firm currently produces at an output below the level where its average cost is minimised. In the sense the WBS12 spec uses the word, what does moving output up toward that minimum-AC level do to the firm's efficiency?
Which of the following firms is most likely to choose capital-intensive over labour-intensive production?
A furniture company currently uses batch production, with fixed costs of £20,000 a month and a variable cost of £8 per unit. It is considering switching to flow production, which would raise fixed costs to £60,000 a month (financing a dedicated automated line) but cut variable cost to £3 per unit. The company currently produces 6,000 units a month and forecasts demand will rise to 10,000 units a month within two years. (VERIDIAN-original stimulus and figures, written in the style of a WBS12 Calculate/Explain question — not a reproduction of any real Pearson question or data.)
Using the figures given, explain what should happen to the company's choice of production method as its output grows from 6,000 to 10,000 units a month.
A furniture workshop has a maximum possible output of 4,000 units a year. Demand has fallen sharply and looks set to stay low for the foreseeable future — the workshop only produced 2,000 units last year, 50% capacity utilisation. (VERIDIAN-original stimulus and figures — not a reproduction of any real Pearson question or data.)
Given that the fall in demand looks permanent rather than temporary, which is the most appropriate way for the workshop to improve its capacity utilisation?
Same question, every level
Evaluate whether a growing furniture manufacturer should switch from batch to flow production as its monthly output rises. (VERIDIAN-original question, written in the style confirmed across WBS12 series — not a reproduction of any single past paper question.)
20 marks available
Flow production makes things quickly and batch production makes things in groups. The company should switch to flow production because it is more modern and efficient.
Purely descriptive, no application to the company's actual figures, no diagram, and an unconditional "more efficient" claim with no supporting reasoning — the ceiling this paper enforces on generic assertions.
Same question, every level
Correa Joinery runs a workshop with a maximum possible output of 4,000 kitchen units a year. Demand has fallen sharply and market research suggests it will stay low for the foreseeable future — the workshop produced only 2,000 units last year. Assess ways in which Correa Joinery could respond to its low capacity utilisation. (VERIDIAN-original question and stimulus, written in the style confirmed across WBS12 series — not a reproduction of any single past paper question.)
10 marks available
Correa Joinery should try to sell more kitchens, or make the workshop smaller so it isn't wasting money.
Two ideas gestured at, neither developed and neither applied to the figures given — no capacity-utilisation calculation, no named mechanism for why either idea would help. Matches the verified Level 1 band (1-2/10): isolated assertion with weak or no application to the business in the extract.
- Spectrum: job (setup £/unit highest, most flexible) → batch (setup £/unit = S÷n) → flow (setup £/unit ≈£0, least flexible) → cell (flow-style repetition, more flexible than flow).
- Productivity = output ÷ input ÷ time. AVC(labour) = wage ÷ productivity — rising productivity lowers AVC.
- WBS12 "efficiency" = output where AC is minimised — distinct from Economics' allocative/productive/dynamic efficiency.
- Capacity utilisation (%) = current output ÷ maximum possible output × 100. Formula ≠ describing over/under-utilisation.
- Under-utilisation: AFC spread thin, AC rises. Over-utilisation: fixed capacity strained, AC rises. Same U-shape, opposite causes.
Not affiliated with or endorsed by Pearson Edexcel. Every quotation and figure attributed to a mark scheme or examiner report in this lesson was independently verified against the primary Pearson document, not carried over from prior course material. All worked numeric examples (setup costs, the batch/flow crossover, the capacity-utilisation cost table, the productivity example) are VERIDIAN-original, computed and checked with python3 — not real Pearson exam data.
A firm currently makes each customer's kitchen to a unique, one-off design — job production. It switches to producing kitchens in batches of 40 identical units before changing the design. What happens to its average setup cost per unit?
- ARises, because batches require more complex machinery to set up than a single one-off job
The complexity of a single changeover isn't what changes here — it's how many units that one changeover gets divided across. Batching doesn't require more complex machinery just because more units follow from it.
- BStays the same, because the total setup cost of each changeover hasn't changed
Total setup cost per changeover staying the same is exactly why the cost PER UNIT falls — the same total is now divided by 40 units instead of 1, not left unchanged per unit.
- Falls, because the same one-off setup cost is now spread across 40 identical units instead of just one
Correct. Setup cost per unit = S ÷ n; moving from n = 1 (job) to n = 40 (batch) divides the same S by a much larger number.
- DCannot be determined without knowing the wage rate
The wage rate is a variable-cost input, not part of the one-off setup cost being amortised across the batch — it doesn't determine the direction of this specific change.
Traps tested: Assumes batch complexity raises setup · Ignores batch size in denominator · Overclaims uncertainty
A call centre's maximum possible output is 10,000 handled calls a month. Last month it handled 8,500 calls. What was its capacity utilisation?
- A15.0%
This is the spare capacity (1,500 ÷ 10,000), the GAP between current and maximum output — not the capacity utilisation itself, which is what the question asks for.
- 85.0%
Correct. 8,500 ÷ 10,000 × 100 = 85%.
- C117.6%
This inverts the ratio (10,000 ÷ 8,500 instead of 8,500 ÷ 10,000). Capacity utilisation is current output over maximum, not maximum over current.
- D8.5%
This treats the maximum possible output as 100,000, not 10,000 — a misplaced decimal point in reading the given figure.
Traps tested: Computed spare capacity not utilisation · Inverted ratio · Decimal place error
A firm currently produces at an output below the level where its average cost is minimised. In the sense the WBS12 spec uses the word, what does moving output up toward that minimum-AC level do to the firm's efficiency?
- ANothing changes — "efficiency" on this paper only concerns labour productivity, not cost
Efficiency and productivity are related but not the same term here — the spec explicitly defines efficiency as producing at minimum average cost, a cost-based idea, not simply output per worker.
- BIt falls, because producing more output always raises total cost
Total cost does rise with output — but efficiency here concerns average cost, not total cost, and moving toward the minimum-AC point is exactly what lowers average cost, even while total cost rises.
- CIt falls, because moving toward the minimum spreads a smaller fixed cost across fewer units
This reverses the mechanism: moving output UP toward the minimum-AC point spreads the SAME fixed cost across MORE units, which is exactly what lowers average fixed cost — not fewer units, and not a smaller fixed cost.
- It rises, because moving toward the output where average cost is lowest is, by the spec's own definition, what "more efficient" means here
Correct. The spec defines efficiency specifically as producing at the output where average cost is minimised — moving output toward that point is, by definition, an increase in efficiency in this sense.
Traps tested: Conflates efficiency with productivity only · Confuses total cost with average cost · Garbles afc direction
Which of the following firms is most likely to choose capital-intensive over labour-intensive production?
- A car manufacturer producing 200,000 identical units a year of a single model
Correct — capital-intensive production needs a high, stable volume of identical output to justify the upfront cost of specialised machinery, which is exactly what 200,000 identical units a year provides; this is the flow end of the spectrum derived above.
- BA tailor making made-to-measure wedding suits for individual clients
Made-to-measure, one-off suits are closer to job production — every commission is different, so there's no repeated, standardised volume to spread the cost of specialised machinery across, which is why bespoke tailoring stays labour-intensive.
- CA small bakery making a different custom-decorated cake for every order
A different custom cake for every order is job production in miniature — low volume, high variety — the opposite of the standardised, high-volume conditions that make capital-intensive investment pay off.
- DA furniture workshop building unique, commissioned pieces to each client's specification
Unique, commissioned furniture is bespoke, low-volume, one-off work — job production's defining conditions, and the reason skilled labour rather than dedicated machinery does most of the work.
Traps tested: Ignores volume standardisation link
A furniture company currently uses batch production, with fixed costs of £20,000 a month and a variable cost of £8 per unit. It is considering switching to flow production, which would raise fixed costs to £60,000 a month (financing a dedicated automated line) but cut variable cost to £3 per unit. The company currently produces 6,000 units a month and forecasts demand will rise to 10,000 units a month within two years. (VERIDIAN-original stimulus and figures, written in the style of a WBS12 Calculate/Explain question — not a reproduction of any real Pearson question or data.)
Using the figures given, explain what should happen to the company's choice of production method as its output grows from 6,000 to 10,000 units a month.
- AThe company should switch to flow production only once it reaches 10,000 units, because that is the volume mentioned in the forecast
10,000 is the forecast figure given, but it isn't the actual crossover output — using the forecast number rather than deriving where the two total-cost lines actually meet (8,000 units) gets the right general direction but the wrong specific threshold.
- BThere is not enough information to compare the two methods without knowing the selling price per unit
Selling price would matter for comparing revenue or profit — but this question asks only for a COST comparison between the two production methods, which the fixed- and variable-cost figures given are entirely sufficient to answer.
- CThe company should switch to flow production immediately, because flow's £3 variable cost is always lower than batch's £8
This is an unconditional conclusion that only looks at variable cost and ignores flow's much larger £60,000 fixed cost — at the company's current 6,000-unit output, batch (£68,000) is actually cheaper than flow (£78,000) once both cost components are included.
- The company should stay on batch production at 6,000 units a month, because batch's total cost (£68,000) is currently lower than flow's (£78,000) — but should switch once output passes roughly 8,000 units a month, the point where the two methods' total costs become equal and flow becomes cheaper beyond it
Correct. Solving 20,000 + 8Q = 60,000 + 3Q gives Q = 8,000, the exact output at which the two methods cost the same (£84,000 each); below it batch is cheaper, above it flow is cheaper — which is what the company's actual 6,000-to-10,000 growth path passes through.
Traps tested: Uses forecast figure not actual crossover · Overclaims uncertainty · Ignores fixed cost tradeoff
A furniture workshop has a maximum possible output of 4,000 units a year. Demand has fallen sharply and looks set to stay low for the foreseeable future — the workshop only produced 2,000 units last year, 50% capacity utilisation. (VERIDIAN-original stimulus and figures — not a reproduction of any real Pearson question or data.)
Given that the fall in demand looks permanent rather than temporary, which is the most appropriate way for the workshop to improve its capacity utilisation?
- Sell or lease out some of its surplus machinery and floor space, so the maximum possible output falls closer to the 2,000 units it can actually sell
Correct. When the shortfall is permanent, raising current output toward an unchanged maximum only works if demand actually recovers — it won't here. The other lever is to shrink the maximum itself: reducing capacity narrows the same gap from the other end, and it's the appropriate fix specifically because the fall in demand is stated as permanent, not temporary.
- BLaunch a short, one-off discount promotion to temporarily push output back up toward 4,000 units
A one-off promotion raises current output only briefly, and the stimulus says the fall in demand looks permanent — a temporary sales push doesn't fix a structural problem, and once the promotion ends capacity utilisation would fall straight back down.
- CDo nothing, because capacity utilisation only measures performance and has no actual effect on the firm's costs
The mechanism lesson derives exactly why this is wrong: below 100% utilisation, the same fixed cost is spread across fewer units, raising average cost — capacity utilisation is not a neutral scorecard, it's the current position on a U-shaped average-cost curve.
- DIncrease the maximum possible output further, by investing in additional machinery, so there is more capacity to grow into
This moves in exactly the wrong direction — raising the maximum when output is already below the existing maximum widens the gap between current and maximum output rather than narrowing it, which would lower capacity utilisation further, not improve it.
Traps tested: Temporary fix for permanent problem · Treats capacity utilisation as inert metric · Raises capacity when utilisation is already low
Practice this for real
This site teaches the mechanism; the exam is sat on Pearson's own real questions. Go find and attempt these yourself — nothing here substitutes for actually sitting a timed paper.
Pearson's official past-papers portalSelect International Advanced Level → Business → any series, then look for WBS12.
Up next
Inventory Control and Quality Management
A reorder level set at exactly buffer stock guarantees a stockout the first time a delivery runs late — and a factory that only inspects finished goods has already spent every hour of labour on the units it then has to reject.
40 min