2017 AMC 12A Problems/Problem 1

Revision as of 15:00, 8 February 2017 by Riemanntensor (talk | contribs) (Created page with "==Problem== Pablo buys popsicles for his friends. The store sells single popsicles for <math>\$1</math> each, 3-popsicle boxes for <math>\$2</math>, and 5-popsicle boxes for...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Pablo buys popsicles for his friends. The store sells single popsicles for $$1$ each, 3-popsicle boxes for $$2$, and 5-popsicle boxes for $$3$. What is the greatest number of popsicles that Pablo can buy with $$8$? $\textbf{(A)}\ 8\qquad\textbf{(B)}\ 11\qquad\textbf{(C)}\ 12\qquad\textbf{(D)}\ 13\qquad\textbf{(E)}\ 15$

Solution

By the greedy algorithm, we can take two 5-popsicle boxes and one 3-popsicle box with $$8$. To prove that this is optimal, consider an upper bound as follows: at the rate of $$3$ per 5 popsicles, we can get $\frac{40}{3}$ popsicles, which is less than 14. $\boxed{\textbf{D}}$.