During AMC testing, the AoPS Wiki is in read-only mode and no edits can be made.

Difference between revisions of "2019 AMC 10A Problems/Problem 4"

(Solution 3)
(Solution 2 (cheese))
 
(10 intermediate revisions by 7 users not shown)
Line 3: Line 3:
 
==Problem==
 
==Problem==
  
A box contains <math>28</math> red balls, <math>20</math> green balls, <math>19</math> yellow balls, <math>13</math> blue balls, <math>11</math> white balls, and <math>9</math> black balls. What is the minimum number of balls that must be drawn from the box without replacement to guarantee that at least <math>15</math> balls of a single color will be drawn<math>?</math>
+
A box contains <math>28</math> red balls, <math>20</math> green balls, <math>19</math> yellow balls, <math>13</math> blue balls, <math>11</math> white balls, and <math>9</math> black balls. What is the minimum number of balls that must be drawn from the box without replacement to guarantee that at least <math>15</math> balls of a single color will be drawn?
  
 
<math>\textbf{(A) } 75 \qquad\textbf{(B) } 76 \qquad\textbf{(C) } 79 \qquad\textbf{(D) } 84 \qquad\textbf{(E) } 91</math>
 
<math>\textbf{(A) } 75 \qquad\textbf{(B) } 76 \qquad\textbf{(C) } 79 \qquad\textbf{(D) } 84 \qquad\textbf{(E) } 91</math>
Line 9: Line 9:
 
==Solution==
 
==Solution==
  
By choosing the maximum number of balls while getting <math><15</math> of each color, we could have chosen <math>14</math> red balls, <math>14</math> green balls, <math>14</math> yellow balls, <math>13</math> blue balls, <math>11</math> white balls, and <math>9</math> black balls, for a total of <math>75</math> balls. Picking one more ball guarantees that we will get <math>15</math> balls of a color -- either red, green, or yellow. Thus the answer is <math>75 + 1 = \boxed{\textbf{(B) } 76}</math>.
+
We try to find the worst case scenario where we can find the maximum number of balls that can be drawn while getting <math><15</math> of each color by applying the [[pigeonhole principle]] and through this we get a perfect guarantee.
 +
Namely, we can draw up to <math>14</math> red balls, <math>14</math> green balls, <math>14</math> yellow balls, <math>13</math> blue balls, <math>11</math> white balls, and <math>9</math> black balls, for a total of <math>75</math> balls, without drawing <math>15</math> balls of any one color. Drawing one more ball guarantees that we will get <math>15</math> balls of one color either red, green, or yellow. Thus, the answer is <math>75 + 1 = \boxed{\textbf{(B) } 76}</math>.
 +
 
 +
==Solution 2 (cheese)==
 +
After a through look through the answer choices we see that 75 and 76 are only one from each other, AoPs may have predicted that some people might silly this problem and pick 75 after seeing that it was an answer choice. Also accounting the fact that this is problem 4 you can relatively safely pick 76 immediately after seeing the answer choices.
 +
 
 +
 
 +
Note: but, we would need to know that it's possible to silly and choose the answer choice of 75 after adding 14(3)+13+11+9=75 and forgetting to add 1. Thus, better to make the quick calculation rather than use a cheese.
 +
 
 +
~yvz2900
  
 
==Video Solution 1==
 
==Video Solution 1==
Line 17: Line 26:
 
Education, The Study of Everything
 
Education, The Study of Everything
  
 +
== Video Solution 2 ==
 +
https://youtu.be/8WrdYLw9_ns?t=23
  
 +
~ pi_is_3.14
  
 
+
==Video Solution 3==
==Video Solution 2==
 
 
https://youtu.be/2HmS3n1b4SI
 
https://youtu.be/2HmS3n1b4SI
  
 
~savannahsolver
 
~savannahsolver
 
==Solution 3==
 
Pigeon Hole Principle. You want to assume that you have very bad luck. The worst the choosing socks could go would be choosing 14 red balls, 14 green, 14 yellow, 13 blue, 11 white, and 9 black. These add up to 75, now no matter what color you choose it makes 15. (There are no more blue, white, and black socks left) = 75+1=<math>boxed\76</math>
 
  
 
==See Also==
 
==See Also==
Line 33: Line 41:
 
{{AMC12 box|year=2019|ab=A|num-b=2|num-a=4}}
 
{{AMC12 box|year=2019|ab=A|num-b=2|num-a=4}}
 
{{MAA Notice}}
 
{{MAA Notice}}
 +
[[Category: Logic Problems]]

Latest revision as of 14:07, 20 October 2025

The following problem is from both the 2019 AMC 10A #4 and 2019 AMC 12A #3, so both problems redirect to this page.

Problem

A box contains $28$ red balls, $20$ green balls, $19$ yellow balls, $13$ blue balls, $11$ white balls, and $9$ black balls. What is the minimum number of balls that must be drawn from the box without replacement to guarantee that at least $15$ balls of a single color will be drawn?

$\textbf{(A) } 75 \qquad\textbf{(B) } 76 \qquad\textbf{(C) } 79 \qquad\textbf{(D) } 84 \qquad\textbf{(E) } 91$

Solution

We try to find the worst case scenario where we can find the maximum number of balls that can be drawn while getting $<15$ of each color by applying the pigeonhole principle and through this we get a perfect guarantee. Namely, we can draw up to $14$ red balls, $14$ green balls, $14$ yellow balls, $13$ blue balls, $11$ white balls, and $9$ black balls, for a total of $75$ balls, without drawing $15$ balls of any one color. Drawing one more ball guarantees that we will get $15$ balls of one color — either red, green, or yellow. Thus, the answer is $75 + 1 = \boxed{\textbf{(B) } 76}$.

Solution 2 (cheese)

After a through look through the answer choices we see that 75 and 76 are only one from each other, AoPs may have predicted that some people might silly this problem and pick 75 after seeing that it was an answer choice. Also accounting the fact that this is problem 4 you can relatively safely pick 76 immediately after seeing the answer choices.


Note: but, we would need to know that it's possible to silly and choose the answer choice of 75 after adding 14(3)+13+11+9=75 and forgetting to add 1. Thus, better to make the quick calculation rather than use a cheese.

~yvz2900

Video Solution 1

https://youtu.be/givTTqH8Cqo

Education, The Study of Everything

Video Solution 2

https://youtu.be/8WrdYLw9_ns?t=23

~ pi_is_3.14

Video Solution 3

https://youtu.be/2HmS3n1b4SI

~savannahsolver

See Also

2019 AMC 10A (ProblemsAnswer KeyResources)
Preceded by
Problem 3
Followed by
Problem 5
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AMC 10 Problems and Solutions
2019 AMC 12A (ProblemsAnswer KeyResources)
Preceded by
Problem 2
Followed by
Problem 4
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AMC 12 Problems and Solutions

These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions. AMC Logo.png