/

AMC10 2024 A

AMC10 2024 A · Q25

AMC10 2024 A · Q25. It mainly tests Basic counting (rules of product/sum), Counting in geometry (lattice points).

The figure below shows a dotted grid $8$ cells wide and $3$ cells tall consisting of $1''\times1''$ squares. Carl places $1$-inch toothpicks along some of the sides of the squares to create a closed loop that does not intersect itself. The numbers in the cells indicate the number of sides of that square that are to be covered by toothpicks, and any number of toothpicks are allowed if no number is written. In how many ways can Carl place the toothpicks?
下图显示一个 8 格宽 3 格高的虚线网格,由 $1''\times1''$ 方格组成。Carl 沿部分方格边放置 1 英寸牙签形成不自交闭合回路。格中数字表示该方格需覆盖的边数,无数字处任意数量牙签允许。Carl 放置牙签的方式有多少种?
stem
(A) 130 130
(B) 144 144
(C) 146 146
(D) 162 162
(E) 196 196
Answer
Correct choice: (C)
正确答案:(C)
Solution
Observations: 1. You can not have a vertical line in any place other than the first two columns and the last two columns. If we did, we would have at least one of the middle cells with toothpicks along more than one side, which would violate the conditions of the problem. 2. There are two cases that look completely different. We can have a long horizontal box that spans all eight cells either on top of or below the middle cells, or we have to have a shape that looks like a rectangle, except with a few places "pushed" in. Thus, using casework, we can split the task of finding those rectangles with squiggly edges into 3 cases. For case 1, we assume that the green lines shown below are given (always have toothpicks on them). In effect, we will use all eight columns. The only toothpicks we can place that will connect to the red lines are to go horizontally inward: Now, concentrate on the first row of squares. A toothpick can be placed on either the bottom or top and connected to a continuous squiggle by adding vertical toothpicks: How many squiggles are possible? We can summarize this by giving a high squiggle position a 1 and a low position a 0, thus we have a 6-digit binary sequence. Thus, we can have $2^6=64$ ways to make this squiggle. (The binary is not absolutely necessary, but it works.) Case 2: We can also pull in one of the sides, thus we can have a squiggle with 5 binary digits, which only uses the first or last 7 columns: Here, we only have 5 binary digits to work with, so there are $2^5=32$ ways to make this squiggle for each individual subcase. There are two subcases, one with the first 7 columns, and the other with the last 7, so we have a total of $32\cdot 2 = 64$ arrangements in this case. Case 3: We can use an even smaller section. Using only the middle 6 columns gives us a 4-wide squiggle: Thus, there are $2^4=16$ ways to make this squiggle. These three cases together cover all loops of this form. If we try to bring the square bracket like shapes on each side any closer, there will be some middle cells that do not touch any toothpicks. Adding up all our cases for these types of shapes: $64+32+32+16=144$. However, there are two more ways to draw a qualifying shape: We can draw a rectangle like that in the first row or third row. Thus, we have a total of $144+2=\boxed{\textbf{(C) }146}$ ways. A note to (potential) editors: This answer was not made to be concise or especially professional. It was made to explicitly explain this problem in a way so that it is easy to understand and follow. Notes: Remember these are the ONLY possible cases. It is impossible to cross through the rows of boxes of ones (in a snake like pattern) to connect the loop around the bottom since then the loop would intersect itself.
观察: 1. 仅前两列和后两列可有垂直线,否则中间格多边违反条件。 2. 两类情况:横跨八列的长横盒在上或下中格,或矩形形"内凹"形。 情况 1:绿线固定(全八列)。仅红线内水平牙签连接。第一行:牙签可上或下,加垂直连接。6 位二进制序列,$2^6=64$ 种。 情况 2:收一边,用前/后 7 列,5 位二进制,$2^5=32$ 种/子情况,总 $64$ 种。 情况 3:中 6 列,4 位二进制,$2^4=16$ 种。 此类总计 $64+64+16=144$。 另两种:第一或第三行矩形。总 $144+2=\boxed{\textbf{(C) }146}$。
Topics
Related Questions
Practice full AMC exams on amcdrill.
Try full-length practice and diagnostics at www.amcdrill.com.