Money Maths Question Generator
Builds a sheet of money word problems in pounds and pence, working every calculation in whole pence so no answer can come out as £4.999999. Every question is computed and checked directly — not a fabricated or AI-guessed fact.
What this generator does
Money is a good context precisely because the answer has to be sensible: an answer of £4.7 is wrong in a way that 4.7 is not. Prices are written the way a shop writes them — under a pound in pence, over a pound in pounds — so reading the question already involves the conversion the answer will need.
How to use this tool
- Choose how many questions you want and which kinds of problem to include.
- Press make questions, and work through the sheet.
- Show the answers to mark it, or show the working to see the conversion to pence and back.
- Enter a seed word to rebuild the same sheet later.
Understanding the controls
- How many questions
- One to thirty. Word problems take longer to read than they do to solve, so a shorter sheet goes further here than on a column-arithmetic page.
- Level
- Gentle is change from a note. Standard adds totalling a basket of two or three items. Stretch adds splitting a bill equally, which needs division as well as the conversion.
- Seed
- A word rebuilds the identical sheet, so the same problems can be set to two groups without saving a file.
- Show the answers / show the working
- The working converts to pence, does the arithmetic there and converts back, which is the method the sheet is trying to instil.
Common use cases
- Money-maths practice at home or school
- Everyday-maths warm-ups
- Practising the pounds-and-pence conversion specifically
- Self-testing before a maths quiz
How this generator works
Every amount is held as a whole number of pence for the entire calculation and only formatted as pounds at the last moment. The split questions are built backwards from a whole-pence share so the bill always divides exactly. The check reads the printed price back into pence and requires it to reconstruct the original — the change plus the price must equal the note, and the share times the number of people must equal the bill.
Randomness and fairness
Which kind of problem you get is drawn per question from the set the level allows, and the items in a basket are drawn without repetition so no question lists the same thing twice. The note offered is the smallest one that covers the price rather than a free draw, because being handed a £20 note for a 95p item makes a worse question.
For how randomness is produced across the whole site, see how Generate Random works.
Limitations and good to know
- Prices come from a small fixed list of everyday items, so the same item recurs across a long sheet even though it never repeats within one question.
- Everything is in pounds and pence; there is no option for another currency.
- Bills always split exactly, which is deliberate for practice and rarely true of a real restaurant bill.
- Seeding makes a sheet reissuable rather than unpredictable, so seeded output is deterministic, not cryptographically random.
Common mistakes
- Writing £4.7 instead of £4.70
- Money always has two decimal places. £4.7 is not a way of writing an amount of money.
- Mixing pounds and pence in one calculation
- Convert everything to pence, do the arithmetic, convert back at the end.
Privacy and your data
Problems are built in your browser and stay on your device. Your seed and level are never uploaded, never stored between visits and never transmitted.
Related generators
- Unit Conversion Question GeneratorMetric conversion questions built to order — length, mass, capacity and time — every one of them exact.
- Cash Denomination Breakdown GeneratorBreaks an amount into notes and coins using the fewest pieces, proved against every alternative by dynamic programming.
- Percentage Change Question GeneratorPercentage increase and decrease questions with worked steps and an answer key.
- Random Currency Amount GeneratorA monetary amount with a common currency symbol, to two decimal places.