Let the number of quarters be x Let the number of dimes be y Value Value Type Number of of of of EACH ALL coin coins coin coins ------------------------------------------- quarters x $0.25 $0.25x dimes y $0.10 $0.10y ------------------------------------------- TOTALS 56 ----- $9.65 The first equation comes from the second column.x + y = 56 The second equation comes from the last column. 0.25x + 0.10y = 9.65 Get rid of decimals by multiplying every term by 100: 25x + 10y = 965 So we have the system of equations: . We solve by substitution. Solve the first equation for y: x + y = 56 y = 56 - x Substitute (56 - x) for y in 25x + 10y = 965 25x + 10(56 - x) = 965 25x + 560 - 10x = 965 15x + 560 = 965 15x = 405 x = 27 = the number of quarters. Substitute in y = 56 - x y = 56 - (27) y = 29 dimes. Checking: 27 quarters is $6.75 and 29 dimes is $2.90 That's 56 coins. And indeed $6.75 + $2.90 = $9.65 Edwin