Three prime numbers p, q and r, each less than 20, are such that p - q = q - r . How many distinct possible values can we get for (p + q + r) ?
- A4Correct
- B5
- C6
- DMore than 6
Explanation
The question states that p, q, and r are prime numbers less than 20 and follow the equation p minus q equals q minus r. This equation can be rewritten as p plus r equals 2q. This means that q is the exact middle value (arithmetic mean) of p and r, implying that p, q, and r form an arithmetic progression.
First, let us list all prime numbers less than 20: 2, 3, 5, 7, 11, 13, 17, 19.
Now we find all sets of three primes from this list where the common difference is the same:
- With a common difference of 2: (7, 5, 3). Here, p plus q plus r is 15.
- With a common difference of 4: (11, 7, 3). Here, p plus q plus r is 21.
- With a common difference of 6: (17, 11, 5). Here, p plus q plus r is 33.
- With a common difference of 6: (19, 13, 7). Here, p plus q plus r is 39.
Note that any set involving the number 2 would require the other numbers to be non-primes to maintain the spacing, and other combinations like (17, 13, 9) fail because 9 is not prime.
The four distinct values for the sum (p plus q plus r) are 15, 21, 33, and 39. Since there are exactly 4 distinct possible values, the correct option is A.

Related questions
More UPSC Prelims practice from the same subject and topic.
- Prelims 2025CSATQuantitative Aptitude
A natural number N is such that it can be expressed as N = p + q + r , where p, q and r are distinct factors of N. How many numbers below 50 have this property?
- Prelims 2025CSATQuantitative Aptitude
How many possible values of (p + q + r) are there satisfying (1)/(p) + (1)/(q) + (1)/(r) = 1 , where p, q and r are natural numbers (not necessarily distinct)?
- Prelims 2025CSATQuantitative Aptitude
A 4-digit number N is such that when divided by 3, 5, 6, 9 leaves a remainder 1, 3, 4, 7 respectively. What is the smallest value of N?
- Prelims 2025CSATQuantitative Aptitude
What is the unit digit in the multiplication of 1× 3× 5× 7× 9× … × 999 ?
- Prelims 2025CSATQuantitative Aptitude
Consider the first 100 natural numbers. How many of them are not divisible by any one of 2, 3, 5, 7 and 9?
- Prelims 2025CSATQuantitative Aptitude
Let both p and k be prime numbers such that (p² + k) is also a prime number less than 30 What is the number of possible values of k?