Skip to main content

2023 AMC 10B Problem 11

Problem 11 of 25IntermediateNumber TheoryCounting & Probability

Suzanne went to the bank and withdrew $800.\$800. The teller gave her this amount using $20\$20 bills, $50\$50 bills, and $100\$100 bills, with at least one of each denomination. How many different collections of bills could Suzanne have received?

Answer choices

Show solution

Solution

Let a,b,c1a, b, c \ge 1 count the $20,$50,$100\$20, \$50, \$100 bills. Then 20a+50b+100c=800,20a + 50b + 100c = 800, which divides down to 2a+5b+10c=80.2a + 5b + 10c = 80. Both 2a2a and 10c10c are even, so 5b5b is too, forcing b=2t.b = 2t. Now a=405t5c1a = 40 - 5t - 5c \ge 1 means t+c7.t + c \le 7. With t,c1,t, c \ge 1, the pairs number 1+2++6=21.1 + 2 + \cdots + 6 = 21. Thus, B is the correct answer.

More practice

Concepts: Diophantine Equation · parity · basic counting

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.