Difference between revisions of "2011 AMC 10A Problems/Problem 22"

(Created page with '== Problem 22 == Each vertex of convex pentagon ABCDE is to be assigned a color. There are 6 colors to choose from, and the ends of each diagonal must have different colors. How …')
 
(Solution 5 (constructive counting))
(22 intermediate revisions by 19 users not shown)
Line 1: Line 1:
 
== Problem 22 ==
 
== Problem 22 ==
Each vertex of convex pentagon ABCDE is to be assigned a color. There are 6 colors to choose from, and the ends of each diagonal must have different colors. How many different colorings are possible?
+
Each vertex of convex pentagon <math>ABCDE</math> is to be assigned a color. There are <math>6</math> colors to choose from, and the ends of each diagonal must have different colors. How many different colorings are possible?
  
 
<math> \textbf{(A)}\ 2520\qquad\textbf{(B)}\ 2880\qquad\textbf{(C)}\ 3120\qquad\textbf{(D)}\ 3250\qquad\textbf{(E)}\ 3750 </math>
 
<math> \textbf{(A)}\ 2520\qquad\textbf{(B)}\ 2880\qquad\textbf{(C)}\ 3120\qquad\textbf{(D)}\ 3250\qquad\textbf{(E)}\ 3750 </math>
 +
 +
== Solution 1 ==
 +
 +
Let vertex <math>A</math> be any vertex, then vertex <math>B</math> be one of the diagonal vertices to <math>A</math>, <math>C</math> be one of the diagonal vertices to <math>B</math>, and so on. We consider cases for this problem.
 +
 +
In the case that <math>C</math> has the same color as <math>A</math>, <math>D</math> has a different color from <math>A</math> and so <math>E</math> has a different color from <math>A</math> and <math>D</math>. In this case, <math>A</math> has <math>6</math> choices, <math>B</math> has <math>5</math> choices (any color but the color of <math>A</math>), <math>C</math> has <math>1</math> choice, <math>D</math> has <math>5</math> choices, and <math>E</math> has <math>4</math> choices, resulting in a possible of <math>6 \cdot 5 \cdot 1 \cdot 5 \cdot 4 = 600</math> combinations.
 +
 +
In the case that <math>C</math> has a different color from <math>A</math> and <math>D</math> has a different color from <math>A</math>, <math>A</math> has <math>6</math> choices, <math>B</math> has <math>5</math> choices, <math>C</math> has <math>4</math> choices (since <math>A</math> and <math>B</math> necessarily have different colors), <math>D</math> has <math>4</math> choices, and <math>E</math> has <math>4</math> choices, resulting in a possible of <math>6 \cdot 5 \cdot 4 \cdot 4 \cdot 4 = 1920</math> combinations.
 +
 +
In the case that <math>C</math> has a different color from <math>A</math> and <math>D</math> has the same color as <math>A</math>, <math>A</math> has <math>6</math> choices, <math>B</math> has <math>5</math> choices, <math>C</math> has <math>4</math> choices, <math>D</math> has <math>1</math> choice, and <math>E</math> has <math>5</math> choices, resulting in a possible of <math>6 \cdot 5 \cdot 4 \cdot 1 \cdot 5 = 600</math> combinations.
 +
 +
Adding all those combinations up, we get <math>600+1920+600=\boxed{3120 \ \mathbf{(C)}}</math>.
 +
 +
==Solution 2==
 +
 +
First, notice that there can be <math>3</math> cases. One with all vertices painted different colors, one with one pair of adjacent vertices painted the same color and the final one with two pairs of adjacent vertices painted two different colors.
 +
 +
Case <math>1</math>: There are <math>6!</math> ways of assigning each vertex a different color. <math>6! = 720</math>
 +
 +
Case <math>2</math>: There are <math>\frac {6!}{2!} * 5</math> ways. After picking four colors, we can rotate our pentagon in <math>5</math> ways to get different outcomes. <math>\frac {6!}{2} * 5 = 1800</math>
 +
 +
Case <math>3</math>: There are <math>\frac {\frac {6!}{3!} * 10}{2!}</math> ways of arranging the final case. We can pick <math>3</math> colors for our pentagon. There are <math>5</math> spots for the first pair of colors. Then, there are <math>2</math> possible ways we can put the final pair in the last <math>3</math> spaces. But because the two pairs are indistinguishable, we divide by <math>2!</math>. <math>\frac {\frac {6!}{3!} * 10}{2!} = 600</math>
 +
 +
Adding all the possibilities up, we get <math>720+1800+600=\boxed{3120 \ \mathbf{(C)}}</math>
 +
 +
~ZericHang
 +
 +
==Solution 3==
 +
There are <math>6</math> ways to assign a color to <math>A</math>. WLOG, give vertex <math>A</math> a color; we can multiply by <math>6</math> at the end. Since vertices <math>A</math> and <math>C</math> cannot have the same color, there are <math>5</math> ways to assign colors to vertex <math>C</math>. Using this same logic, there are <math>5</math> ways to assign a color to vertices <math>E</math>, <math>B</math>, and <math>D</math>, giving a total of <math>5^4=625</math> ways. However, vertex <math>D</math> cannot be the same color as vertex <math>A</math>. To use complementary counting, we need to find the amount of ways for <math>D</math> and <math>A</math> to have the same color. Notice that this is equivalent to the amount of ways to arrange colors among the vertices of a square. Using the same logic as above, there are <math>5^3=125</math> ways, except we must subtract the number of ways for a triangle. Each time, there is <math>1</math> less vertex, so <math>5</math> times less ways to color. This process stops when there are only <math>2</math> vertices left; in this case there are simply <math>5</math> ways to color this figure.
 +
So in conclusion, there are <math>6(5^4-(5^3-(5^2-(5))))=6(5^4-5^3+5^2-5)=\boxed{3120 \ \mathbf{(C)}}</math> ways.
 +
 +
==Solution 4==
 +
This problem is a direct application of the chromatic polynomial of a graph, represented by <math>P_k(G)</math>, which returns a polynomial representing the number of ways to color a graph <math>G</math> with <math>k</math> colors such that no two adjacent vertices share the same color. In other words, it gives us a polynomial in terms of <math>k</math> where we can plug in <math>k=6</math> to get our answer. 
 +
 +
Well, if we want to find <math>P_k</math> for a graph <math>G</math>, we should probably first draw the graph, right? We can first draw five vertices (without any edges) in the shape of a pentagon. After connecting the diagonals, we get a star. We attempt to shift the vertices around to simplify the graph, which we quickly realize is isomorphic (can be turned into) the five-cycle, or the pentagon. 
 +
 +
Finding <math>P_k</math> on a graph with a cycle of length at most 3 is straightforward -- we first pick a vertex v. It has 0 colored (visited) neighbors, so we can color it in k ways. We then move on to the vertices adjacent to v, etc, and at the end we multiply all these together. For example, the chromatic polynomial of a triangle is <math>k(k-1)(k-2)</math>. However, cycles with length > 3 introduce ambiguity, and thus the above technique fails. Thus, we need to use the recursive formula <math>P_k(G) = P_k(G-e)-P_k(G*e)</math>, where <math>G-e</math> represents removing e and <math>G*e</math> represents contracting e, or collapsing the two endpoints of e into one. When we hit a graph where the longest cycle has length 3, we can use the first technique to quickly find <math>P_k</math>.
 +
 +
After about four iterations of the algorithm, we get that the chromatic polynomial is <math>k(k-1)^4 - k(k-1)^3 + k(k-1)(k-2)</math>. Plugging in 6 gives us <math>\boxed{3120 \ \mathbf{(C)}}</math>.
 +
 +
~Helloworld1
 +
 +
==Solution 5 (constructive counting) ==
 +
 +
In pentagon <math>ABCDE</math>, fix any vertex <math>A</math>. Now draw diagonal <math>AC</math>. There are six choices for vertex <math>A</math> and <math>5</math> choices for vertex <math>C</math>
 +
 +
Now draw diagonal <math>CE</math>. Since <math>E</math> cannot be the same color as vertex <math>C</math>, we have <math>5</math> choices for <math>E</math>. Again, we have five choices for vertex <math>D</math> (draw diagonal <math>AD</math>).
 +
 +
Thus there are <math>6 \cdot 5</math> choices for vertices <math>A</math> and <math>C</math> and <math>5 \cdot 5</math> combinations for <math>D</math> and <math>E</math>.
 +
 +
To determine the final count, we consider two cases for the final <math>25</math> combinations of <math>D</math> and <math>E</math>, which uniquely determines <math>B</math>. Then, we multiply by <math>30</math> since the choices of <math>A</math> and <math>C</math> are independent from these two cases.
 +
 +
Case <math>1</math>: <math>D</math> and <math>E</math> are the same color. There are <math>4</math> possible pairs (This is because <math>D</math> and <math>E</math> are not chosen from the same 5 colors. <math>D</math> cannot be <math>A</math> as they are on a diagonal, but <math>E</math> can be. ~ primegn), and thus we have <math>5</math> choices for <math>B</math>. There are <math>20</math> cases here.
 +
 +
Case <math>2</math>: <math>D</math> and <math>E</math> are different. There are <math>25-4 = 21</math> possible combinations and we have <math>4</math> choices for <math>B</math> (not the color of <math>D</math> nor <math>E</math>). In this case we have <math>21 \cdot 4 = 84</math> cases.
 +
 +
Our final count is <math>30(84+20) = \boxed{3120}</math>, which is answer <math>\boxed{\textbf{(C)}}</math>.
 +
 +
~FIREDRAGONMATH16
 +
 +
==Solution 6 (Casework)==
 +
WLOG, draw <math>ABCDE</math> such that point <math>A</math> is at the top, and write the letters in counterclockwise order. WLOG, fill in <math>A</math> first. There are <math>6</math> ways to do so. From here we proceed with casework on the color of <math>B</math>:
 +
 +
*Case 1: <math>B</math> is the same color as <math>A</math>
 +
  In this case, there is <math>1</math> option for <math>B</math>, <math>5</math> options for <math>C</math>, <math>5</math> options for <math>D</math>, and <math>4</math> options for <math>E</math>. <math>6\cdot1\cdot5\cdot5\cdot4=600</math>.
 +
*Case 2: <math>B</math> and <math>A</math> are different colors
 +
  In this case, there are <math>5</math> options for <math>B</math>, <math>5</math> options for <math>C</math>, <math>4</math> options for <math>D</math>, but we notice we need to do casework on the color of <math>C</math>.
 +
*Case 2.1: <math>C</math> and <math>B</math> are the same color
 +
  There are <math>6</math> options for <math>A</math>, <math>5</math> options for <math>B</math>, <math>1</math> option for <math>C</math>, <math>4</math> options for <math>D</math>, and <math>5</math> options for <math>E</math>. <math>6\cdot5\cdot1\cdot4\cdot5=600</math>.
 +
*Case 2.2: <math>C</math> and <math>B</math> are different colors
 +
  There are <math>6</math> options for <math>A</math>, <math>5</math> options for <math>B</math>, <math>4</math> options for <math>C</math>, <math>4</math> options for <math>D</math>, and <math>4</math> options for <math>E</math>. <math>6\cdot5\cdot4\cdot4\cdot4=1920</math>.
 +
 +
Summing up the cases, <math>600+600+1920=3120 \Longrightarrow \boxed{\textbf{(C) } 3120}</math>.
 +
 +
~JH. L
 +
 +
== Solution 7 ==
 +
 +
 +
Notice that a minimum of, <math>3</math> and a maximum of <math>5</math> colours can be used.
 +
 +
*Case <math>1</math>: <math>5</math> colours used.
 +
This is straight forward and there are <math>6P5 = 720</math> ways.
 +
 +
*Case <math>2</math>: <math>4</math> colours used.
 +
If <math>x</math> and <math>y</math> have same colours, they have to be adjacent. Let <math>x</math> be directly right of <math>y</math>. <math>4</math> consecutive points from <math>x</math> clockwise have different colours. They can be coloured in <math>6P4=360</math> ways. And <math>x</math> can be chosen in <math>5</math> ways, bringing the total to <math>360 \times 5=1800</math>.
 +
 +
*Case <math>3</math>: <math>3</math> colours used.
 +
Note that <math>3</math> points can't have the same colour as at least <math>1</math> of the lines joining them will be a diagonal. Then the arrangement is <math>2-2-1</math>. The point with distinct colour can be chosen in <math>5</math> ways and can be coloured in <math>6</math> ways. The next two points clockwise can be coloured in <math>5</math> ways and the next two in <math>4</math> ways. The total is <math>5 \times 6 \times 5 \times 4=600</math>.
 +
 +
Finally, adding all cases, the answer is <math>600+1800+720=3120 \Longrightarrow \boxed{\textbf{(C) } 3120}</math>.
 +
 +
~IamBATMAN1313
 +
 +
==Solution 8==
 +
 +
Name the pentagon <math>ADBEC</math>. Then <math>A,B;</math> <math>B,C;</math> <math>C,D;</math> <math>D,E</math> and <math>E,A</math> have to be of different colours.
 +
 +
<math>A</math> can be coloured in <math>6</math> ways, <math>B</math> in <math>5</math> ways (Without the one used for <math>A</math>), <math>C</math> in <math>5</math> ways (Without the one used for <math>B</math>), <math>D</math> in <math>5</math> ways (Without the one used for <math>C</math>).
 +
 +
Now we find the expected value of how many ways can <math>E</math> be coloured.
 +
 +
If <math>A</math> and <math>C</math> are of the same colour, <math>A</math> and <math>D</math> are always different. This happens <math>\frac{1}{5}</math> times and leaves <math>4</math> options for <math>E</math>.
 +
 +
If <math>A</math> and <math>C</math> are of different colours <math>\left(\frac{4}{5} \ \text{of the time} \right)</math> then there is a <math>\frac{1}{5}</math> chance that <math>A</math> and <math>D</math> are of same colour and <math>\frac{4}{5}</math> chance that they are different. The first one leaves <math>5</math> ways to colour <math>E</math> and the second one leaves <math>4</math>.
 +
 +
Calculating all these, we find the expected value for the number of ways <math>E</math> can be coloured is <math>\frac{1}{5} \times 4 + \frac{4}{5} \left( \frac{1}{5} \times 5 + \frac{4}{5} \times 4 \right) = 4.16</math>
 +
 +
Therefore total number or ways <math>= 6 \times 5 \times 5 \times 5 \times 4.16 = \boxed{\textbf{(C) } 3120}</math>.
 +
 +
~IamBATMAN1313
 +
 +
==Video Solution==
 +
https://youtu.be/FThly7dRBIE
 +
 +
~IceMatrix
 +
 +
== See Also ==
 +
{{AMC10 box|year=2011|ab=A|num-b=21|num-a=23}}
 +
[[Category:Intermediate Combinatorics Problems]]
 +
{{MAA Notice}}

Revision as of 14:06, 14 July 2022

Problem 22

Each vertex of convex pentagon $ABCDE$ is to be assigned a color. There are $6$ colors to choose from, and the ends of each diagonal must have different colors. How many different colorings are possible?

$\textbf{(A)}\ 2520\qquad\textbf{(B)}\ 2880\qquad\textbf{(C)}\ 3120\qquad\textbf{(D)}\ 3250\qquad\textbf{(E)}\ 3750$

Solution 1

Let vertex $A$ be any vertex, then vertex $B$ be one of the diagonal vertices to $A$, $C$ be one of the diagonal vertices to $B$, and so on. We consider cases for this problem.

In the case that $C$ has the same color as $A$, $D$ has a different color from $A$ and so $E$ has a different color from $A$ and $D$. In this case, $A$ has $6$ choices, $B$ has $5$ choices (any color but the color of $A$), $C$ has $1$ choice, $D$ has $5$ choices, and $E$ has $4$ choices, resulting in a possible of $6 \cdot 5 \cdot 1 \cdot 5 \cdot 4 = 600$ combinations.

In the case that $C$ has a different color from $A$ and $D$ has a different color from $A$, $A$ has $6$ choices, $B$ has $5$ choices, $C$ has $4$ choices (since $A$ and $B$ necessarily have different colors), $D$ has $4$ choices, and $E$ has $4$ choices, resulting in a possible of $6 \cdot 5 \cdot 4 \cdot 4 \cdot 4 = 1920$ combinations.

In the case that $C$ has a different color from $A$ and $D$ has the same color as $A$, $A$ has $6$ choices, $B$ has $5$ choices, $C$ has $4$ choices, $D$ has $1$ choice, and $E$ has $5$ choices, resulting in a possible of $6 \cdot 5 \cdot 4 \cdot 1 \cdot 5 = 600$ combinations.

Adding all those combinations up, we get $600+1920+600=\boxed{3120 \ \mathbf{(C)}}$.

Solution 2

First, notice that there can be $3$ cases. One with all vertices painted different colors, one with one pair of adjacent vertices painted the same color and the final one with two pairs of adjacent vertices painted two different colors.

Case $1$: There are $6!$ ways of assigning each vertex a different color. $6! = 720$

Case $2$: There are $\frac {6!}{2!} * 5$ ways. After picking four colors, we can rotate our pentagon in $5$ ways to get different outcomes. $\frac {6!}{2} * 5 = 1800$

Case $3$: There are $\frac {\frac {6!}{3!} * 10}{2!}$ ways of arranging the final case. We can pick $3$ colors for our pentagon. There are $5$ spots for the first pair of colors. Then, there are $2$ possible ways we can put the final pair in the last $3$ spaces. But because the two pairs are indistinguishable, we divide by $2!$. $\frac {\frac {6!}{3!} * 10}{2!} = 600$

Adding all the possibilities up, we get $720+1800+600=\boxed{3120 \ \mathbf{(C)}}$

~ZericHang

Solution 3

There are $6$ ways to assign a color to $A$. WLOG, give vertex $A$ a color; we can multiply by $6$ at the end. Since vertices $A$ and $C$ cannot have the same color, there are $5$ ways to assign colors to vertex $C$. Using this same logic, there are $5$ ways to assign a color to vertices $E$, $B$, and $D$, giving a total of $5^4=625$ ways. However, vertex $D$ cannot be the same color as vertex $A$. To use complementary counting, we need to find the amount of ways for $D$ and $A$ to have the same color. Notice that this is equivalent to the amount of ways to arrange colors among the vertices of a square. Using the same logic as above, there are $5^3=125$ ways, except we must subtract the number of ways for a triangle. Each time, there is $1$ less vertex, so $5$ times less ways to color. This process stops when there are only $2$ vertices left; in this case there are simply $5$ ways to color this figure. So in conclusion, there are $6(5^4-(5^3-(5^2-(5))))=6(5^4-5^3+5^2-5)=\boxed{3120 \ \mathbf{(C)}}$ ways.

Solution 4

This problem is a direct application of the chromatic polynomial of a graph, represented by $P_k(G)$, which returns a polynomial representing the number of ways to color a graph $G$ with $k$ colors such that no two adjacent vertices share the same color. In other words, it gives us a polynomial in terms of $k$ where we can plug in $k=6$ to get our answer.

Well, if we want to find $P_k$ for a graph $G$, we should probably first draw the graph, right? We can first draw five vertices (without any edges) in the shape of a pentagon. After connecting the diagonals, we get a star. We attempt to shift the vertices around to simplify the graph, which we quickly realize is isomorphic (can be turned into) the five-cycle, or the pentagon.

Finding $P_k$ on a graph with a cycle of length at most 3 is straightforward -- we first pick a vertex v. It has 0 colored (visited) neighbors, so we can color it in k ways. We then move on to the vertices adjacent to v, etc, and at the end we multiply all these together. For example, the chromatic polynomial of a triangle is $k(k-1)(k-2)$. However, cycles with length > 3 introduce ambiguity, and thus the above technique fails. Thus, we need to use the recursive formula $P_k(G) = P_k(G-e)-P_k(G*e)$, where $G-e$ represents removing e and $G*e$ represents contracting e, or collapsing the two endpoints of e into one. When we hit a graph where the longest cycle has length 3, we can use the first technique to quickly find $P_k$.

After about four iterations of the algorithm, we get that the chromatic polynomial is $k(k-1)^4 - k(k-1)^3 + k(k-1)(k-2)$. Plugging in 6 gives us $\boxed{3120 \ \mathbf{(C)}}$.

~Helloworld1

Solution 5 (constructive counting)

In pentagon $ABCDE$, fix any vertex $A$. Now draw diagonal $AC$. There are six choices for vertex $A$ and $5$ choices for vertex $C$

Now draw diagonal $CE$. Since $E$ cannot be the same color as vertex $C$, we have $5$ choices for $E$. Again, we have five choices for vertex $D$ (draw diagonal $AD$).

Thus there are $6 \cdot 5$ choices for vertices $A$ and $C$ and $5 \cdot 5$ combinations for $D$ and $E$.

To determine the final count, we consider two cases for the final $25$ combinations of $D$ and $E$, which uniquely determines $B$. Then, we multiply by $30$ since the choices of $A$ and $C$ are independent from these two cases.

Case $1$: $D$ and $E$ are the same color. There are $4$ possible pairs (This is because $D$ and $E$ are not chosen from the same 5 colors. $D$ cannot be $A$ as they are on a diagonal, but $E$ can be. ~ primegn), and thus we have $5$ choices for $B$. There are $20$ cases here.

Case $2$: $D$ and $E$ are different. There are $25-4 = 21$ possible combinations and we have $4$ choices for $B$ (not the color of $D$ nor $E$). In this case we have $21 \cdot 4 = 84$ cases.

Our final count is $30(84+20) = \boxed{3120}$, which is answer $\boxed{\textbf{(C)}}$.

~FIREDRAGONMATH16

Solution 6 (Casework)

WLOG, draw $ABCDE$ such that point $A$ is at the top, and write the letters in counterclockwise order. WLOG, fill in $A$ first. There are $6$ ways to do so. From here we proceed with casework on the color of $B$:

  • Case 1: $B$ is the same color as $A$
  In this case, there is $1$ option for $B$, $5$ options for $C$, $5$ options for $D$, and $4$ options for $E$. $6\cdot1\cdot5\cdot5\cdot4=600$.
  • Case 2: $B$ and $A$ are different colors
  In this case, there are $5$ options for $B$, $5$ options for $C$, $4$ options for $D$, but we notice we need to do casework on the color of $C$.
  • Case 2.1: $C$ and $B$ are the same color
  There are $6$ options for $A$, $5$ options for $B$, $1$ option for $C$, $4$ options for $D$, and $5$ options for $E$. $6\cdot5\cdot1\cdot4\cdot5=600$.
  • Case 2.2: $C$ and $B$ are different colors
  There are $6$ options for $A$, $5$ options for $B$, $4$ options for $C$, $4$ options for $D$, and $4$ options for $E$. $6\cdot5\cdot4\cdot4\cdot4=1920$.

Summing up the cases, $600+600+1920=3120 \Longrightarrow \boxed{\textbf{(C) } 3120}$.

~JH. L

Solution 7

Notice that a minimum of, $3$ and a maximum of $5$ colours can be used.

  • Case $1$: $5$ colours used.

This is straight forward and there are $6P5 = 720$ ways.

  • Case $2$: $4$ colours used.

If $x$ and $y$ have same colours, they have to be adjacent. Let $x$ be directly right of $y$. $4$ consecutive points from $x$ clockwise have different colours. They can be coloured in $6P4=360$ ways. And $x$ can be chosen in $5$ ways, bringing the total to $360 \times 5=1800$.

  • Case $3$: $3$ colours used.

Note that $3$ points can't have the same colour as at least $1$ of the lines joining them will be a diagonal. Then the arrangement is $2-2-1$. The point with distinct colour can be chosen in $5$ ways and can be coloured in $6$ ways. The next two points clockwise can be coloured in $5$ ways and the next two in $4$ ways. The total is $5 \times 6 \times 5 \times 4=600$.

Finally, adding all cases, the answer is $600+1800+720=3120 \Longrightarrow \boxed{\textbf{(C) } 3120}$.

~IamBATMAN1313

Solution 8

Name the pentagon $ADBEC$. Then $A,B;$ $B,C;$ $C,D;$ $D,E$ and $E,A$ have to be of different colours.

$A$ can be coloured in $6$ ways, $B$ in $5$ ways (Without the one used for $A$), $C$ in $5$ ways (Without the one used for $B$), $D$ in $5$ ways (Without the one used for $C$).

Now we find the expected value of how many ways can $E$ be coloured.

If $A$ and $C$ are of the same colour, $A$ and $D$ are always different. This happens $\frac{1}{5}$ times and leaves $4$ options for $E$.

If $A$ and $C$ are of different colours $\left(\frac{4}{5} \ \text{of the time} \right)$ then there is a $\frac{1}{5}$ chance that $A$ and $D$ are of same colour and $\frac{4}{5}$ chance that they are different. The first one leaves $5$ ways to colour $E$ and the second one leaves $4$.

Calculating all these, we find the expected value for the number of ways $E$ can be coloured is $\frac{1}{5} \times 4 + \frac{4}{5} \left( \frac{1}{5} \times 5 + \frac{4}{5} \times 4 \right) = 4.16$

Therefore total number or ways $= 6 \times 5 \times 5 \times 5 \times 4.16 = \boxed{\textbf{(C) } 3120}$.

~IamBATMAN1313

Video Solution

https://youtu.be/FThly7dRBIE

~IceMatrix

See Also

2011 AMC 10A (ProblemsAnswer KeyResources)
Preceded by
Problem 21
Followed by
Problem 23
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