AIME 2015 I · 第 1 题
AIME 2015 I — Problem 1
题目详情
Problem
The expressions = and = are obtained by writing multiplication and addition operators in an alternating pattern between successive integers. Find the positive difference between integers and .
Video Solution For Problems 1-3
https://www.youtube.com/watch?v=5HAk-6qlOH0
解析
Solution 1
We have
Solution 2
We see that
and
.
Therefore,
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:
and
Then we use Newton's Little Formula for the sum of terms in a sequence.
Notice that there are terms in each sequence, plus the tails of and on the first and second equations, respectively.
So,
Subtracting from gives:
Which unsurprisingly gives us
-jackshi2006
Solution 4 (Cheezy Peezy!)
We can stockpile A onto B, like this, so an expression like 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 , 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 s 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 .
By the distributive property, the number is also equivalent to . A two can also be factored out of this expression from the parentheses, giving . Finally, because , as well as the fact that the sum of the first positive integers is , we get the expression
However, there is also another thing at the end; the , 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, , but because the answer is the absolute value, the answer is .
~AlgowheelAZ1