Given that is a prime number. , and . Find number of pairs satisfying these conditions.
Try more problems from set Challenges for champions!!!
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.
We can write
a k − 1 = ( a − 1 ) ( a k − 1 + a k − 2 + ⋯ + a + 1 ) ............(1)
Case 1 - For k > 1 ,
we have ( a k − 1 + a k − 2 + ⋯ + a + 1 ) > 1 .....................(2)
But a k − 1 is a prime so only 1 and a k − 1 are its factors.
From (1) and (2),we get
a − 1 = 1 ⟹ a = 2
Now 2 k − 1 is a prime. We can easily prove that k must be prime.
Because k < 1 5 , Possible values of 'k' are k = 2 / 3 / 5 / 7 / 1 1 / 1 3
but for k = 1 1 ; 2 1 1 − 1 = 2 0 4 7 = 2 3 × 8 9
so for a = 2 we have k = 2 / 3 / 5 / 7 / 1 3
∴ Total 5 pairs ( a , k ) .
Case 2 - For k = 1
we have a − 1 = p r i m e
a < 9 8 ⟹ a − 1 < 9 7
So 2 4 values of a are possible. (There are 24 primes less than 97)
Total no of pairs ( a , k ) is 2 4 + 5 = 2 9