gmatophobia
Let p and q each represent a digit from 0 through 9 and let pq represent a 2-digit positive prime number such that \(20 < pq < 99\). For example, if \(p = 2\) and \(q = 3\), then the 2-digit prime number \(pq\) is 23. If the 2-digit integer \(qp\) is 27 greater than \(pq\), what is the sum of the digits p and q?
A. \(5\)
B. \(7\)
C. \(9\)
D. \(11\)
E. \(13\)
Attachment:
Screenshot 2023-12-10 004311.png
We are given that qp - pq = 27
\((10q + p) - (10p + q) = 27\)
\(9(q-p) = 27\)
\((q-p) = 3\)
Hence various values of p and q are possible. Neither p nor q can be 0 because both pq and qp are two digit numbers.
p = 1, q = 4, Then pq = 14 (Not prime)
p = 2, q = 5, Then pq = 25 (Not prime)
p = 3, q = 6, Then pq = 36 (Not prime)
p = 4, q = 7, Then pq = 47 (Prime!)
We needed pq to be prime (but not qp necessarily) and when p = 4, q = 7, pq is prime. Here p + q = 11.
Other values of p and q are also possible but we will not evaluate them because this is a PS question and here there will be only one correct answer.
Hence
answer (D)