Prime Time 2: Random 96

Let p p and q q be prime numbers such that they satisfy the following equation.

p 4 = 96 q 2 + 1 \large p^4 = 96q^2 + 1

Given that the ordered pair solutions ( p , q ) (p, q) can be expressed as ( p 1 , q 1 ) , ( p 2 , q 2 ) , (p_1, q_1), (p_2, q_2), \ldots , find i p i q i \sum_{i} p_i q_i


The answer is 35.

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

Rindell Mabunga
Mar 25, 2019

We have two possible cases for p p .

Case 1: p = 5 p = 5

625 = p 4 = 96 q 2 + 1 625 = p^4 = 96q^2 + 1 q 2 = 6.5 q^2 = 6.5

There is no solution for this case since q q must be a prime.

Case 2: p 5 p \neq 5

Working in modulo 5,

p 4 p^4 will always be 1 ( 1 ( mod 5 ) 5) .

p 4 = 96 q 2 + 1 p^4 = 96q^2 + 1 1 = 96 q 2 + 1 1 = 96q^2 + 1 0 = 96 q 2 0 = 96q^2

This implies that q q should be divisible by 5 5 . Since q q must be prime, q = 5 q = 5 and p = 7 p = 7 .

( p , q ) = ( 5 , 7 ) (p, q) = (5, 7) is the only solution for the given solution. Thus the required answer should be 35 \boxed{35} .

Nice approach!!

Aaghaz Mahajan - 2 years, 2 months ago
Aaghaz Mahajan
Mar 25, 2019

We see that p p is odd and q q cannot be 2 2 or 3 3
So, letting p = 2 m + 1 p=2m+1 for some integer m m , we see that the equation turns into

( m 2 + m ) ( 2 m 2 + 2 m + 1 ) = 12 q 2 \displaystyle \left(m^2+m\right)\left(2m^2+2m+1\right)=12q^2

Putting m 2 + m = n m^2+m=n we see that the equation changes to

n ( 2 n + 1 ) = 2 2 3 q 2 \displaystyle n\left(2n+1\right)=2^2\cdot3\cdot q^2

Since q q is prime, the RHS has only 18 factors. Listing them out and checking, we easily find that the only solution exists for n = 12 n=12 and hence, q = 5 q=5 giving the only ordered pair satisfying the equation being ( p , q ) = ( 7 , 5 ) \left(p,q\right)=\left(7,5\right)

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...