Difference between revisions of "2022 AIME II Problems/Problem 10"
m (→Solution 2 (similar to solution 1)) |
Adam zheng (talk | contribs) m (Solution 6 - added brackets) |
||
Line 118: | Line 118: | ||
<cmath> | <cmath> | ||
\begin{align*} | \begin{align*} | ||
− | \sum_{n=3}^{40} \binom{\binom{n}{2}}{2} &= \sum_{n=3}^{40} 3 \binom{n}{3} + 3 \binom{n}{4} \\ | + | \sum_{n=3}^{40} \binom{\binom{n}{2}}{2} &= \sum_{n=3}^{40} \left( 3 \binom{n}{3} + 3 \binom{n}{4} \right) \\ |
&= 3 \left( \sum_{n=3}^{40} \binom{n}{3} \right) + 3\left( \sum_{n=4}^{40} \binom{n}{4} \right) \\ | &= 3 \left( \sum_{n=3}^{40} \binom{n}{3} \right) + 3\left( \sum_{n=4}^{40} \binom{n}{4} \right) \\ | ||
&= 3\left( \binom{41}{4} + \binom{41}{5} \right) | &= 3\left( \binom{41}{4} + \binom{41}{5} \right) |
Revision as of 22:31, 30 January 2024
Contents
Problem
Find the remainder whenis divided by .
Video Solution by OmegaLearn
https://youtu.be/pGkLAX381_s?t=1035
~ pi_is_3.14
Video solution
https://www.youtube.com/watch?v=4O1xiUYjnwE
Solution 1 (Telescoping)
We first write the expression as a summation. is how we force the expression to telescope. ~qyang
Solution 2 (Hockey Stick)
Doing simple algebra calculation will give the following equation:
Next, by using Hockey-Stick Identity, we have:
Solution 3
Since seems like a completely arbitrary number, we can use Engineer's Induction by listing out the first few sums. These are, in the order of how many terms there are starting from term: , , , , , and . Notice that these are just , , , , , . It's clear that this pattern continues up to terms, noticing that the "indexing" starts with instead of . Thus, the value of the sum is .
~A1001
Solution 4
As in solution 1, obtain Write this as
We can safely write this expression as , since plugging and into both equal meaning they won't contribute to the sum.
Use the sum of powers formulae. We obtain
We can factor the following expression as and simplifying, we have
Substituting and simplifying gets so we would like to find To do this, get Next,
-sirswagger21
Solution 5
To solve this problem, we need to use the following result:
Now, we use this result to solve this problem.
We have
Therefore, modulo 1000, .
~Steven Chen (www.professorchenedu.com)
Solution 6 (Combinatorial Method)
We examine the expression . Imagine we have a set of integers. Then the expression can be translated to the number of pairs of element subsets of .
To count this, note that each pair of element subsets can either share value or values. In the former case, pick three integers , , and . There are ways to select these integers and ways to pick which one of the three is the shared integer. This gives .
In the latter case, we pick integers , , , and in a total of ways. There are ways to split this up into sets of integers — ways to pick which integers are together and dividing by to prevent overcounting. This gives .
So we have We use the Hockey Stick Identity to evaluate this sum: Evaluating while accounting for mod gives the final answer to be .
~ GoatPotato
See Also
2022 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 9 |
Followed by Problem 11 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.