Let p and q be prime numbers such that they satisfy the following equation.
p 4 = 9 6 q 2 + 1
Given that the ordered pair solutions ( p , q ) can be expressed as ( p 1 , q 1 ) , ( p 2 , q 2 ) , … , find ∑ i p i q i
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.
Nice approach!!
We see that
p
is odd and
q
cannot be
2
or
3
So, letting
p
=
2
m
+
1
for some integer
m
, we see that the equation turns into
( m 2 + m ) ( 2 m 2 + 2 m + 1 ) = 1 2 q 2
Putting m 2 + m = n we see that the equation changes to
n ( 2 n + 1 ) = 2 2 ⋅ 3 ⋅ q 2
Since q is prime, the RHS has only 18 factors. Listing them out and checking, we easily find that the only solution exists for n = 1 2 and hence, q = 5 giving the only ordered pair satisfying the equation being ( p , q ) = ( 7 , 5 )
Problem Loading...
Note Loading...
Set Loading...
We have two possible cases for p .
Case 1: p = 5
6 2 5 = p 4 = 9 6 q 2 + 1 q 2 = 6 . 5
There is no solution for this case since q must be a prime.
Case 2: p = 5
Working in modulo 5,
p 4 will always be 1 ( mod 5 ) .
p 4 = 9 6 q 2 + 1 1 = 9 6 q 2 + 1 0 = 9 6 q 2
This implies that q should be divisible by 5 . Since q must be prime, q = 5 and p = 7 .
( p , q ) = ( 5 , 7 ) is the only solution for the given solution. Thus the required answer should be 3 5 .