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
e.g. enter 2 if “nickels = 2 × pennies”
Enter two item types with their unit values and the total count + total value to solve any two-variable system.
Word Problem
Step-by-Step Solution
Verification
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
| Coin | Value (cents) | Value (dollars) |
|---|---|---|
| Penny | 1¢ | $0.01 |
| Nickel | 5¢ | $0.05 |
| Dime | 10¢ | $0.10 |
| Quarter | 25¢ | $0.25 |
| Half-Dollar | 50¢ | $0.50 |
| Dollar Coin | 100¢ | $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.