Difference between revisions of "2017 AMC 10B Problems/Problem 13"

(Solution 1)
(Solution 1)
(23 intermediate revisions by 8 users not shown)
Line 4: Line 4:
 
<math>\textbf{(A)}\ 1\qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ 4\qquad\textbf{(E)}\ 5</math>
 
<math>\textbf{(A)}\ 1\qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ 4\qquad\textbf{(E)}\ 5</math>
  
==Solution==
+
==Solution 1 (PIE)==
By PIE (Property of Inclusion/Exclusion), we have
+
By [[PIE]] (Property of Inclusion/Exclusion), we have
  
 
<math>|A_1 \cup A_2 \cup A_3| = \sum |A_i| - \sum |A_i \cap A_j| + |A_1 \cap A_2 \cap A_3|.</math>
 
<math>|A_1 \cup A_2 \cup A_3| = \sum |A_i| - \sum |A_i \cap A_j| + |A_1 \cap A_2 \cap A_3|.</math>
Line 11: Line 11:
 
So, <math>20 = (10 + 13 + 9) - (9 + 2x) + x,</math> which gives <math>x = \boxed{\textbf{(C) } 3}.</math>
 
So, <math>20 = (10 + 13 + 9) - (9 + 2x) + x,</math> which gives <math>x = \boxed{\textbf{(C) } 3}.</math>
  
==Solution 1==
+
==Solution 2 (Subtraction)==
By System of Equations:
+
The total number of classes taken among the 20 students is <math>10 + 13 + 9 = 32</math>. Each student is taking at least one class so let's subtract the <math>20</math> classes ( <math>1</math> per each of the <math>20</math> students) from <math>32</math> classes to get <math>12</math>. <math>12</math> classes is the total number of extra classes taken by the students who take <math>2</math> or <math>3</math> classes. Since we know that there are <math>9</math> students taking at least <math>2</math> classes, there must be <math>12 - 9 = \boxed{\textbf{(C) } 3}</math> students that are taking all <math>3</math> classes.
The total number of classes taken is 10 + 13 + 9 = 32 . Each student is taking at least one class so let's subtract the 20 classes ( 1 per each of the 20 students) from 32 classes to get 12 . 12 classes is the total number of extra classes taken by the students who take 2 or 3 classes.  
 
  
Now let's set up our system of equations: Let x be equal to the number of students taking 2 classes and let y be equal to the number of students taking 3 classes.
+
==Solution 3 (Algebra)==
 +
Total class count is 32. Assume there are <math>a</math> students taking one class, <math>b</math> students taking two classes, ad <math>c</math> students taking three classes. Because there are <math>20</math> students total, <math>a+b+c = 20</math>. Because each student taking two classes is counted twice, and each student taking three classes is counted thrice in the total class count, <math>a+2b+3c = 10+13+9 = 32</math>. There are <math>9</math> students taking two or three classes, so <math>b+c = 9</math>. Solving this system of equations gives us <math>c=\boxed{\textbf{(C) 3}}</math>.
  
x + y = 9
+
==Solution 4 (Venn Diagrams and Algebraic Substitution)==
 +
Let us assign the following variables and put them in our Venn Diagram[https://artofproblemsolving.com/wiki/index.php/File:IMG_20220704_192122676_2.jpg#filelinks]:
 +
<math>a</math> which designates the number of people taking exactly Bridge and Yoga.
 +
<math>b</math> which designates the number of people taking exactly Bridge and Painting.
 +
<math>c</math> which designates the number of people that took all <math>3</math> classes or what we want to find.
 +
<math>d</math> which designates the number of people taking exactly Yoga and Painting.
  
x + 2 y = 12
+
Let's now recall what information we have given: There are exactly <math>9</math> people that are taking at least <math>2</math> classes meaning in other words, <math>9</math> people total are taking strictly <math>2</math> classes or strictly all the available classes meaning that <math>a+b+c+d=9</math>.
  
(Note: We know there are 9 total students taking either 2 or 3 classes and we already subtracted one class per each of the 20 students (the 9 students are included) from the total number of classes so it is only 1 x and 2 y.)
+
Let's now start filling out the Venn Diagram:
 +
Strictly taking Bridge, no other classes: We know in total, the number is <math>13</math>, however this includes the people taking other classes too meaning we'd need to do some subtraction. From our Venn Diagram we see that we'd need to subtract the following variables to get our wanted outcome here, <math>a, b, c</math>. Giving our answer as <math>13-(a+b+c)</math>.  
  
Solving for this system of equations we get, y = 3. Therefore the <math>y = \boxed{\textbf{(C) } 3}.</math>
+
However, this equation seems complicated as it has <math>3</math> different variables, so to make this look a lot less complicated we can use our earlier equation: <math>a+b+c+d=9</math> to see that <math>a+b+c=9-d</math>. This means that this can also be written as <math>13-(9-d)=4+d</math>.
 +
 
 +
 
 +
Strictly taking Yoga Only: The total number of people is <math>10</math>, but this would also count people taking other classes too along with it, so we need to subtract this overcount which is visible in the Venn Diagram giving us: <math>10-(a+c+d)</math>.
 +
 
 +
Again, we can use substitution to see that <math>a+c+d=9-b</math>. This simplifies our equation to <math>10-(9-b)=1+b</math>.
 +
 
 +
Strictly taking Painting Only: We know again, in total this number is <math>9</math>, which also accounts for the people taking other classes too. From our Venn Diagram it is visible that we need to subtract: <math>b, c, d</math> giving <math>9-(b+c+d)</math>.
 +
 
 +
Again, through substitution of our first equation we see that <math>b+c+d=9-a</math> meaning we can simplify this equation to <math>9-(9-a)=a</math>
 +
 
 +
 
 +
If we add these newly made equations of strictly taking one class, we get the total number of people taking exactly one class as these equations each were a subcase for it. We can also find the exact number for this because we are given that there are exactly <math>20</math> students in total, and <math>9</math> students are taking exactly <math>2</math> or <math>3</math> classes, meaning that if we do <math>20-9</math> we get our answer for the number of students taking exactly <math>1</math> class because those taking exactly one class have no overlap with those taking exactly <math>2</math> or exactly <math>3</math> classes as shown in our Venn Diagram and because <math>1</math>, <math>2</math>, and <math>3</math> classes are subcases for finding the total number of students as we know that each student is in exactly <math>1, 2</math>, or <math>3</math> classes. This means that exactly <math>11</math> students took strictly <math>1</math> class.
 +
 
 +
We can add up our equations we found to equal <math>11</math> because those equations were for subcases of having exactly <math>1</math> class giving:
 +
<math>(4+d)+(1+b)+a=11</math>.
 +
<math>=5+a+b+d=11</math>.
 +
 
 +
From our equation <math>a+b+c+d=9</math>, we can substitute <math>9-c</math> for <math>a+b+d</math> giving us:
 +
<math>5+9-c=11</math>.
 +
 
 +
This gives <math>c=3</math>. We assigned <math>c</math> for the number of people taking exactly <math>3</math> classes meaning that when we find <math>c</math>, we find the answer. This means our answer is <math>\boxed{(C) 3}</math>.
 +
 
 +
~Batmanstark
  
 
==See Also==
 
==See Also==
 
{{AMC10 box|year=2017|ab=B|num-b=12|num-a=14}}
 
{{AMC10 box|year=2017|ab=B|num-b=12|num-a=14}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Revision as of 12:11, 18 August 2022

Problem

There are $20$ students participating in an after-school program offering classes in yoga, bridge, and painting. Each student must take at least one of these three classes, but may take two or all three. There are $10$ students taking yoga, $13$ taking bridge, and $9$ taking painting. There are $9$ students taking at least two classes. How many students are taking all three classes?

$\textbf{(A)}\ 1\qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ 4\qquad\textbf{(E)}\ 5$

Solution 1 (PIE)

By PIE (Property of Inclusion/Exclusion), we have

$|A_1 \cup A_2 \cup A_3| = \sum |A_i| - \sum |A_i \cap A_j| + |A_1 \cap A_2 \cap A_3|.$ Number of people in at least two sets is $\sum |A_i \cap A_j| - 2|A_1 \cap A_2 \cap A_3| = 9.$ So, $20 = (10 + 13 + 9) - (9 + 2x) + x,$ which gives $x = \boxed{\textbf{(C) } 3}.$

Solution 2 (Subtraction)

The total number of classes taken among the 20 students is $10 + 13 + 9 = 32$. Each student is taking at least one class so let's subtract the $20$ classes ( $1$ per each of the $20$ students) from $32$ classes to get $12$. $12$ classes is the total number of extra classes taken by the students who take $2$ or $3$ classes. Since we know that there are $9$ students taking at least $2$ classes, there must be $12 - 9 = \boxed{\textbf{(C) } 3}$ students that are taking all $3$ classes.

Solution 3 (Algebra)

Total class count is 32. Assume there are $a$ students taking one class, $b$ students taking two classes, ad $c$ students taking three classes. Because there are $20$ students total, $a+b+c = 20$. Because each student taking two classes is counted twice, and each student taking three classes is counted thrice in the total class count, $a+2b+3c = 10+13+9 = 32$. There are $9$ students taking two or three classes, so $b+c = 9$. Solving this system of equations gives us $c=\boxed{\textbf{(C) 3}}$.

Solution 4 (Venn Diagrams and Algebraic Substitution)

Let us assign the following variables and put them in our Venn Diagram[1]: $a$ which designates the number of people taking exactly Bridge and Yoga. $b$ which designates the number of people taking exactly Bridge and Painting. $c$ which designates the number of people that took all $3$ classes or what we want to find. $d$ which designates the number of people taking exactly Yoga and Painting.

Let's now recall what information we have given: There are exactly $9$ people that are taking at least $2$ classes meaning in other words, $9$ people total are taking strictly $2$ classes or strictly all the available classes meaning that $a+b+c+d=9$.

Let's now start filling out the Venn Diagram: Strictly taking Bridge, no other classes: We know in total, the number is $13$, however this includes the people taking other classes too meaning we'd need to do some subtraction. From our Venn Diagram we see that we'd need to subtract the following variables to get our wanted outcome here, $a, b, c$. Giving our answer as $13-(a+b+c)$.

However, this equation seems complicated as it has $3$ different variables, so to make this look a lot less complicated we can use our earlier equation: $a+b+c+d=9$ to see that $a+b+c=9-d$. This means that this can also be written as $13-(9-d)=4+d$.


Strictly taking Yoga Only: The total number of people is $10$, but this would also count people taking other classes too along with it, so we need to subtract this overcount which is visible in the Venn Diagram giving us: $10-(a+c+d)$.

Again, we can use substitution to see that $a+c+d=9-b$. This simplifies our equation to $10-(9-b)=1+b$.

Strictly taking Painting Only: We know again, in total this number is $9$, which also accounts for the people taking other classes too. From our Venn Diagram it is visible that we need to subtract: $b, c, d$ giving $9-(b+c+d)$.

Again, through substitution of our first equation we see that $b+c+d=9-a$ meaning we can simplify this equation to $9-(9-a)=a$


If we add these newly made equations of strictly taking one class, we get the total number of people taking exactly one class as these equations each were a subcase for it. We can also find the exact number for this because we are given that there are exactly $20$ students in total, and $9$ students are taking exactly $2$ or $3$ classes, meaning that if we do $20-9$ we get our answer for the number of students taking exactly $1$ class because those taking exactly one class have no overlap with those taking exactly $2$ or exactly $3$ classes as shown in our Venn Diagram and because $1$, $2$, and $3$ classes are subcases for finding the total number of students as we know that each student is in exactly $1, 2$, or $3$ classes. This means that exactly $11$ students took strictly $1$ class.

We can add up our equations we found to equal $11$ because those equations were for subcases of having exactly $1$ class giving: $(4+d)+(1+b)+a=11$. $=5+a+b+d=11$.

From our equation $a+b+c+d=9$, we can substitute $9-c$ for $a+b+d$ giving us: $5+9-c=11$.

This gives $c=3$. We assigned $c$ for the number of people taking exactly $3$ classes meaning that when we find $c$, we find the answer. This means our answer is $\boxed{(C) 3}$.

~Batmanstark

See Also

2017 AMC 10B (ProblemsAnswer KeyResources)
Preceded by
Problem 12
Followed by
Problem 14
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

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png