Skip to main content
OlympiadHQ

Browse · harp

Print

smc

number theory senior

Problem

Rows 1, 2, 3, 4, and 5 of a triangular array of integers are shown below.
problem
Each row after the first row is formed by placing a 1 at each end of the row, and each interior entry is 1 greater than the sum of the two numbers diagonally above it in the previous row. What is the units digits of the sum of the 2023 numbers in the 2023rd row?
(A)
(B)
(C)
(D)
Solution
First, let be the sum of the th row. Now, with some observation and math instinct, we can guess that . Now we try to prove it by induction, (works for base case) By definition from the question, the next row is always Double the sum of last row (Imagine each number from last row branches off toward left and right to the next row), plus # of new row, minus 2 (minus leftmost and rightmost's 1) Which gives us Hence, proven Last, simply substitute , we get Last digit of is ,
Final answer
C