Difference between revisions of "2023 AIME I Problems/Problem 4"
MRENTHUSIASM (talk | contribs) (→See also) |
|||
(27 intermediate revisions by 13 users not shown) | |||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
The sum of all positive integers <math>m</math> such that <math>\frac{13!}{m}</math> is a perfect square can be written as <math>2^a3^b5^c7^d11^e13^f,</math> where <math>a,b,c,d,e,</math> and <math>f</math> are positive integers. Find <math>a+b+c+d+e+f.</math> | The sum of all positive integers <math>m</math> such that <math>\frac{13!}{m}</math> is a perfect square can be written as <math>2^a3^b5^c7^d11^e13^f,</math> where <math>a,b,c,d,e,</math> and <math>f</math> are positive integers. Find <math>a+b+c+d+e+f.</math> | ||
+ | ==Video Solution by MegaMath== | ||
+ | https://www.youtube.com/watch?v=EqLTyGanr4s&t=136s | ||
==Solution 1== | ==Solution 1== | ||
Line 6: | Line 8: | ||
We first rewrite <math>13!</math> as a prime factorization, which is <math>2^{10}\cdot3^5\cdot5^2\cdot7\cdot11\cdot13.</math> | We first rewrite <math>13!</math> as a prime factorization, which is <math>2^{10}\cdot3^5\cdot5^2\cdot7\cdot11\cdot13.</math> | ||
− | For the fraction to be a square, it needs each prime to be an even power. This means <math>m</math> must contain <math>7\cdot11\cdot13</math>. Also, <math>m</math> can contain any even power of <math>2</math> up to <math>10</math>, any odd power of <math>3</math> up to <math>5</math>, and any even power of <math>5</math> up to <math>2</math>. The sum of <math>m</math> is <cmath> | + | For the fraction to be a square, it needs each prime to be an even power. This means <math>m</math> must contain <math>7\cdot11\cdot13</math>. Also, <math>m</math> can contain any even power of <math>2</math> up to <math>2^{10}</math>, any odd power of <math>3</math> up to <math>3^{5}</math>, and any even power of <math>5</math> up to <math>5^{2}</math>. The sum of <math>m</math> is <cmath>(2^0+2^2+2^4+2^6+2^8+2^{10})(3^1+3^3+3^5)(5^0+5^2)(7^1)(11^1)(13^1) = </cmath> <cmath>1365\cdot273\cdot26\cdot7\cdot11\cdot13 = 2\cdot3^2\cdot5\cdot7^3\cdot11\cdot13^4.</cmath> Therefore, the answer is <math>1+2+1+3+1+4=\boxed{012}</math>. |
~chem1kall | ~chem1kall | ||
Line 38: | Line 40: | ||
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ||
+ | |||
+ | ==Solution 3 (Educated Guess and Engineer's Induction (Fake solve))== | ||
+ | |||
+ | Try smaller cases. There is clearly only one <math>m</math> that makes <math>\frac{2!}{m}</math> a square, and this is <math>m=2</math>. Here, the sum of the exponents in the prime factorization is just <math>1</math>. Furthermore, the only <math>m</math> that makes <math>\frac{3!}{m}</math> a square is <math>m = 6 = 2^13^1</math>, and the sum of the exponents is <math>2</math> here. Trying <math>\frac{4!}{m}</math> and <math>\frac{5!}{m}</math>, the sums of the exponents are <math>3</math> and <math>4</math>. Based on this, we (incorrectly!) conclude that, when we are given <math>\frac{n!}{m}</math>, the desired sum is <math>n-1</math>. The problem gives us <math>\frac{13!}{m}</math>, so the answer is <math>13-1 = \boxed{012}</math>. | ||
+ | |||
+ | -InsetIowa9 | ||
+ | |||
+ | However... | ||
+ | |||
+ | The induction fails starting at <math>n = 9</math> ! | ||
+ | The actual answers <math>f(n)</math> for small <math>n</math> are: | ||
+ | <math>0, 1, 2, 3, 4, 5, 6, 7, 7, 7, 8, 11, 12</math> | ||
+ | In general, <math>f(p) = f(p-1)+1</math> if p is prime, <math>n=4,6,8</math> are "lucky", and the pattern breaks down after <math>n=8</math> | ||
+ | |||
+ | -"fake" warning by oinava | ||
+ | |||
+ | |||
+ | ==Video Solutions== | ||
+ | I also somewhat try to explain how the formula for sum of the divisors works, not sure I succeeded. Was 3 AM lol. | ||
+ | https://youtube.com/MUYC2fBF2U4 | ||
+ | |||
+ | ~IceMatrix | ||
==See also== | ==See also== | ||
{{AIME box|year=2023|num-b=3|num-a=5|n=I}} | {{AIME box|year=2023|num-b=3|num-a=5|n=I}} | ||
+ | |||
+ | [[Category:Intermediate Number Theory Problems]] | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 18:38, 28 December 2024
Contents
Problem
The sum of all positive integers such that
is a perfect square can be written as
where
and
are positive integers. Find
Video Solution by MegaMath
https://www.youtube.com/watch?v=EqLTyGanr4s&t=136s
Solution 1
We first rewrite as a prime factorization, which is
For the fraction to be a square, it needs each prime to be an even power. This means must contain
. Also,
can contain any even power of
up to
, any odd power of
up to
, and any even power of
up to
. The sum of
is
Therefore, the answer is
.
~chem1kall
Solution 2
The prime factorization of is
To get
a perfect square, we must have
, where
,
,
.
Hence, the sum of all feasible is
Therefore, the answer is
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Solution 3 (Educated Guess and Engineer's Induction (Fake solve))
Try smaller cases. There is clearly only one that makes
a square, and this is
. Here, the sum of the exponents in the prime factorization is just
. Furthermore, the only
that makes
a square is
, and the sum of the exponents is
here. Trying
and
, the sums of the exponents are
and
. Based on this, we (incorrectly!) conclude that, when we are given
, the desired sum is
. The problem gives us
, so the answer is
.
-InsetIowa9
However...
The induction fails starting at !
The actual answers
for small
are:
In general,
if p is prime,
are "lucky", and the pattern breaks down after
-"fake" warning by oinava
Video Solutions
I also somewhat try to explain how the formula for sum of the divisors works, not sure I succeeded. Was 3 AM lol. https://youtube.com/MUYC2fBF2U4
~IceMatrix
See also
2023 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 3 |
Followed by Problem 5 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.