Question 442924
"A courier picks up 1000 small unmarked bills, some $20 bills and some $50 bills. If the courier has a total value of $41,000, how many of each are there?"
------------
If it's small bills and some are $20 and some are $50, it can't be solved.
If they're $20 and $50 only, it can be solved.
--------------
t = # of $20
f = # of $50
---------------
t + f = 1000
20t + 50f = 41000
----------
Can you finish it?