Prime is already confusing, now what?

Find the sum of primes p p such that p 2 + 11 p^2+11 has exactly six different divisors (including 1 and the number itself).

Note: This problem is not original.


The answer is 3.

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.

2 solutions

Dinesh Chavan
Jul 29, 2014

We will see how to get an approach to this problem.

We all know that any number leaves a remainder of either 0 , 1 , 2 0,1,2 on dividing by 3 3 .

So, a ( 0 , 1 , 2 ) ( m o d 3 ) a \equiv (0,1,2) \pmod{3} Then a 2 0 , 1 ( m o d 3 ) a^2 \equiv 0,1 \pmod{3}

Also a 2 0 , 1 ( m o d 4 ) a^2 \equiv 0,1 \pmod{4}

Now, lets come back to problem. For time being, lets consider p > 3 p >3 . So we have either p 1 , 2 ( m o d 3 ) p \equiv 1 , 2 \pmod{3} . That is p 2 1 ( m o d 3 ) ( 1 ) p^2 \equiv 1 \pmod{3} \ldots (1)

Also, primes greater than 3 are odd, so p 2 1 ( m o d 4 ) ( 2 ) p^2 \equiv 1 \pmod{4} \ldots (2)

Now, we notice that 11 1 ( m o d 3 ) ( 3 ) 11 \equiv -1 \pmod{3} \ldots (3) , and 11 1 ( m o d 4 ) ( 4 ) 11 \equiv -1 \pmod{4} \ldots (4)

Now, from ( 1 ) , ( 3 ) (1),(3) , p 2 + 11 0 ( m o d 3 ) p^2+11\equiv 0 \pmod{3} And from ( 2 ) , ( 4 ) (2),(4)

p 2 + 11 0 ( m o d 4 ) p^2+11\equiv 0 \pmod{4}

Thus, from above results, p 2 + 11 p^2+11 is divisible by 12 12 , which has 6 6 factors. Also, its obvious that any other multiple of 12 12 will lead to higher number of factors. Therefore, the value of p p will be 3 3

This problem is interesting. Let us prove by contradiction that there are no primes p 5 p \ge 5 s.t. The expression shown has 6 6 divisors.

Suppose that there \exists a prime p 5 p \ge 5

Then it can be expressed in the form p = 6 k ± 1 p = 6k \pm 1 , where k Z k \in \mathbb{Z}

Substituting p p we get,

( 6 k ± 1 ) 2 + 11 (6k \pm 1)^2 + 11

\Rightarrow

36 k 2 ± 12 k + 12 36k^2 \pm 12k + 12

\Rightarrow

12 ( 3 k 2 ± k + 1 ) 12(3k^2 \pm k + 1)

Notice that 12 = 3 × 2 2 12= 3\times2^2 has 6 6 divisors and the expression 3 k 2 ± k + 1 3k^2 \pm k + 1 has 2 2 or more divisors.

Hence there are no primes p 5 p \ge 5 s.t. p 2 + 11 p^2 + 11 has 6 6 divisors.

\therefore The only possibilities are 2 2 and 3 3 . Checking shows p = 3 p=3 gives 3 2 + 11 = 20 3^2 + 11 = 20 has 6 6 divisors.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...