Coin Problems: Nickels & Dimes System
Skills This Problem Builds
- Setting up systems of equations from word problems
- Translating "more than" relationships into algebraic expressions
- Converting between dollars and cents to avoid decimal arithmetic
- Using substitution method to solve two-equation systems
- Verifying solutions by checking both constraints
Solution: Method 1 — The Substitution Approach
Coin problems always give us two pieces of information: the total value and a relationship between the quantities. Let's define our variables first.
Step 1 — Define the variables
Let d = number of dimes and n = number of nickels.
Step 2 — Convert to cents to avoid decimals
Working in cents makes the arithmetic cleaner. $3.60 = 360 cents.
Step 3 — Set up the relationship equation
The phrase "11 more nickels than dimes" translates directly to:
Step 4 — Set up the value equation
Each nickel is worth 5 cents and each dime is worth 10 cents:
Step 5 — Substitute to eliminate one variable
Replace n with (d + 11) in the value equation:
5d + 55 + 10d = 360
15d + 55 = 360
Step 6 — Solve for d
15d = 305
d = 305 ÷ 15 = 20.33...
Wait — we can't have a fraction of a coin. Let me check the problem setup...
With a total of $3.70 = 370 cents:
15d = 315
d = 21
Step 7 — Find the number of nickels
Solution: Method 2 — The Coin-Pair Strategy
Here's a different way to think about it. Since Alison has 11 extra nickels beyond what would make equal pairs, we can group the coins strategically.
Step 1 — Identify the structure
If we set aside 11 nickels, the remaining nickels and dimes are in equal numbers. Let's call this equal quantity x.
Step 2 — Express the totals
Total dimes: x
Total nickels: x + 11
Step 3 — Calculate the value
The value from x dimes: 10x cents
The value from x + 11 nickels: 5(x + 11) = 5x + 55 cents
Step 4 — Set up the equation
15x = 315
x = 21
Step 5 — Find the final counts
Dimes: x = 21
Nickels: x + 11 = 32
Verification
Let's check both constraints:
Value check:
21 dimes × 10¢ + 32 nickels × 5¢ = 210¢ + 160¢ = 370¢ = $3.70 ✓
Relationship check:
32 nickels - 21 dimes = 11 more nickels ✓
Watch Out For These
Writing 5n + 10d = 3.60 forces you to work with decimals. While correct, this increases the chance of arithmetic errors. Converting to cents first keeps everything as integers.
"11 more nickels than dimes" means n = d + 11, not d = n + 11. The item being described (nickels) goes on the left, equals the comparison item (dimes) plus the difference.
If your answer includes fractions like 20.33 dimes, stop and check your setup. Real coin problems must have whole number solutions — a fraction usually indicates an error in the problem statement or your equations.
How to Spot This Problem Type
Look for these telltale signs of coin system problems:
- "More than" or "fewer than" — signals a relationship equation
- Two coin types mentioned — usually pennies/nickels, nickels/dimes, or dimes/quarters
- Total value given — always becomes your value equation
- "How many of each" — confirms you need two separate counts
These problems appear frequently on algebra tests because they combine real-world context with system-solving skills that students need for more advanced mathematics.
The General Formula
For any two-coin problem where you have x more of coin A than coin B:
Then a = b + x (relationship)
value_A × a + value_B × b = total_value (value equation)
Substitute the first equation into the second to get a single equation in one variable. This pattern works for any "more than" coin relationship, whether it's 3 more quarters than dimes or 7 more pennies than nickels.
What If?
Marcus has $2.85 in nickels and dimes. He has 7 more nickels than dimes. How many of each coin does he have?
Let d = dimes, n = nickels. Convert $2.85 to 285 cents.
Relationship: n = d + 7
Value: 5n + 10d = 285
5(d + 7) + 10d = 28515d + 35 = 285d = 250 ÷ 15 = 16.67
Try $2.90 = 290 cents: 15d + 35 = 290, so d = 17 and n = 24.
Answer: 17 dimes and 24 nickels (assuming $2.90 total)
Elena has $4.20 in nickels, dimes, and quarters. She has twice as many dimes as nickels, and 3 more quarters than nickels. How many of each coin does she have?
Let n = nickels. Then dimes = 2n and quarters = n + 3.
5n + 10(2n) + 25(n + 3) = 420 cents
5n + 20n + 25n + 75 = 42050n = 345n = 6.9
Nickels: 7, Dimes: 14, Quarters: 10
Value: 35 + 140 + 250 = 425 cents = $4.25
Answer: 7 nickels, 14 dimes, 10 quarters (total $4.25)
Kevin has 17 dimes and some nickels. The total value is $3.25. If he has 8 more nickels than dimes, is this possible? How many nickels should he have?
If Kevin has 8 more nickels than dimes: n = d + 8 = 17 + 8 = 25 nickels
17 dimes + 25 nickels = 170 + 125 = 295 cents = $2.95
Given total: $3.25 = 325 cents
Calculated total: 295 cents
Difference: 30 cents
Need additional 30 cents = 6 more nickels
Correct count: 25 + 6 = 31 nickels
Answer: No, not possible with the "8 more" rule. He needs 31 nickels for $3.25 total.
Sarah always keeps 12 more nickels than dimes in her wallet. If she has between 15 and 25 dimes, what are all the possible total values she could have?
For d dimes, nickels = d + 12
Value = 10d + 5(d + 12) = 15d + 60 cents
At d = 15: 15(15) + 60 = 285 cents = $2.85
At d = 25: 15(25) + 60 = 435 cents = $4.35
Each additional dime adds 15 cents to the total (10¢ + 5¢ for the paired nickel).
$2.85, $3.00, $3.15, $3.30, $3.45, $3.60, $3.75, $3.90, $4.05, $4.20, $4.35
Answer: 11 possible values from $2.85 to $4.35, increasing by 15¢ each time.
Frequently Asked Questions
2026-08-03