Difference between revisions of "2015 AIME I Problems/Problem 3"

(Created page with "==Problem== There is a prime number <math>p</math> such that <math>16p+1</math> is the cube of a positive integer. Find <math>p</math>. ==Solution== We call the positive i...")
 
(Solution)
Line 19: Line 19:
 
We get <math>a=16+1=17</math>
 
We get <math>a=16+1=17</math>
  
Then our other factor is <math>a^2+a+1=17^2+17+1=289+17+1=307</math>.  A quick divisibility search shows that <math>307</math> is prime, so our answer is <math>\boxed{307}</math>
+
Then our other factor is <math>a^2+a+1=17^2+17+1=289+17+1=307</math>.  A quick divisibility search shows that <math>307</math> is prime, so our answer is <math>\boxed{307}</math>.

Revision as of 12:38, 20 March 2015

Problem

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

Solution

We call the positive integer mentioned $a$. Then $a^3 = 16p+1$.

$a^3 = 16p+1$

$a^3-1 = 16p$

Factoring the left side:

$(a-1)\cdot(a^2+a+1) = 16p$

We can then try setting one of the factors to $16$, starting with $a-1$.

We get $a=16+1=17$

Then our other factor is $a^2+a+1=17^2+17+1=289+17+1=307$. A quick divisibility search shows that $307$ is prime, so our answer is $\boxed{307}$.