Example

Solving a Coin Mixture Problem Using a System of Equations

To solve a coin mixture application where the total value and a relationship between the quantity of coins are known, set up a system of two equations. For example, if a pocketful of nickels and dimes has a total value of $8.10, and the number of dimes is 99 less than twice the number of nickels, we can represent this scenario by letting nn be the number of nickels and dd be the number of dimes. We multiply each quantity by its monetary value to write the total value equation: 0.05n+0.10d=8.100.05n + 0.10d = 8.10. The relationship between the quantities provides the second equation: d=2n9d = 2n - 9. We can then solve the resulting system using substitution. Substituting 2n92n - 9 for dd in the first equation yields 0.05n+0.10(2n9)=8.100.05n + 0.10(2n - 9) = 8.10, which simplifies to 0.05n+0.20n0.90=8.100.05n + 0.20n - 0.90 = 8.10 and gives 0.25n=9.000.25n = 9.00, so n=36n = 36. Substituting this value back into the second equation yields d=2(36)9=63d = 2(36) - 9 = 63. The pocket contains 3636 nickels and 6363 dimes.

0

1

Updated 2026-04-24

Contributors are:

Who are from:

Tags

OpenStax

Intermediate Algebra @ OpenStax

Ch.4 Systems of Linear Equations - Intermediate Algebra @ OpenStax

Algebra