Breeana J. answered 03/30/15
Tutor
5
(38)
AP Calculus (AB & BC) Tutor
Let x = the # of $20 bills
Let y = the # of $50 bills
Let z = the # of $100 bills
"There were 43 more $50 bills than $100 bills" translates into y = z + 43
"The number of $20 bills was 3 times the number of $100 bills" translates into x = 3z
"The total of the value of the money was $7610" translates into 20x + 50y + 100z = 7610
We now have a system of 3 equations with 3 unknowns:
y = z + 43
x = 3z
20x + 50y + 100z = 7610
Substituting the first two equations into the 3rd equations gives us:
20(3z) + 50(z+43) + 100z = 7610
60z + 50z + 2150 + 100z = 7610
210z = 5460
z = 26
y = 26 + 43 = 69
x = 3(26) = 78
Check:
20x + 50y + 100z = 7610
20(78) + 50(69) + 100(26) = 1560 + 3450 + 2600 = 7610