AMC 10B 2025 (Problem 3)
A Pascal-like triangle has as the top row and followed by as the second row. In each subsequent row the first number is , the last number is , and, as in the standard Pascal's Triangle, each other number in the row is the sum of the two numbers directly above it. The first four rows are shown below:
What is the sum of the digits of the sum of the numbers in the th row?
What is the sum of the digits of the sum of the numbers in the th row?


From , each number is considered twice in the next row.
(D)