AIME 2024 II · 第 3 题
AIME 2024 II — Problem 3
题目详情
Problem
Find the number of ways to place a digit in each cell of a 2x3 grid so that the sum of the two numbers formed by reading left to right is , and the sum of the three numbers formed by reading top to bottom is . The grid below is an example of such an arrangement because and .
解析
Solution 1
Consider this table:
We note that , because , meaning it never achieves a unit's digit sum of otherwise. Since no values are carried onto the next digit, this implies and . We can then simplify our table into this:
We want , or , or . Since zeroes are allowed, we just need to apply stars and bars on , to get . ~akliu
Solution 2
Like above, let's label all the entries. Now note that the conditions are now equivalent to:
. Note that for the first equation, it has to be that because say . Then but the maximum the can reach is so this isn't possible. Therefore, . Now note that adding these up we get and note that so let . Note that . So we have the following:
and . Notice after we set a triple for the triple for is uniquely and independently set based on the triple for . Thus all we need to do is count the number of ways such that are digits. We start with then and so on until which gives ways. Then to which gives ways. So obviously the answer is .
~ilikemath247365
Video Solution
https://youtu.be/nKRfXAHaQvA
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)