RenB
A number N is divisible by both p and q, where p and q are integers greater than 1. Which of the following need not be a factor of N^3?
A. p^2
B. q^3
C. pq
D. (p^2)q
E. (p^2)(q^2)
N is divisible by both p and q.
If p and q are coprime, then N is of the form pqk. Say p = 2, q = 3, then N = 6k. In this case all given options will be factors of N^3.
But if p and q have a common factor, then N needn't be of the form pqk.
Say p = 2, q = 6 and N = 18. Both 2 and 6 are factors of 18 but they have a 2 common and N has only one 2 so pq (= 12) is not a factor of N.
\(N^3\) will have three of the common factor 2. So p^2, q^3, pq, (p^2)q and p(q^2) will be factors of N^3 but p^2*q^2 may not be.
\(N^3 = 18^3 = 2^3 * 3^6\)
\(p^2q = 2^2 * 2 * 3\) (factor of N^3)
\(p^2 q^2 = 2^2 * 2^2*3^2\) (Has four 2s but N^3 has only three 2s. Not a factor of N^3)
Answer (E)