2025 AMC 8 Problems/Problem 22

Revision as of 20:53, 29 January 2025 by Cxsmi (talk | contribs) (Solution 1)

Problem 22

A classroom has a row of 35 coat hooks. Paulina likes coats to be equally spaced, so that there is the same number of empty hooks before the first coat, after the last coat, and between every coat and the next one. Suppose there is at least 1 coat and at least 1 empty hook. How many different numbers of coats can satisfy Paulina's pattern?

$\textbf{(A)}\ 2\qquad \textbf{(B)}\ 4\qquad \textbf{(C)}\ 5\qquad \textbf{(D)}\ 7\qquad \textbf{(E)}\ 9$

Solution 1

Suppose there are $c$ coats on the rack. Notice that there are $c+1$ "gaps" formed by these coats, each of which must have the same number of empty spaces (say, $k$). Then the values $k$ and $c$ must satisfy $c+k(c+1)=35 \implies kc+k+c=35$. We now use Simon's Favorite Factoring Trick as follows: \[kc+k+c=35\] \[\implies kc+k+c+1=36\] \[\implies (k+1)(c+1)=36\] Our only restrictions now are that $k>0 \implies k+1 > 1$ and $c>0 \implies c+1>1$. Other than that, each factor pair of $36$ produces a valid solution $(k,c)$, which in turn uniquely determines an arrangement. Since $36$ has $9$ factors, our answer is $9-2=\boxed{\textbf{(D)}~7}$. ~cxsmi