Difference between revisions of "2017 AMC 12A Problems/Problem 1"

(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...")
 
(Problem)
Line 2: Line 2:
  
 
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 <math>\$3</math>. What is the greatest number of popsicles that Pablo can buy with <math>\$8</math>?
 
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 <math>\$3</math>. What is the greatest number of popsicles that Pablo can buy with <math>\$8</math>?
<math>\textbf{(A)}\ 8\qquad\textbf{(B)}\ 11\qquad\textbf{(C)}\ 12\qquad\textbf{(D)}\ 13\qquad\textbf{(E)}\ 15</math>
+
 
 +
<math> \textbf{(A)}\ 8\qquad\textbf{(B)}\ 11\qquad\textbf{(C)}\ 12\qquad\textbf{(D)}\ 13\qquad\textbf{(E)}\ 15 </math>
  
 
==Solution==
 
==Solution==
  
 
By the greedy algorithm, we can take two 5-popsicle boxes and one 3-popsicle box with <math>\$8</math>. To prove that this is optimal, consider an upper bound as follows: at the rate of <math>\$3</math> per 5 popsicles, we can get <math>\frac{40}{3}</math> popsicles, which is less than 14. <math>\boxed{\textbf{D}}</math>.
 
By the greedy algorithm, we can take two 5-popsicle boxes and one 3-popsicle box with <math>\$8</math>. To prove that this is optimal, consider an upper bound as follows: at the rate of <math>\$3</math> per 5 popsicles, we can get <math>\frac{40}{3}</math> popsicles, which is less than 14. <math>\boxed{\textbf{D}}</math>.

Revision as of 15:01, 8 February 2017

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}}$.