返回题库

AIME 2015 I · 第 3 题

AIME 2015 I — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

There is a prime number pp such that 16p+116p+1 is the cube of a positive integer. Find pp.

Video Solution For Problems 1-3

https://www.youtube.com/watch?v=5HAk-6qlOH0

Video Solution by OmegaLearn

https://youtu.be/3bRjcrkd5mQ?t=1096

~ pi_is_3.14

Video Solution by WhyMath

https://youtu.be/vajttONefxs

~savannahsolver

解析

Solution 1

Let the positive integer mentioned be aa, so that a3=16p+1a^3 = 16p+1. Note that aa must be odd, because 16p+116p+1 is odd.

Rearrange this expression and factor the left side (this factoring can be done using (a3b3)=(ab)(a2+ab+b2)(a^3-b^3) = (a-b)(a^2+a b+b^2) or synthetic divison once it is realized that a=1a = 1 is a root):

a31=16p(a1)(a2+a+1)=16p\begin{aligned} a^3-1 &= 16p\\ (a-1)(a^2+a+1) &= 16p\\ \end{aligned} Because aa is odd, a1a-1 is even and a2+a+1a^2+a+1 is odd. If a2+a+1a^2+a+1 is odd, a1a-1 must be some multiple of 1616. However, for a1a-1 to be any multiple of 1616 other than 1616 would mean pp is not a prime. Therefore, a1=16a-1 = 16 and a=17a = 17.

Then our other factor, a2+a+1a^2+a+1, is the prime pp:

(a1)(a2+a+1)=16p(171)(172+17+1)=16pp=289+17+1=307\begin{aligned} (a-1)(a^2+a+1) &= 16p\\ (17-1)(17^2+17+1) &=16p\\ p = 289+17+1 &= \boxed{307} \end{aligned}

Solution 2 (Similar to 1)

Observe that this is the same as 16p+1=n316p+1=n^3 for some integer nn. So:

16p=n3116p=n31316p=(n1)(n2+n+1)\begin{aligned} 16p &= n^3-1\\ 16p &= n^3-1^3\\ 16p &= (n-1)(n^2+n+1)\\ \end{aligned} Observe that either p=n1p=n-1 or p=n2+n+1p=n^2+n+1 because pp and 1616 share no factors (pp can't be 22). Let p=n1p=n-1. Then:

p=n116=n2+n+1n2+n=15n(n+1)=15\begin{aligned} p &= n-1\\ 16 &= n^2+n+1\\ n^2+n &= 15\\ n(n+1) &= 15\\ \end{aligned} Which is impossible for integer n. So p=n2+n+1p=n^2+n+1 and

16=n1n=17p=172+17+1p=289+17+1=307\begin{aligned} 16 &= n-1\\ n &= 17\\ p &= 17^2+17+1\\ p = 289+17+1 &= \boxed{307}\\ \end{aligned}
  • firebolt360

Solution 3

Since 16p+116p+1 is odd, let 16p+1=(2a+1)316p+1 = (2a+1)^3. Therefore, 16p+1=(2a+1)3=8a3+12a2+6a+116p+1 = (2a+1)^3 = 8a^3+12a^2+6a+1. From this, we get 8p=a(4a2+6a+3)8p=a(4a^2+6a+3). We know pp is a prime number and it is not an even number. Since 4a2+6a+34a^2+6a+3 is an odd number, we know that a=8a=8.

Therefore, p=4a2+6a+3=482+68+3=307p=4a^2+6a+3=4*8^2+6*8+3=\boxed{307}.

Solution 4

Let 16p+1=a316p+1=a^3. Realize that aa congruent to 1mod41\mod 4, so let a=4n+1a=4n+1. Expansion, then division by 4, gets 16n3+12n2+3n=4p16n^3+12n^2+3n=4p. Clearly n=4mn=4m for some mm. Substitution and another division by 4 gets 256m3+48m4+3m=p256m^3+48m^4+3m=p. Since pp is prime and there is a factor of mm in the LHS, m=1m=1. Therefore, p=307p=\boxed{307}.

Solution 5

Notice that 16p+116p+1 must be in the form (a+1)3=a3+3a2+3a+1(a+1)^3 = a^3 + 3a^2 + 3a + 1. Thus 16p=a3+3a2+3a16p = a^3 + 3a^2 + 3a, or 16p=a(a2+3a+3)16p = a\cdot (a^2 + 3a + 3). Since pp must be prime, we either have p=ap = a or a=16a = 16. Upon further inspection and/or using the quadratic formula, we can deduce pap \neq a. Thus we have a=16a = 16, and p=162+316+3=307p = 16^2 + 3\cdot 16 + 3 = \boxed{307}.

Solution 6

Notice that the cube 16p+1 is congruent to 1 mod 16. The only cubic numbers that leave a residue of 1 mod 16 are 1 and 15. Case one: The cube is of the form 16k+1-->Plugging this in, and taking note that p is prime and has only 1 factor gives p=307 Case two: The cube is of the form 16k+15--> Plugging this in, we quickly realize that this case is invalid, as that implies p is even, and p=2 doesn't work here

Hence, p=307p=\boxed{307} is our only answer

pi_is_3.141

Solution 7

If 16p+1=k16p+1 =k, we have k1mod16k \equiv 1 \mod 16, so k31mod16k^3 \equiv 1 \mod 16. If k=1k=1 we have p=0p=0, which is not prime. If k=17k=17 we have 16p+1=491316p+1=4913, or p=307p=\boxed{307}

Solution 8 (Pattern Recognition)

Notice that:

13=0+123=17+133=213+143=321+153=431+163=543+1\begin{aligned} 1^3 &= 0 +1\\ 2^3 &= 1*7+1 \\ 3^3 &= 2*13+1\\ 4^3 &= 3*21+1\\ 5^3 &= 4*31+1\\ 6^3 &= 5*43+1 \end{aligned} Here, we can see a clear pattern that n3=(n1)p+1n^3=(n-1)p+1, where pp is some positive (not necessarily prime) integer. Hence, the equation 16p+1=a316p+1=a^3 can interpret as 173=16p+117^3 = 16p+1. Solving it, we got p=307p=307. After checking all possible divisors, we will find that 307307 is prime. Hence, we got p=307p=\boxed{307}.

Solution 9 (Slightly Different Modular Arithmetic)

We see that 16p+1=n316p+1=n^3 for a positive integer nn. Subtracting 11, we can turn this equation into a modular congruence, since n31n^3-1 must be a multiple of 1616.

Since n310(mod16)n^3-1\equiv0\pmod{16}, n31(mod16)n^3\equiv1\pmod{16}. We observe that n=1n=1 is a solution to this congruence, which doesn't work. The next, or most obvious number to try is n=17n=17. Plugging this in to our original equation, we get

173=16p+117^3=16p+1, yielding p=307p=\boxed{307}, which is prime.

-among us (countmath1)

Solution 10 (Lengthy Brute Force)

Recognizing that AIME answers are 00 through 999999, the numbers whose cube could even be in contention to be equal to 16p+116p + 1 are 4254-25. The cubes of 131-3 are all below 1717. We might consider 11, but that would result in a pp of 00, which is not prime and does not follow our given conditions. We can also see that 16p+116p + 1 must be an odd number. Hence, we brute force by looking at all cubes of odd numbers in 5255-25 until we get that the cube of 1717, 49134913, works when p=307p=\boxed{307}

Solution by: armang32324