Difference between revisions of "2024 AMC 10A Problems/Problem 25"
Line 16: | Line 16: | ||
</asy> | </asy> | ||
<math>\textbf{(A) }130\qquad\textbf{(B) }144\qquad\textbf{(C) }146\qquad\textbf{(D) }162\qquad\textbf{(E) }196</math> | <math>\textbf{(A) }130\qquad\textbf{(B) }144\qquad\textbf{(C) }146\qquad\textbf{(D) }162\qquad\textbf{(E) }196</math> | ||
+ | |||
==Solution== | ==Solution== | ||
+ | Call the first row <math>A</math> and the second row <math>B</math>. To cross over from <math>A</math> to <math>B</math>, we must touch two boxes during each cross, and we will cross twice. We can cross at the first column or the second column on the left side, and the eighth column or the ninth column on the right side. For each crossing case, the remaining boxes not touched (<math>6,5,5,4</math> boxes depending on the crossing points) can be touched at either the top or the bottom but not both, so there are <math>2^n</math> cases for <math>n</math> remaining boxes. Thus there are <math>2^6+2^5+2^5+2^4=144</math> cases. However, we have forgotten the case where the loop only resides in <math>A</math> or only in <math>B</math>, so the final count is <math>144+2=\boxed{\textbf{(C) }146}</math>. | ||
+ | |||
+ | ~eevee9406 |
Revision as of 16:33, 8 November 2024
Problem
The figure below shows a dotted grid cells wide and cells tall consisting of squares. Carl places -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?
Solution
Call the first row and the second row . To cross over from to , we must touch two boxes during each cross, and we will cross twice. We can cross at the first column or the second column on the left side, and the eighth column or the ninth column on the right side. For each crossing case, the remaining boxes not touched ( boxes depending on the crossing points) can be touched at either the top or the bottom but not both, so there are cases for remaining boxes. Thus there are cases. However, we have forgotten the case where the loop only resides in or only in , so the final count is .
~eevee9406