2025 AMC 10B 第 3 题

先试着解答 2025 AMC 10B 第 3 题,然后核对你的答案与精心整理的解答,解答来自 LIVE by Po-Shen Loh。你也可以参加完整限时模拟考试、查看全部 2025 AMC 10B 解答,或核对答案

所有题目均经美国数学协会(MAA)官方合法授权使用。

3.

一个类似帕斯卡三角形的三角形,第一行为 1010,第二行为 1010 后接 11。从之后的每一行开始,第一个数是 1010,最后一个数是 11,并且和标准帕斯卡三角形一样,行中每个其他数都是它正上方两个数之和。前四行如下图所示。

1111 行所有数之和的各位数字之和是多少?

A Pascal-like triangle has 1010 as the top row and 1010 followed by 11 as the second row. In each subsequent row the first number is 10,10, the last number is 1,1, 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 1111th row?

1111

1313

1414

1616

1717

答案:D
知识点:杨辉三角递推等比数列
难度评级:1270
解答:

SnS_n 为第 nn 行的和。第 n1n-1 行的每个数都会贡献到下一行的两个位置,而固定的边界数 101011 正好补上边缘缺少的项。因此 Sn=2Sn1S_n = 2 S_{n-1}(当 n3n \ge 3)。由 S2=11S_2 = 11,得到 Sn=112n2S_n = 11 \cdot 2^{n-2},所以 S11=1129=5632S_{11} = 11 \cdot 2^9 = 5632。其各位数字之和为 5+6+3+2=165 + 6 + 3 + 2 = 16。因此正确答案是 D

Let SnS_n be the sum of row n.n. Each entry in row n1n-1 feeds the two entries just below it, and the fixed border numbers 1010 and 11 exactly make up for the terms lost at the edges. So Sn=2Sn1S_n = 2 S_{n-1} for n3.n \ge 3. With S2=11,S_2 = 11, this gives Sn=112n2,S_n = 11 \cdot 2^{n-2}, so S11=1129=5632.S_{11} = 11 \cdot 2^9 = 5632. Its digits sum to 5+6+3+2=16.5 + 6 + 3 + 2 = 16. Thus, D is the correct answer.

← 第 2 题#2
完整试卷

其他年份的第 3 题