Difference between revisions of "2017 AMC 10A Problems/Problem 19"

(Solution 3: PIE)
(10 intermediate revisions by 3 users not shown)
Line 41: Line 41:
 
PIE:
 
PIE:
 
Let's count the total number of cases where one of these is true:
 
Let's count the total number of cases where one of these is true:
 +
 
When Alice is with Bob:
 
When Alice is with Bob:
 
<math>2\cdot4!=48</math>
 
<math>2\cdot4!=48</math>
 +
 
When Alice is with Carla:
 
When Alice is with Carla:
 
<math>2\cdot4!=48</math>
 
<math>2\cdot4!=48</math>
When Carla is with Eric:
+
 
 +
When Derek is with Eric:
 
<math>2\cdot4!=48</math>
 
<math>2\cdot4!=48</math>
 +
 
Then, we count the cases where two of these are true.
 
Then, we count the cases where two of these are true.
 +
 
Alice is next to Bob Carla, and Alice is also next to Bob.
 
Alice is next to Bob Carla, and Alice is also next to Bob.
 
There are two ways to rearrange Alice, Bob, and Carla so this is true:
 
There are two ways to rearrange Alice, Bob, and Carla so this is true:
 
BAC and CAB.
 
BAC and CAB.
 
<math>2\cdot3!=12</math>
 
<math>2\cdot3!=12</math>
 +
 
Alice is next to Carla, and Derek is also next to Eric.
 
Alice is next to Carla, and Derek is also next to Eric.
 
<math>2\cdot2\cdot3!=24</math>
 
<math>2\cdot2\cdot3!=24</math>
Alice is with Bob, and Derek is also with Eric.
+
 
 +
Alice is next to Bob, and Derek is also next to Eric.
 
<math>2\cdot2\cdot3!=24</math>
 
<math>2\cdot2\cdot3!=24</math>
 +
 
Finally, we count the cases where all three of these are true:
 
Finally, we count the cases where all three of these are true:
 
<math>2\cdot2\cdot2=8</math>
 
<math>2\cdot2\cdot2=8</math>
 +
 
We add the cases where one of these are true up:
 
We add the cases where one of these are true up:
 
<math>48\cdot3=144</math>
 
<math>48\cdot3=144</math>
 +
 
Subtract the cases where two of these are true:
 
Subtract the cases where two of these are true:
 
<math>144-60=84</math>
 
<math>144-60=84</math>
 +
 
And finally add back the cases where three of these are true:
 
And finally add back the cases where three of these are true:
 
<math>84+8=92</math>
 
<math>84+8=92</math>
Thus, our answer is <math>5!-92=\boxed{28}</math>, or <math>\boxed{\textbf{(C) } 28}</math>
+
 
$
+
Thus, our answer is <math>5!-92=28</math>, or <math>\boxed{\textbf{(C)}}</math>
 +
 
 +
~michaelchang1
 +
 
 +
~minor edit by lapisluminous
 +
ty
 +
 
 +
== Video Solution ==
 +
https://youtu.be/5UojVH4Cqqs?t=2101
 +
 
 +
~ pi_is_3.14
 +
 
 
==Video Solution==
 
==Video Solution==
 
https://youtu.be/umr2Aj9ViOA
 
https://youtu.be/umr2Aj9ViOA

Revision as of 20:18, 15 February 2021

Problem

Alice refuses to sit next to either Bob or Carla. Derek refuses to sit next to Eric. How many ways are there for the five of them to sit in a row of $5$ chairs under these conditions?

$\textbf{(A)}\ 12\qquad\textbf{(B)}\ 16\qquad\textbf{(C)}\ 28\qquad\textbf{(D)}\ 32\qquad\textbf{(E)}\ 40$

Solution 1: Casework

For notation purposes, let Alice be A, Bob be B, Carla be C, Derek be D, and Eric be E. We can split this problem up into two cases:

$\textbf{Case 1: }$ A sits on an edge seat.

Then, since B and C can't sit next to A, that must mean either D or E sits next to A. After we pick either D or E, then either B or C must sit next to D/E. Then, we can arrange the two remaining people in two ways. Since there are two different edge seats that A can sit in, there are a total of $2 \cdot 2 \cdot 2 \cdot 2 = 16$.

$\textbf{Case 2: }$ A does not sit in an edge seat.

In this case, then only two people that can sit next to A are D and E, and there are two ways to permute them, and this also handles the restriction that D can't sit next to E. Then, there are two ways to arrange B and C, the remaining people. However, there are three initial seats that A can sit in, so there are $3 \cdot 2 \cdot 2 = 12$ seatings in this case.

Adding up all the cases, we have $16+12 = \boxed{\textbf{(C) } 28}$.

Solution 2

Label the seats (from left to right) $1$ through $5$. The number of ways to seat Derek and Eric in the five seats with no restrictions is $5 \cdot 4=20$. The number of ways to seat Derek and Eric such that they sit next to each other is $8$ (we can treat Derek and Eric as a "block". There are four ways to seat this "block", and two ways to permute Derek and Eric, for a total of $4\cdot 2=8$), so the number of ways such that Derek and Eric don't sit next to each other is $20-8=12$. Note that once Derek and Eric are seated, there are three cases.

The first case is that they sit at each end. There are two ways to seat Derek and Eric. But this is impossible because then Alice, Bob, and Carla would have to sit in some order in the middle three seats which would lead to Alice sitting next to Bob or Carla, a contradiction. So this case gives us $0$ ways.

Another possible case is if Derek and Eric seat in seats $2$ and $4$ in some order. There are $2$ possible ways to seat Derek and Eric like this. This leaves Alice, Bob, and Carla to sit in any order in the remaining three seats. Since no two of these three seats are consecutive, there are $3!=6$ ways to do this. So the second case gives us $2 \cdot 6=12$ total ways for the second case.

The last case is if once Derek and Eric are seated, exactly one pair of consecutive seats are available. There are $12-2-2=8$ ways to seat Derek and Eric like this. Once they are seated like this, Alice cannot sit in one of the two consecutive available seats without sitting next to Bob or Carla. So Alice has to sit in the other remaining chair. Then, there are two ways to seat Bob and Carla in the remaining two seats (which are consecutive). So this case gives us $8 \cdot 2=16$ ways.

So in total there are $12+16=28$. So our answer is $\boxed{\textbf{(C)}\ 28}$.
Minor LaTeX edits by fasterthanlight

Minor clarity edits by Carrot_Karen

Solution 3: PIE

We start with complementary counting. After all, it's much easier to count the cases where some of these restraints are true, then when they aren't.

PIE: Let's count the total number of cases where one of these is true:

When Alice is with Bob: $2\cdot4!=48$

When Alice is with Carla: $2\cdot4!=48$

When Derek is with Eric: $2\cdot4!=48$

Then, we count the cases where two of these are true.

Alice is next to Bob Carla, and Alice is also next to Bob. There are two ways to rearrange Alice, Bob, and Carla so this is true: BAC and CAB. $2\cdot3!=12$

Alice is next to Carla, and Derek is also next to Eric. $2\cdot2\cdot3!=24$

Alice is next to Bob, and Derek is also next to Eric. $2\cdot2\cdot3!=24$

Finally, we count the cases where all three of these are true: $2\cdot2\cdot2=8$

We add the cases where one of these are true up: $48\cdot3=144$

Subtract the cases where two of these are true: $144-60=84$

And finally add back the cases where three of these are true: $84+8=92$

Thus, our answer is $5!-92=28$, or $\boxed{\textbf{(C)}}$

~michaelchang1

~minor edit by lapisluminous ty

Video Solution

https://youtu.be/5UojVH4Cqqs?t=2101

~ pi_is_3.14

Video Solution

https://youtu.be/umr2Aj9ViOA

See Also

2017 AMC 10A (ProblemsAnswer KeyResources)
Preceded by
Problem 18
Followed by
Problem 20
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
2017 AMC 12A (ProblemsAnswer KeyResources)
Preceded by
Problem 13
Followed by
Problem 15
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