Difference between revisions of "2020 AMC 10B Problems/Problem 17"

(Solution)
(Solution 1)
(13 intermediate revisions by 8 users not shown)
Line 7: Line 7:
 
<math>\textbf{(A)}\ 11 \qquad\textbf{(B)}\ 12 \qquad\textbf{(C)}\  13 \qquad\textbf{(D)}\ 14 \qquad\textbf{(E)}\ 15</math>
 
<math>\textbf{(A)}\ 11 \qquad\textbf{(B)}\ 12 \qquad\textbf{(C)}\  13 \qquad\textbf{(D)}\ 14 \qquad\textbf{(E)}\ 15</math>
  
==Solution==
+
==Solution 1==
 
Consider the 10 people to be standing in a circle, where two people opposite each other form a diameter of the circle.
 
Consider the 10 people to be standing in a circle, where two people opposite each other form a diameter of the circle.
  
Let us use casework on the number of diameters.
+
Let us use casework on the number of pairs that form a diameter of the circle.
  
 
Case 1: <math>0</math> diameters
 
Case 1: <math>0</math> diameters
Line 24: Line 24:
 
Case 3: <math>3</math> diameters
 
Case 3: <math>3</math> diameters
  
There are <math>5</math> possible diameters to draw.  
+
There are <math>5</math> possible sets of <math>3</math> diameters to draw.
 +
Notice we are technically choosing the number of ways to choose a pair of two diameters that are neighbors to each other. This means we can choose the first diameter in the pair, and have only two diameters to choose from for the second in the pair. This means we have <math>5*2=10</math> possibilities for choosing 5 neighboring diameters. However, notice that there are duplicates, so we divide the <math>10</math> possibilities by <math>2</math> to get <math>5</math>.
  
 
Note that there cannot be a case with <math>4</math> diameters because then there would have to be <math>5</math> diameters for the two remaining people as they have to be connected with a diameter. A contradiction arises.
 
Note that there cannot be a case with <math>4</math> diameters because then there would have to be <math>5</math> diameters for the two remaining people as they have to be connected with a diameter. A contradiction arises.
  
Case 4: <math>5</math> diagonals
+
Case 4: <math>5</math> diameters
  
 
There is only <math>1</math> way to do this.
 
There is only <math>1</math> way to do this.
  
Thus, in total there are <math>2+5+5+1=\boxed{13}</math> possible ways.
+
Thus, in total there are <math>2+5+5+1=\boxed{\textbf{(C) }13}</math> possible ways.
 +
- Minor edits by Pearl2008
  
==Video Solution==
+
==Solution 2==
https://youtu.be/3BvJeZU3T-M (for AMC 10)
+
 
https://youtu.be/0xgTR3UEqbQ (for AMC 12)
+
If each person knows exactly 3 people, that means we form "4 person groups". That is, all the people in the group knows every other person. We can rotate until the circle is filled. We want pairs of people, so the first pair has <math>\dbinom{4}{2}</math> =6. The 2nd pair is just <math>\dbinom{2}{2}</math> =1. We need to multiply these together since these are 1 group. The 3rd pair would be <math>\dbinom{4}{2}</math> =6. The 4th pair is <math>\dbinom{2}{2}</math> =1. We multiply these 2 together and get 6. The final group would be <math>\dbinom{2}{2}</math> =1. So we add these up and we have <math>6 + 6 + 1 = \boxed{(C)13}</math> possible ways.
 +
 
 +
~Arcticturn
 +
 
 +
==Video Solutions==
 +
===Video Solution 1===
 +
https://youtu.be/3BvJeZU3T-M?t=419 (for AMC 10) https://youtu.be/0xgTR3UEqbQ (for AMC 12)
  
 
~IceMatrix
 
~IceMatrix
 +
 +
===Video Solution 2===
 +
https://youtu.be/0W3VmFp55cM?t=2796
 +
 +
~ pi_is_3.14
  
 
==See Also==
 
==See Also==

Revision as of 15:56, 20 October 2021

The following problem is from both the 2020 AMC 10B #17 and 2020 AMC 12B #15, so both problems redirect to this page.

Problem

There are $10$ people standing equally spaced around a circle. Each person knows exactly $3$ of the other $9$ people: the $2$ people standing next to her or him, as well as the person directly across the circle. How many ways are there for the $10$ people to split up into $5$ pairs so that the members of each pair know each other?

$\textbf{(A)}\ 11 \qquad\textbf{(B)}\ 12 \qquad\textbf{(C)}\  13 \qquad\textbf{(D)}\ 14 \qquad\textbf{(E)}\ 15$

Solution 1

Consider the 10 people to be standing in a circle, where two people opposite each other form a diameter of the circle.

Let us use casework on the number of pairs that form a diameter of the circle.

Case 1: $0$ diameters

There are $2$ ways: either $1$ pairs with $2$, $3$ pairs with $4$, and so on or $10$ pairs with $1$, $2$ pairs with $3$, etc.

Case 2: $1$ diameter

There are $5$ possible diameters to draw (everyone else pairs with the person next to them).

Note that there cannot be $2$ diameters since there would be one person on either side that will not have a pair adjacent to them. The only scenario forced is when the two people on either side would be paired up across a diameter. Thus, a contradiction will arise.

Case 3: $3$ diameters

There are $5$ possible sets of $3$ diameters to draw. Notice we are technically choosing the number of ways to choose a pair of two diameters that are neighbors to each other. This means we can choose the first diameter in the pair, and have only two diameters to choose from for the second in the pair. This means we have $5*2=10$ possibilities for choosing 5 neighboring diameters. However, notice that there are duplicates, so we divide the $10$ possibilities by $2$ to get $5$.

Note that there cannot be a case with $4$ diameters because then there would have to be $5$ diameters for the two remaining people as they have to be connected with a diameter. A contradiction arises.

Case 4: $5$ diameters

There is only $1$ way to do this.

Thus, in total there are $2+5+5+1=\boxed{\textbf{(C) }13}$ possible ways. - Minor edits by Pearl2008

Solution 2

If each person knows exactly 3 people, that means we form "4 person groups". That is, all the people in the group knows every other person. We can rotate until the circle is filled. We want pairs of people, so the first pair has $\dbinom{4}{2}$ =6. The 2nd pair is just $\dbinom{2}{2}$ =1. We need to multiply these together since these are 1 group. The 3rd pair would be $\dbinom{4}{2}$ =6. The 4th pair is $\dbinom{2}{2}$ =1. We multiply these 2 together and get 6. The final group would be $\dbinom{2}{2}$ =1. So we add these up and we have $6 + 6 + 1 = \boxed{(C)13}$ possible ways.

~Arcticturn

Video Solutions

Video Solution 1

https://youtu.be/3BvJeZU3T-M?t=419 (for AMC 10) https://youtu.be/0xgTR3UEqbQ (for AMC 12)

~IceMatrix

Video Solution 2

https://youtu.be/0W3VmFp55cM?t=2796

~ pi_is_3.14

See Also

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

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