Coin Problems: Nickels & Dimes System

Coin Problems 7th-8th Grade
PROBLEM
Alison has $3.60 worth of nickels and dimes in her coin purse. She has 11 more nickels than dimes. How many of each coin does she have?

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:

n = d + 11

Step 4 — Set up the value equation

Each nickel is worth 5 cents and each dime is worth 10 cents:

5n + 10d = 360

Step 5 — Substitute to eliminate one variable

Replace n with (d + 11) in the value equation:

5(d + 11) + 10d = 360
5d + 55 + 10d = 360
15d + 55 = 360

Step 6 — Solve for d

15d = 360 - 55
15d = 305
d = 305 ÷ 15 = 20.33...

Wait — we can't have a fraction of a coin. Let me check the problem setup...

Important Note: The given values ($3.60 and 11 more nickels) don't produce a whole number solution. This suggests the problem may have a typo. Let me solve assuming the total is $3.70 instead, which produces clean integer answers.

With a total of $3.70 = 370 cents:

15d + 55 = 370
15d = 315
d = 21

Step 7 — Find the number of nickels

n = d + 11 = 21 + 11 = 32

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

10x + 5x + 55 = 370
15x = 315
x = 21

Step 5 — Find the final counts

Dimes: x = 21
Nickels: x + 11 = 32

The Answer: Alison has 21 dimes and 32 nickels. (Note: This assumes a total of $3.70 rather than $3.60 to produce integer solutions.)

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

✗ Mixing dollars and cents

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.

✗ Backwards relationship

"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.

✗ Accepting fractional coins

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:

Let b = number of 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?

1
Change the Extra Amount

Marcus has $2.85 in nickels and dimes. He has 7 more nickels than dimes. How many of each coin does he have?

Step 1 — Set up variables

Let d = dimes, n = nickels. Convert $2.85 to 285 cents.

Step 2 — Write equations

Relationship: n = d + 7
Value: 5n + 10d = 285

Step 3 — Substitute and solve

5(d + 7) + 10d = 285
15d + 35 = 285
d = 250 ÷ 15 = 16.67

Step 4 — Adjust for whole numbers

Try $2.90 = 290 cents: 15d + 35 = 290, so d = 17 and n = 24.

Step 5 — Verify

Answer: 17 dimes and 24 nickels (assuming $2.90 total)

2
Add a Third Coin Type

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?

Step 1 — Define relationships

Let n = nickels. Then dimes = 2n and quarters = n + 3.

Step 2 — Set up value equation

5n + 10(2n) + 25(n + 3) = 420 cents

Step 3 — Simplify and solve

5n + 20n + 25n + 75 = 420
50n = 345
n = 6.9

Step 4 — Try n = 7

Nickels: 7, Dimes: 14, Quarters: 10
Value: 35 + 140 + 250 = 425 cents = $4.25

Step 5 — Final answer

Answer: 7 nickels, 14 dimes, 10 quarters (total $4.25)

3
Reverse the Unknown

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?

Step 1 — Check the relationship

If Kevin has 8 more nickels than dimes: n = d + 8 = 17 + 8 = 25 nickels

Step 2 — Calculate actual value

17 dimes + 25 nickels = 170 + 125 = 295 cents = $2.95

Step 3 — Compare to given total

Given total: $3.25 = 325 cents
Calculated total: 295 cents
Difference: 30 cents

Step 4 — Find correct number

Need additional 30 cents = 6 more nickels
Correct count: 25 + 6 = 31 nickels

Step 5 — Verify

Answer: No, not possible with the "8 more" rule. He needs 31 nickels for $3.25 total.

4
Find All Possible Totals

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?

Step 1 — Set up the formula

For d dimes, nickels = d + 12
Value = 10d + 5(d + 12) = 15d + 60 cents

Step 2 — Calculate range endpoints

At d = 15: 15(15) + 60 = 285 cents = $2.85
At d = 25: 15(25) + 60 = 435 cents = $4.35

Step 3 — Find the increment

Each additional dime adds 15 cents to the total (10¢ + 5¢ for the paired nickel).

Step 4 — List all values

$2.85, $3.00, $3.15, $3.30, $3.45, $3.60, $3.75, $3.90, $4.05, $4.20, $4.35

Step 5 — Final answer

Answer: 11 possible values from $2.85 to $4.35, increasing by 15¢ each time.

Frequently Asked Questions

How do you set up equations for coin problems with nickels and dimes? +
Create two equations: one for total value and one for the relationship between coin counts. For value, multiply each coin count by its worth (nickels × 5¢ + dimes × 10¢ = total cents). For the relationship, translate the word problem directly into algebra. In this problem, "Alison has 11 more nickels than dimes" becomes n = d + 11.
Should I work in dollars or cents for coin problems? +
Cents are usually cleaner because you avoid decimals. Convert $3.60 to 360 cents, then use 5n + 10d = 360 instead of 0.05n + 0.10d = 3.60. Both work, but cents eliminate rounding errors and make the arithmetic simpler.
What does "more than" mean in algebra word problems? +
The phrase "A is X more than B" translates to A = B + X. Here, "Alison has 11 more nickels than dimes" means nickels = dimes + 11, or n = d + 11. The number being described (nickels) equals the comparison number (dimes) plus the difference (11).
NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-08-03