Difference between revisions of "Mock AIME 5 Pre 2005 Problems/Problem 2"
Line 1: | Line 1: | ||
+ | ==Problem== | ||
+ | |||
+ | Two 5-digit numbers are called "responsible" if they are: | ||
+ | <cmath>\begin{align*} | ||
+ | &\text {i. In form of abcde and fghij such that fghij = 2(abcde)}\\ | ||
+ | &\text {ii. all ten digits, a through j are all distinct.}\\ | ||
+ | &\text {iii.} a + b + c + d + e + f + g + h + i + j = 45\end{align*}</cmath> | ||
+ | |||
+ | If two "responsible" numbers are small as possible, what is the sum of the three middle digits of <math>\text {abcde}</math> and last two digits on the <math>\text {fghij}</math>? That is, <math>b + c + d + i + j</math>. | ||
+ | |||
+ | ==Solution== | ||
+ | |||
We have <math>a\geq1</math>. | We have <math>a\geq1</math>. | ||
If <math>a=1</math>, then <math>f=0</math>, but <math>f\geq1</math>, a contradiction. | If <math>a=1</math>, then <math>f=0</math>, but <math>f\geq1</math>, a contradiction. | ||
Line 19: | Line 31: | ||
fghij=13485. | fghij=13485. | ||
So, we have b+c+d+i+j=6+9+7+8+5=35. | So, we have b+c+d+i+j=6+9+7+8+5=35. | ||
− | ~AbbyWong | + | |
+ | ~ AbbyWong |
Latest revision as of 16:27, 23 February 2025
Problem
Two 5-digit numbers are called "responsible" if they are:
If two "responsible" numbers are small as possible, what is the sum of the three middle digits of and last two digits on the
? That is,
.
Solution
We have .
If
, then
, but
, a contradiction.
If
and
, then
, a contradiction.
If
and
, then
, a contradiction.
If
and
, then
, a contradiction.
If
and
, then
, a contradiction.
If
and
, then
, a contradiction.
If
and
, then
, a contradiction.
If
and
, then
and
. Thus, we must have cde=2(hij), where
are distinct digits from the list
.
If
, then we have
, a contradiction. Thus, we must have
, and therefore
.
If
, then we have
, so
.
If we have
then
, a contradiction.
If we have
then
(as
is not in the list of permitted digits). Thus, we must have
.
If we have
, then
, a contradiction.
If we have
, then
, which is not in the list of permitted digits, a contradiction.
If we have
, then
, a contradiction.
Thus, we must have
, and therefore
. But now we must have
odd as
. Thus, we have
and
. Thus, our minimal responsible pair of two 5-digit numbers is
abcde=26970,
fghij=13485.
So, we have b+c+d+i+j=6+9+7+8+5=35.
~ AbbyWong