<span>Let x = # of $1 bill, y = # of $5 bill, z = # of $10 bill, then there're 3 functions you can get: (1). x + 5y + 10z = 96 </span><span>(2). x +1 = y + z </span><span>(3). x + y + z =23 From (1), (2), get 6y + 11z = 97 (4) From (2), (3), get 2y + 2z = 24 (5) From (4), (5), get y = 7, z =5, plug these into (2) get x = 11</span>