返回题库

AIME 2015 I · 第 1 题

AIME 2015 I — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The expressions AA = 1×2+3×4+5×6++37×38+391 \times 2 + 3 \times 4 + 5 \times 6 + \cdots + 37 \times 38 + 39 and BB = 1+2×3+4×5++36×37+38×391 + 2 \times 3 + 4 \times 5 + \cdots + 36 \times 37 + 38 \times 39 are obtained by writing multiplication and addition operators in an alternating pattern between successive integers. Find the positive difference between integers AA and BB.

Video Solution For Problems 1-3

https://www.youtube.com/watch?v=5HAk-6qlOH0

解析

Solution 1

We have

AB=1+3(42)+5(64)++37(3836)39(138)|A-B|=|1+3(4-2)+5(6-4)+ \cdots + 37(38-36)-39(1-38)|     2(1+3+5+7++37)139(37)\implies |2(1+3+5+7+ \cdots +37)-1-39(37)|     361(2)139(37)=72211443=722    722\implies |361(2)-1-39(37)|=|722-1-1443|=|-722|\implies \boxed{722}

Solution 2

We see that

A=(1×2)+(3×4)+(5×6)++(35×36)+(37×38)+39A=(1\times 2)+(3\times 4)+(5\times 6)+\cdots +(35\times 36)+(37\times 38)+39

and

B=1+(2×3)+(4×5)+(6×7)++(36×37)+(38×39)B=1+(2\times 3)+(4\times 5)+(6\times 7)+\cdots +(36\times 37)+(38\times 39).

Therefore,

BA=38+(2×2)+(2×4)+(2×6)++(2×36)+(2×38)B-A=-38+(2\times 2)+(2\times 4)+(2\times 6)+\cdots +(2\times 36)+(2\times 38) =38+4×(1+2+3++19)=-38+4\times (1+2+3+\cdots+19) =38+4×20192=38+760=722.=-38+4\times\frac{20\cdot 19}{2}=-38+760=\boxed{722}.

Solution 3 (slower solution)

For those that aren't shrewd enough to recognize the above, we may use Newton's Little Formula to semi-bash the equations.

We write down the pairs of numbers after multiplication and solve each layer:

2,12,30,56,90...(39)2, 12, 30, 56, 90...(39) 10,18,26,34...10, 18, 26, 34... 8,8,8...8, 8, 8... and

(1)6,20,42,72...(1) 6, 20, 42, 72... 14,22,30...14, 22, 30... 8,8,8...8, 8, 8... Then we use Newton's Little Formula for the sum of nn terms in a sequence.

Notice that there are 1919 terms in each sequence, plus the tails of 3939 and 11 on the first and second equations, respectively.

So,

2(191)+10(192)+8(193)+12\binom{19}{1}+10\binom{19}{2}+8\binom{19}{3}+1 6(191)+14(192)+8(193)+396\binom{19}{1}+14\binom{19}{2}+8\binom{19}{3}+39 Subtracting AA from BB gives:

4(191)+4(192)384\binom{19}{1}+4\binom{19}{2}-38 Which unsurprisingly gives us 722.\boxed{722}.

-jackshi2006

Solution 4 (Cheezy Peezy!)

We can stockpile A onto B, like this, so an expression like (1×2)+(3×4)+(5×6)+...+(37×38)+39[(2×3)+(4×5)+...+(38×39)+1](1 \times 2) + (3 \times 4) + (5 \times 6) + ... + (37\times 38) + 39 - [(2 \times 3) + (4 \times 5) + ... + (38 \times 39) +1] is formed. This can be achieved by rearranging the one in this expression to be under the 39, so that there are neat even multpiles.

Next, using paper, one can stock up the expressions like the image shown below. We notice that we have stacked up a lot of even multiples, such as multpiles of 2, 4, 6, 8, et cetera, going on to 38.

Now, notice in the first "column", of (1×2)(2×3)(1 \times 2) - (2 \times 3), the bottom number multiplying 2 is always two greater than the top number multiplying 2. This goes for all of the even multpiles, up to 38. This means that when the bottom expression is subtracted from the top expression, we are left with a lot of 2-2s being multiplied by even numbers. It cascades all the way to 38, meaning that the value of the chunk (excluding the 39-1) adds up to 2×2+2×4+2×6+...+2×38-2\times 2 + -2 \times 4 + -2 \times 6 + ... + -2 \times 38.

By the distributive property, the number is also equivalent to 2(2+4+6+...+38)-2(2+4+6+...+38). A two can also be factored out of this expression from the parentheses, giving 2(2(1+2+...+19))-2(2(1+2+...+19)). Finally, because 2×2=4-2 \times 2 = 4, as well as the fact that the sum of the first nn positive integers is (n)(n+12\frac{(n)(n+1}{2}, we get the expression 4((19)(20)2)=4×380÷2=4×190=760.-4(\frac{(19)(20)}{2}) = -4 \times 380 \div 2 = -4 \times 190 = -760.

However, there is also another thing at the end; the 39139 - 1, using the 1 that was moved earlier! This means we need to add 38 to the number. Because we are in the negatives, adding 38 gives a lower absolute value. Using arithmetic, 760+38=722-760 + 38 = -722, but because the answer is the absolute value, the answer is 722\boxed{722}.

~AlgowheelAZ1