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

(See Also)
m (Solution 4)
(21 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
 
As shown in the figure below, a regular dodecahedron (the polyhedron consisting of <math>12</math> congruent regular pentagonal faces) floats in space with two horizontal faces. Note that there is a ring of five slanted faces adjacent to the top face, and a ring of five slanted faces adjacent to the bottom face. How many ways are there to move from the top face to the bottom face via a sequence of adjacent faces so that each face is visited at most once and moves are not permitted from the bottom ring to the top ring?
 
As shown in the figure below, a regular dodecahedron (the polyhedron consisting of <math>12</math> congruent regular pentagonal faces) floats in space with two horizontal faces. Note that there is a ring of five slanted faces adjacent to the top face, and a ring of five slanted faces adjacent to the bottom face. How many ways are there to move from the top face to the bottom face via a sequence of adjacent faces so that each face is visited at most once and moves are not permitted from the bottom ring to the top ring?
 
<math>\textbf{(A) } 125 \qquad \textbf{(B) } 250 \qquad \textbf{(C) } 405 \qquad \textbf{(D) } 640 \qquad \textbf{(E) } 810</math>
 
 
== Diagram ==
 
 
<asy>
 
<asy>
 
import graph;
 
import graph;
Line 39: Line 35:
 
draw(f[5]);
 
draw(f[5]);
 
</asy>
 
</asy>
 +
<math>\textbf{(A) } 125 \qquad \textbf{(B) } 250 \qquad \textbf{(C) } 405 \qquad \textbf{(D) } 640 \qquad \textbf{(E) } 810</math>
  
 
== Solution 1 ==
 
== Solution 1 ==
Line 55: Line 52:
 
<math>\textbf{\textbf{- Emathmaster}}</math>
 
<math>\textbf{\textbf{- Emathmaster}}</math>
  
==Video Solution==
+
== Solution 3 (Similar to Solution 1) ==
https://youtu.be/RKlG6oZq9so
+
From the top, we can go down in five different ways to the five faces underneath the first face. From here we can go down or go to the adjacent faces. From the face you went down from the top face, you can either go clockwise or counterclockwise <math>1</math>, <math>2</math>, <math>3</math>,or <math>4</math> times, or you can go straight down. Then from there, you go down into the lower row, which you have two choices, left or right down. From here we have <math>5 \cdot 9 \cdot 2</math> ways multiplied by the ways you can move from the bottom ring to the bottom face, but we don't need to know that since from here we can see that <math>\boxed{(E)}</math> is the only answer choice divisible by <math>90</math>, so our answer is <math>\boxed{(E)}</math>. ~Terribleteeth
 +
 
 +
 
 +
== Solution 4 ==
 +
There are five ways to get to the top ring. Casework:
 +
 
 +
Case 1: directly go to bottom ring
 +
For each of the 5 initial top ring faces, we have two ways of directly going to the bottom ring, as each face on the top is adjacent to two faces on the bottom. There are <math>5 \cdot 2 = 10</math> paths here.
 +
 
 +
Case 2: traversing sideways
 +
After entering the top ring, we can also choose to travel sideways along the top ring before going to the bottom ring. For each of the 5 initial top ring faces, we can choose 2 directions to go (clockwise or counterclockwise). Once we choose a direction, we can go 1, 2, 3, or 4 faces in that direction. Notice we cannot travel 5 faces because then we would land on the original top ring face, but the problem specifies that we can only travel each face once. Once again, top ring faces are each adjacent to two bottom ring faces, so after traversing sideways we can choose 2 paths to exit. There are <math>5 \cdot 2 \cdot 4 \cdot 2 = 80</math> paths here.
 +
 
 +
Adding the two cases together, there are 90 ways to get to the bottom ring from the top.
 +
 
 +
Next, from the bottom ring to the bottom we do casework again:
 +
 
 +
Case 1: directly go to the bottom
 +
For each of the 90 ways we can get to faces on the bottom ring, there is only 1 way to get to the bottom. So there are 90 ways here.
 +
 
 +
Case 2: traversing sideways
 +
For each of the 90 ways we can get to faces on the bottom ring, there are once again 2 ways to choose the direction and 4 ways to choose the amount of faces traveled. However, after traveling the faces there is only 1 way to go to the bottom face. There are <math>90 \cdot 2 \cdot 4 \cdot 1 = 720</math> paths here.
 +
 
 +
Adding together the cases, there are 810 paths, or answer choice E.
 +
~JH. L
 +
 
 +
==Video Solutions==
 +
===Video Solution 1===
 +
https://youtu.be/rH0MexSWafo ~DSA_Catachu
 +
 
 +
===Video Solution 2===
 +
Education, The Study of Everything
 +
 
 +
https://youtu.be/av1hZOm5ELU
  
~IceMatrix
+
===Video Solution 3===
 +
https://www.youtube.com/watch?v=Y0gezpr8Mrk&list=PLLCzevlMcsWNcTZEaxHe8VaccrhubDOlQ&index=1 ~ MathEx
  
 
==See Also==
 
==See Also==
Line 64: Line 94:
 
{{AMC10 box|year=2020|ab=A|num-b=18|num-a=20}}
 
{{AMC10 box|year=2020|ab=A|num-b=18|num-a=20}}
 
{{MAA Notice}}
 
{{MAA Notice}}
p0p
 

Revision as of 00:38, 7 June 2022

Problem

As shown in the figure below, a regular dodecahedron (the polyhedron consisting of $12$ congruent regular pentagonal faces) floats in space with two horizontal faces. Note that there is a ring of five slanted faces adjacent to the top face, and a ring of five slanted faces adjacent to the bottom face. How many ways are there to move from the top face to the bottom face via a sequence of adjacent faces so that each face is visited at most once and moves are not permitted from the bottom ring to the top ring? [asy] import graph; unitsize(5cm); pair A = (0.082, 0.378); pair B = (0.091, 0.649); pair C = (0.249, 0.899); pair D = (0.479, 0.939); pair E = (0.758, 0.893); pair F = (0.862, 0.658); pair G = (0.924, 0.403); pair H = (0.747, 0.194); pair I = (0.526, 0.075); pair J = (0.251, 0.170); pair K = (0.568, 0.234); pair L = (0.262, 0.449); pair M = (0.373, 0.813); pair N = (0.731, 0.813); pair O = (0.851, 0.461); path[] f; f[0] = A--B--C--M--L--cycle; f[1] = C--D--E--N--M--cycle; f[2] = E--F--G--O--N--cycle; f[3] = G--H--I--K--O--cycle; f[4] = I--J--A--L--K--cycle; f[5] = K--L--M--N--O--cycle; draw(f[0]); axialshade(f[1], white, M, gray(0.5), (C+2*D)/3); draw(f[1]); filldraw(f[2], gray); filldraw(f[3], gray); axialshade(f[4], white, L, gray(0.7), J); draw(f[4]); draw(f[5]); [/asy] $\textbf{(A) } 125 \qquad \textbf{(B) } 250 \qquad \textbf{(C) } 405 \qquad \textbf{(D) } 640 \qquad \textbf{(E) } 810$

Solution 1

Since we start at the top face and end at the bottom face without moving from the lower ring to the upper ring or revisiting a face, our journey must consist of the top face, a series of faces in the upper ring, a series of faces in the lower ring, and the bottom face, in that order.

We have $5$ choices for which face we visit first on the top ring. From there, we have $9$ choices for how far around the top ring we go before moving down: $1,2,3,$ or $4$ faces around clockwise, $1,2,3,$ or $4$ faces around counterclockwise, or immediately going down to the lower ring without visiting any other faces in the upper ring.

We then have $2$ choices for which lower ring face to visit first (since every upper-ring face is adjacent to exactly $2$ lower-ring faces) and then once again $9$ choices for how to travel around the lower ring. We then proceed to the bottom face, completing the trip.

Multiplying together all the numbers of choices we have, we get $5 \cdot 9 \cdot 2 \cdot 9 = \boxed{\textbf{(E) } 810}$.

Solution 2

Swap the faces as vertices and the vertices as faces. Then, this problem is the same as 2016 AIME I #3 which had an answer of $\boxed{\textbf{(E) } 810}$. $\textbf{\textbf{- Emathmaster}}$

Solution 3 (Similar to Solution 1)

From the top, we can go down in five different ways to the five faces underneath the first face. From here we can go down or go to the adjacent faces. From the face you went down from the top face, you can either go clockwise or counterclockwise $1$, $2$, $3$,or $4$ times, or you can go straight down. Then from there, you go down into the lower row, which you have two choices, left or right down. From here we have $5 \cdot 9 \cdot 2$ ways multiplied by the ways you can move from the bottom ring to the bottom face, but we don't need to know that since from here we can see that $\boxed{(E)}$ is the only answer choice divisible by $90$, so our answer is $\boxed{(E)}$. ~Terribleteeth


Solution 4

There are five ways to get to the top ring. Casework:

Case 1: directly go to bottom ring For each of the 5 initial top ring faces, we have two ways of directly going to the bottom ring, as each face on the top is adjacent to two faces on the bottom. There are $5 \cdot 2 = 10$ paths here.

Case 2: traversing sideways After entering the top ring, we can also choose to travel sideways along the top ring before going to the bottom ring. For each of the 5 initial top ring faces, we can choose 2 directions to go (clockwise or counterclockwise). Once we choose a direction, we can go 1, 2, 3, or 4 faces in that direction. Notice we cannot travel 5 faces because then we would land on the original top ring face, but the problem specifies that we can only travel each face once. Once again, top ring faces are each adjacent to two bottom ring faces, so after traversing sideways we can choose 2 paths to exit. There are $5 \cdot 2 \cdot 4 \cdot 2 = 80$ paths here.

Adding the two cases together, there are 90 ways to get to the bottom ring from the top.

Next, from the bottom ring to the bottom we do casework again:

Case 1: directly go to the bottom For each of the 90 ways we can get to faces on the bottom ring, there is only 1 way to get to the bottom. So there are 90 ways here.

Case 2: traversing sideways For each of the 90 ways we can get to faces on the bottom ring, there are once again 2 ways to choose the direction and 4 ways to choose the amount of faces traveled. However, after traveling the faces there is only 1 way to go to the bottom face. There are $90 \cdot 2 \cdot 4 \cdot 1 = 720$ paths here.

Adding together the cases, there are 810 paths, or answer choice E. ~JH. L

Video Solutions

Video Solution 1

https://youtu.be/rH0MexSWafo ~DSA_Catachu

Video Solution 2

Education, The Study of Everything

https://youtu.be/av1hZOm5ELU

Video Solution 3

https://www.youtube.com/watch?v=Y0gezpr8Mrk&list=PLLCzevlMcsWNcTZEaxHe8VaccrhubDOlQ&index=1 ~ MathEx

See Also

https://artofproblemsolving.com/wiki/index.php/2016_AIME_I_Problems/Problem_3

2020 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

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