🪙

Coin Word Problem Solver

Two Coins · Three Coins · Mixture · Tickets · Custom

Solve classic coin, mixture, and ticket pricing algebra word problems step by step. Equations set up automatically — see the substitution, solution, and verification.

Quick Examples

Fill in the fields above to see the word problem.

What Are Coin Word Problems?

Coin word problems are a fundamental category of algebra exercises that appear in middle school, high school, and college math courses. In a typical coin problem you are told the total number of coins and their combined monetary value, then asked to figure out how many of each denomination exist. For example: "You have 18 coins consisting of nickels and dimes totaling $1.40. How many nickels and how many dimes do you have?"

Despite being called "coin" problems, the same algebraic structure applies to a wide family of real-world problems involving two quantities with different unit values — including mixture problems (combining solutions of different concentrations), investment problems (money in two accounts earning different interest rates), and ticket pricing problems (selling tickets at two different prices).

Why Coin Problems Appear in Algebra Courses

Coin problems are the classic teaching vehicle for systems of two linear equations in two unknowns. Each problem naturally produces exactly two independent equations:

  • Count equation: the total number of items (x + y = N)
  • Value equation: the total monetary value (v₁·x + v₂·y = T)

These two equations together form a system that has exactly one solution, provided the two coin values are different (v₁ ≠ v₂). Students practice the substitution method, the elimination method, and verification — core skills that transfer directly to physics, chemistry, economics, and engineering.

How to Solve a Two-Coin Problem: Step by Step

Given: total count N, total value T cents, coin 1 worth v₁ cents, coin 2 worth v₂ cents.

Step 1 — Define variables: Let x = number of coin 1, y = number of coin 2.

Step 2 — Write the count equation: x + y = N

Step 3 — Write the value equation: v₁·x + v₂·y = T

Step 4 — Substitute: From the count equation, x = N − y. Substitute into the value equation: v₁·(N − y) + v₂·y = T

Step 5 — Solve for y: v₁·N − v₁·y + v₂·y = T → y·(v₂ − v₁) = T − v₁·N → y = (T − v₁·N) / (v₂ − v₁)

Step 6 — Find x: x = N − y

Step 7 — Verify: Check both original equations are satisfied.

US Coin Values Reference Table

CoinValue (cents)Value (dollars)
Penny$0.01
Nickel$0.05
Dime10¢$0.10
Quarter25¢$0.25
Half-Dollar50¢$0.50
Dollar Coin100¢$1.00

Mixture Problems

Mixture problems follow the identical two-equation structure. Instead of coin counts and cent values, you work with volumes and concentrations. For example: "Mix 20% saline solution with 60% saline solution to produce 100 gallons of 40% saline." Let x = gallons of 20% solution, y = gallons of 60% solution. Then: x + y = 100 (total volume) and 0.20x + 0.60y = 0.40 × 100 (total solute). The solver handles this automatically when you select the Mixture tab.

Ticket and Pricing Problems

Ticket problems present the same algebraic form. "Adult tickets cost $8 and child tickets cost $5. A theater sold 200 tickets for $1,240 total. How many adult and child tickets were sold?" Again: x + y = 200 and 8x + 5y = 1240. The Tickets tab handles named ticket types and dollar prices directly.

Three-Coin Problems and Extra Constraints

When three unknown coin counts are involved, two equations (count + value) give an underdetermined system with infinitely many solutions. A third constraint is required — typically a proportional relationship between two of the coin types, such as "the number of nickels is twice the number of pennies." This converts the 3-unknown system into an equivalent 2-unknown problem after substitution.

Real-World Applications

  • Retail and cashiering: Determining coin combinations for exact change.
  • Pharmacy and chemistry: Mixing solutions of known concentrations to reach a target concentration.
  • Finance: Allocating funds between two investments with different rates of return.
  • Event management: Analyzing ticket sales data to determine attendance breakdown by price tier.
  • Nutrition: Blending two food items to meet a specific caloric or macronutrient target.

Frequently Asked Questions

What is a coin word problem in algebra?
A coin word problem gives you the total number of coins and their combined value, asking you to find how many of each denomination exist. They are solved with two linear equations: one for the total count and one for the total value. The same structure applies to mixture, ticket, and investment problems.
How do you set up equations for a two-coin problem?
Let x = number of coin type 1 and y = number of coin type 2. Write two equations: (1) x + y = total count, and (2) value1·x + value2·y = total value in cents. Isolate x from equation 1 (x = total − y), substitute into equation 2, and solve for y. Back-substitute to get x.
What is a mixture problem in algebra?
A mixture problem asks how much of two substances with different concentrations must be combined to reach a desired concentration in a fixed total volume. The two equations are: x + y = total volume (count equation) and concA·x + concB·y = concDesired·total (value equation). The solver treats concentrations exactly like coin values.
How are ticket pricing problems similar to coin problems?
Ticket problems use identical algebra. Ticket counts replace coin counts, and ticket prices replace coin values. You have a total ticket count and total revenue, and the same substitution method finds how many of each ticket type were sold.
What is the substitution method for solving coin problems?
The substitution method isolates one variable from the simpler equation (the count equation: x = N − y) and substitutes that expression into the value equation. This converts the two-equation system into one equation in one unknown, which is solved directly. The result is substituted back to find the second unknown.
Can coin problems have three unknowns?
Yes. Three-coin problems introduce a third unknown and require a third constraint — usually a proportional relationship like "nickels = 2 × pennies." This extra equation reduces the system to effectively two unknowns. Without the third constraint the system is underdetermined and has infinitely many solutions.
How do you verify the answer to a coin word problem?
Substitute the computed values back into both original equations. Check 1: does x + y equal the stated total count? Check 2: does value1·x + value2·y equal the stated total value? Both checks must pass. If either fails, recheck your arithmetic for sign or rounding errors.