Reasoning · Grade 2-1 Making Numbers

Problem

Count coin combinations for an amount

Coins come in $5, $1, 50¢ and 10¢. Each amount has to be made with as few coins as possible. Find the coins that make $3.00, $2.60 and $6.20.
Your answer
How to solve
Strategy Guess and Check — Working in cents turns money into plain place-value addition. To use the fewest coins, take as many of the biggest coin as fit, then the next biggest, and so on (a greedy guess-and-check). Treating each amount as a separate subproblem keeps the work tidy, and checking the units (cents) confirms each total is exact.
1STEP 1

Write everything in cents

In cents the three targets are 300, 260, 620.

5=500,5=500,1=100, 50c, 10c; 300, 260, 620 cents
2STEP 2

Make 300 cents with the fewest coins

$3.00 divides evenly, so three $1 coins finish it.

3×100=300
3STEP 3

Make 260 cents with the fewest coins

Filling $2.60 from the top gives two $1 + one 50¢ + one 10¢.

2×100=200, +50=250, +10=260
4STEP 4

Make 620 cents with the fewest coins

$6.20 is one $5 + one $1 + two 10¢, since no 20¢ coin exists.

500+100=600, +10+10=620
5STEP 5

Check each total is exact

Adding each set back up, every total lands exactly.

300, 260, 620
Answer
$3.00 = $1×3; $2.60 = $1×2 + 50¢ + 10¢; $6.20 = $5 + $1 + 10¢×2
Each total checks exactly: 100+100+100 = 300, 100+100+50+10 = 260, 500+100+10+10 = 620. The $3.00 result is three coins, exactly matching the example given. The bigger amount ($6.20) sensibly uses the $5 coin, while the smaller amounts do not.
Takeaway

Trade money into cents, then grab the biggest coins first — that quick Grade 2 trick makes each amount with the fewest coins!

  • Write everything in cents
  • Make 300 cents with the fewest coins
  • Make 260 cents with the fewest coins
  • Make 620 cents with the fewest coins
  • Check each total is exact