Question 126189
Tanya has ten bills in her wallet. She has a total of $40. If she has one more $5 bill than $10 bills, and two more $1 bills than $5 bills, how many of each does she have?
------------------
# of 1,5,10 bills be a,b, and c.
-----------------------
EQUATIONS:
a  +  b  +  c =  10
b = c+1
a = b+2
--------------
Rearrange:
a  +  b  +  c  =  10
0  +  b  -  c  =   1
a  -  b  +  0  =   2
-------------------------
Using The Matrix function on a TI calculator I get:
a = 5
b = 3
c = 2
-----------
5 one-dollar bills
3 five-dollar bills
2 ten-dollar bills
=======================
Cheers,
Stan H.