Let a and b be positive integers and p a prime number satisfying b + a a 2 ( b − a ) = p 2 . Find a + b + 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.
Exactly as mine, as I said in some problem earlier it gets similar even at this heights jaja
Rearranging the given equation we get: a 2 ( b − a ) = ( b + a ) p 2 ⟹ a 2 b − a 3 = p 2 b + p 2 a ⟹ a 2 b − p 2 b = a 3 + p 2 a ⟹ b ( a 2 − p 2 ) = a ( a 2 + p 2 ) (1)
Now if a prime k divides a 2 − p 2 and a 2 + p 2 then it also divides ( a 2 + p 2 ) − ( a 2 − p 2 ) = 2 p 2 so k = p or k = 2
And if a prime k divides a 2 − p 2 but not a 2 + p 2 then k divides a by equation 1. But then k divides a 2 − p 2 and k divides a so k divides p 2 . Thus k = p .
So the only prime factors of a 2 − p 2 are 2 and p
Now if 4 ∣ a 2 − p 2 and 4 ∣ a 2 + p 2 then 4 ∣ 2 p 2 so p = 2 . Then the only prime factor of a 2 − p 2 = a 2 − 4 is 2. So both ( a − 2 ) and ( a + 2 ) are powers of 2 which means a = 6 . Substituting p = 2 and a = 6 in the original equation gives b = 7 . 5 which is not an integer.
Now if 4 ∣ a 2 − p 2 and 4 ∣ a 2 + p 2 then 2 ∣ a (by equation 1) so 4 ∣ a 2 and thus 4 ∣ p 2 ⟹ 2 ∣ p ⟹ 2 = p which we showed has no solution. Then 4 ∣ a 2 − p 2
Now if p 4 ∣ a 2 − p 2 then p 2 ∣ a (as ( a 2 + p 2 ) − ( a 2 − p 2 ) = 2 p 2 and p = 2 so it follows from equation 1) and thus p 4 ∣ a 2 . But then p 4 ∣ a 2 − p 2 and p 4 ∣ a 2 so p 4 ∣ p 2 which is not possible. So p 4 ∣ a 2 − p 2
Thus a 2 − p 2 = 2 k p n where k = 0 , 1 n = 0 , 1 , 2 , 3
or ( a + p ) = 2 p and ( a − p ) = 1 ⟹ no solution
or ( a + p ) = 2 p 2 and ( a − p ) = 1 ⟹ no integer solution
or ( a + p ) = p 2 and ( a − p ) = 2 ⟹ no integer solution
or ( a + p ) = 2 p 2 and ( a − p ) = p ⟹ no positive integer solutions
or ( a + p ) = p 3 and ( a − p ) = 2 ⟹ no integer solution
or ( a + p ) = p 2 and ( a − p ) = 2 p ⟹ solution for p is not prime
or ( a + p ) = p 2 and ( a − p ) = p which yields p = 3 , a = 6 .
So p = 3 , a = 6 are the only possible values for a and p .
Substituting these values in the original expression we find b = 1 0 so ( a , b , p ) = ( 6 , 1 0 , 3 ) is the only solution and a + b + p = 6 + 1 0 + 3 = 1 9
Problem Loading...
Note Loading...
Set Loading...
Given : ( b + a ) a 2 ( b − a ) = p 2
⟹ ( b − a ) = a 2 − p 2 2 a p 2
Case 1: g cd ( a , p ) = 1
We have,
( b − a ) = ( a + p ) ( a − p ) 2 a p 2
g cd ( a + p , p 2 ) ∣ g cd ( a + p , p ) = 1 ⟹ g cd ( a + p , p 2 ) = 1
Similarly,
g cd ( a − p , p 2 ) = g cd ( a + p , a ) = g cd ( a − p , a ) = 1
⟹ g cd ( a 2 − p 2 , a p 2 ) = 1
Since a 2 − p 2 2 a p 2 ∈ Z + , we have,
a 2 − p 2 ∣ 2
⟹ a 2 − p 2 = 1 or 2 ⟹ N o S o l u t i o n
Case 2: g cd ( a , p ) = p
Let a = λ p ; g cd ( λ , p ) = 1
⟹ b − λ p = λ 2 − 1 2 λ p
Since, λ 2 − 1 2 λ p ∈ Z + and g cd ( λ , λ 2 − 1 ) = 1 , we have,
λ 2 − 1 ∣ ( 2 p )
( λ + 1 ) ( λ − 1 ) ∣ ( 2 p )
Note that λ + 1 > λ − 1
⟹ λ + 1 = p ; λ − 1 = 2 ⟹ N o S o l u t i o n
or,
λ + 1 = 2 p ; λ − 1 = 1 ⟹ N o S o l u t i o n
or,
λ + 1 = p ; λ − 1 = 1 ⟹ λ = 2 ; p = 3
Substituting back, we have,
a = 6 ; b = 1 0 ; p = 3
⟹ a + b + c = 1 9