If p and q are positive integers such that p = 4q – 3, what is the greatest common divisor of p and q?
(1) q = 3k, where k is an integer
(2) p = 3m, where m is an integer
p = 4q - 3 and p and q are positive integers
What is GCF => lowest power in prime factorization that p and q shares
i) q=3k => p=12k - 3 => p = 3(4k-1)
As we see p and q shares 3^1 in them. Let's analyze (k) and (4k-1)
k = 1, 4k-1 = 3; k=2, 4k-1 = 9; k=3, 4k-1 = 11
(k) and (4k-1) will never share a common factor for any integer k.
Thus GCF will always be 3. - Sufficient
ii) p = 3m => 3m = 4q - 3
4q = 3(m+1)
in this, m has to be odd such that it is a multiple of 4 for q to be an integer.
possible values of m = 3, 7, 11, 15 (a form of 4k-1)... => q=3, 6, 9, 12 (a multiple of 3) ... and p = 9, 21, 33, 45 ....
Again, the GCF between p and q will always be 3 - Sufficient
Answer - D