Hi Bunuel, are there other problems of this type you can point me to? Got pretty stumped when seeing this problem type
guddo
If p and q are different prime numbers, m and n are integers, and pq is a divisor of mp + nq, which of the following
must be true?
I. p is a divisor of n.
II. pq is a divisor of mp.
III. p^2 is a divisor of mn.
A. I only
B. II only
C. III only
D. I and II
E. I and III
Attachment:
2024-01-27_14-10-56.png
Given that pq is a divisor of mp + nq implies:
\(\frac{mp + nq}{pq} = integer\)
Splitting the fraction results in:
\(\frac{mp}{pq} + \frac{nq}{pq} = integer\)
\(\frac{m}{q} + \frac{n}{p} = integer\)
Since p and q are
different prime numbers, we cannot have a case like 3/7 + 11/7 = 2. Therefore, for the sum to be an integer, both \(\frac{m}{q}\) and \(\frac{n}{p}\) must be integers. This means that q is a factor of m and p is a factor of n.
Let's evaluate the options:
I. p is a divisor of n.
As discussed above, this must be true.
II. pq is a divisor of mp.
The above says that \(\frac{mp}{pq}=\frac{m}{q}=integer\), and as discussed above, this must be true.
III. p^2 is a divisor of mn.
However, this is not necessarily true. For example, consider m = 2, n = 3, p = 3, and q = 2.
Answer: D.