A grocer makes a display of cans in which the top row has one can and each lower row has two more cans than the row above it. If the display contains cans, how many rows does it contain?
$ \textbf{(A)}\ 5\qquad
\textbf{(B)}\ 8\qquad
\textbf{(C)}\ 9\qquad
\textbf{(D)}\ 10\qquad
\textbf{(E)}\ 11$
Problem 1250
Official solution
1. Let's denote the number of rows by . The number of cans in the -th row is given by . Therefore, the total number of cans in the display is the sum of the first odd positive integers.
2. The sum of the first odd positive integers is given by the formula:
This is a well-known result that can be derived by induction or by recognizing that the sum of the first odd numbers forms a perfect square.
3. Given that the total number of cans is 100, we set up the equation:
4. Solving for , we take the square root of both sides:
5. Therefore, the number of rows in the display is .
The final answer is .