There is a prime number p such that 1 6 p + 1 is the cube of a positive integer. Find p .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Care has to be taken when going from w x = y z and wanting that w = y . We have to show that w ∣ y and y ∣ w in order to conclude that w = y .
Yeah. Same method! Good job!
Log in to reply
Thanks a lot
Log in to reply
⌣ ¨ ⌣ ¨ ⌣ ¨ ⌣ ¨ ⌣ ¨ . But how do you prove that this is the smallest prime??
Log in to reply
@Mehul Arora – There's actually no need to do that since the only prime value of p possible is 3 0 7 . No other prime would work. The more formal argument, i.e., the proof that 3 0 7 is the unique prime p such that the problem conditions hold is given by using a slight variation of Euclid's Lemma while noting the parity of the terms in products of both LHS and RHS. This is actually more of a Number Theory problem than an Algebra problem.
Same solution! Upvoted!
Same solution! Cheers!
Great bro!! Where are we taught such methods??
Same brooo
By hypotesys 1 6 p + 1 = ( a + 1 ) 3 so
1 6 p = a 3 + 3 a 2 + 3 a = a ( a 2 + 3 a + 3 )
Now a 2 + 3 a + 3 is odd. In fact a 2 + 3 a is even because a 2 + 3 a = a ( a + 3 ) . If a is even a + 3 is odd ad viceversa. So the product is between an even and an odd. So it is even. This means 2 doesn't divide a 2 + 3 a + 3 , and 1 6 must divide a .
We found that a = 1 6 b and substituting into our equation we have
p = ( 2 5 6 b 2 + 4 8 b + 3 ) b
Since the natural b divides a prime p , it must be p or 1 . If it is p then we have p = ( 2 5 6 p 2 + 4 8 p + 3 ) p > p . So it must be b = 1 and p = 3 0 7 .
Hm, why must we have a = 1 6 b ? I can see how it must be a multiple of 2, but you have to explain why a 2 + 3 a + 3 cannot contribute another power of 2.
Also, why couldn't we have 2 5 6 b 2 + 4 8 b + 3 = 1 ?
Log in to reply
Hello Calvin! Thanks for pointing this out for me! I've been too short in my proof. Sorry for that! I fix it now.
CLAIM: a 2 + 3 a + 3 is odd. In fact a 2 + 3 a is even because a 2 + 3 a = a ( a + 3 ) . If a is even a + 3 is odd ad viceversa. So the product is between an even and an odd. So it is even. This means 2 doesn't divide a 2 + 3 a + 3 , and 1 6 must divide a .
CLAIM: b = 1 Since the natural b divides a prime p , it must be p or 1 . If it is p then we have p = ( 2 5 6 p 2 + 4 8 p + 3 ) p > p . So it must be b = 1 and p = 3 0 7 .
Log in to reply
Great! Could you edit these into your solution? That would make it fully explained.
Notice that 16p + 1 = a^3 , then 16p = a^3 - 1 = (a-1)(a^2+a+1)
Notice that a^2 + a + 1 = a(a+1) + 1 is always an odd number , so a^2 + a + 1 cannot be equal to 16.
Thus a - 1 = 16 , we get a = 17 , and p = a^2 + a + 1 = 307 , which is a prime
Since 1 6 p + 1 is odd.
Let 1 6 p + 1 = ( 2 k + 1 ) 3 = 8 k 3 + 1 2 k 2 + 6 k + 1
⟹ 8 p = k ( 4 k 2 + 6 k + 3 )
Since p is prime and cannot be even (because when p = 2 we note that 1 6 × 2 + 1 = 3 3 is not a cube) and 4 k 2 + 6 k + 3 is odd
So k must be equal to 8 and
p = 4 ⋅ 8 2 + 6 ⋅ 8 + 3 = 3 0 7
Also we check that 1 6 × 3 0 7 + 1 = 4 9 1 3 = 1 7 3 is a perfect cube.
Good usage of Euclid's lemma / Prime factorization to solve this problem.
x 3 = 1 6 p + 1 ⇒ x 3 ≡ 1 ( m o d 1 6 ) ⇒ x ≡ 1 ( m o d 1 6 ) Trying the first few:
x | 1 6 x 3 − 1 |
1 | 0 |
17 | 307 |
307 is a prime.
The most underrated answer!
Since 16p+1 is an odd number, the integer it is the cube of, must be of the form 2n+1.
Solving 16p+1 = (2n+1)^3, we get 8p = n(4n^2 + 6n + 3)
The factor (4n^2 + 6n + 3) doesn't have integral factors. So, it can't be factorised further and, therefore, must be prime.
So, n must be equal to 8 and p must be equal to (4n^2 + 6n + 3).
Substituting n = 8 in p, we get p = 307.
Problem Loading...
Note Loading...
Set Loading...
Let 1 6 p + 1 = a 3 → 1 6 p = a 3 − 1 → 1 6 p = ( a − 1 ) ( a 2 + a + 1 )
Since a 2 + a + 1 = a ( a + 1 ) + 1 would always be odd, thus we know that 16 must divide a − 1 . If a − 1 = 1 6 p , then we have a 2 + a + 1 = 1 which gives us a = 0 , which we reject. Thus, a − 1 = 1 6 and a 2 + a + 1 = p .
a − 1 = 1 6 → a = 1 7
Now that we have a = 1 7 , we get
a 2 + a + 1 = p = 2 8 9 + 1 7 + 1 = 3 0 7
Upvote it if you liked it