p n + 1 4 4 = q 2
Let p , q and n be positive integers satisfying the equation above such that p is a prime number . Let all the solutions of ( n , p , q ) be denotes as ( n 1 , p 1 , q 1 ) , ( n 2 , p 2 , q 2 ) , … , ( n m , p m , q m ) . Find k = 1 ∑ m ( n k + p k + q k ) .
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.
p n = q 2 − 1 2 2
p n = ( q − 1 2 ) ( q + 1 2 )
Therefore, q − 1 2 = p a
q + 1 2 = p b
Subtracting the above 2 equations,
2 ∗ 1 2 = p b − p a
Case 1 When a = 0
2 4 = p b − 1
p b = 2 5 . Clearly, p = 5, b = 2
Case 2 When a >= 1
2 3 ∗ 3 = p a ( p l − 1 ) [such that a + l = b, and a<b(which is obvious)]
Therefore, p a = 2 3 o r 3 1
By further calculations for finding n for each p, we can see that
p = 5, n = 2, q = 13
p = 2, n = 8, q = 20
p = 3, n = 4, q = 15
I am not entirely correct because I said that it would be a pythagorean triplet but that is not necessary. eg; 3 3 + 1 3 2 = 1 4 2
Did I already see this problem on this site?
Log in to reply
What? Why did you mention me? :O
@Satvik Golechha please see my comment below about pythagorean triplets!!!
@Calvin Lin please see my comment below about pythagorean triplets
well n does not limit to a perfect square, i did it by trial and error
Problem Loading...
Note Loading...
Set Loading...
W e c a n w r i t e t h e g i v e n e q u a t i o n a s : p n + 1 2 2 = q 2 T h i s i s b a s i c a l l y a p y t h a g o r e a n t r i p l e t . T h u s , w e h a v e p n = x 2 f o r a n y p o s i t i v e i n t e g e r ′ x ′ ⟹ x 2 + 1 2 2 = q 2 ⟹ 1 4 4 = q 2 − x 2 ⟹ 1 4 4 = ( q − x ) ( q + x ) N o w , j u s t f a c t o r i s e 1 4 4 a n d y o u w i l l g e t t h e v a l u e s . K e e p i n m i n d t h a t ′ p ′ s h o u l d b e a p r i m e .