If p and q are positive integers, and the remainder obtained when p is divided by q is the same as the remainder obtained when q is divided by p, which of the following is a possible value of pq?
(A) 62
(B) 55
(C) 42
(D) 36
(E) 24
Wednesday, June 10, 2009
Subscribe to:
Post Comments (Atom)
Answer 36
ReplyDeletep = x + kq
ReplyDeleteq = x (mod p)
q = p - kq (mod p)
q(k+1) = 0 (mod p)
Similarly, p(m+1) = 0 (mod q)
So, p = q.
This comment has been removed by the author.
ReplyDelete