kulki
Oh i didnt realize the type while copy pasting. the question is :
If p is a postive integer less than 29 and q is the remainder
when 29 is divided by p, what is the value of q?
(1) p is a two-digit number.
(2) p =
3^k, where k is a positive integer.
Statement 1: p can take multiple values. q will be different in each case.
Statement 2: p can be 3/9/27. In each case, q will be 2
You can divide and see that the remainder is 2 in each case. Theoretically, you can prove that it will be so because \(29 = 3^3 + 2\)
So when 29 is divided by a power of 3 which is smaller than or equal to 3, it will completely divide \(3^3\) and remainder will always be 2. Statement 2 is sufficient alone.
Answer (B).
(It is easy to fall for (C) here to narrow down the value of p to 27. Make sure you get two different remainders before you decide that you need both statements.)