AMC 10 · 2003 · #7

Grade 8 arithmetic
floor-functionperfect-squarespattern-recognition identify-subproblems ↑ Prerequisites: perfect-squares
📏 Medium solution 💡 2 insights
Problem

The symbolism x\lfloor x \rfloor denotes the largest integer not exceeding xx. For example, 3=3,\lfloor 3 \rfloor = 3, and 9/2=4\lfloor 9/2 \rfloor = 4. Compute
1+2+3++16.\lfloor \sqrt{1} \rfloor + \lfloor \sqrt{2} \rfloor + \lfloor \sqrt{3} \rfloor + \cdots + \lfloor \sqrt{16} \rfloor.

Pick an answer.

(A)
35
(B)
38
(C)
40
(D)
42
(E)
136

AMC 10 2003 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

Try it yourself first — the explanation is most useful after you’ve attempted it.