返回题库

AIME 1986 · 第 4 题

AIME 1986 — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Determine 3x4+2x53x_4+2x_5 if x1x_1, x2x_2, x3x_3, x4x_4, and x5x_5 satisfy the system of equations below.

2x1+x2+x3+x4+x5=62x_1+x_2+x_3+x_4+x_5=6 x1+2x2+x3+x4+x5=12x_1+2x_2+x_3+x_4+x_5=12 x1+x2+2x3+x4+x5=24x_1+x_2+2x_3+x_4+x_5=24 x1+x2+x3+2x4+x5=48x_1+x_2+x_3+2x_4+x_5=48 x1+x2+x3+x4+2x5=96x_1+x_2+x_3+x_4+2x_5=96
解析

Solution

Adding all five equations gives us 6(x1+x2+x3+x4+x5)=6(1+2+4+8+16)6(x_1 + x_2 + x_3 + x_4 + x_5) = 6(1 + 2 + 4 + 8 + 16) so x1+x2+x3+x4+x5=31x_1 + x_2 + x_3 + x_4 + x_5 = 31. Subtracting this from the fourth given equation gives x4=17x_4 = 17 and subtracting it from the fifth given equation gives x5=65x_5 = 65, so our answer is 317+265=1813\cdot17 + 2\cdot65 = \boxed{181}.

Solution 2

Subtracting the first equation from every one of the other equations yields

x2x1=6x3x1=18x4x1=42x5x1=90\begin{aligned} x_2-x_1&=6\\ x_3-x_1&=18\\ x_4-x_1&=42\\ x_5-x_1&=90 \end{aligned} Thus

2x1+x2+x3+x4+x5=62x1+(x1+6)+(x1+18)+(x1+42)+(x1+90)=66x1+156=6x1=25\begin{aligned} 2x_1+x_2+x_3+x_4+x_5&=6\\ 2x_1+(x_1+6)+(x_1+18)+(x_1+42)+(x_1+90)&=6\\ 6x_1+156&=6\\ x_1&=-25 \end{aligned} Using the previous equations,

3x4+2x5=3(x1+42)+2(x1+90)=1813x_4+2x_5=3(x_1+42)+2(x_1+90)=\boxed{181} ~ Nafer