Bunuel
If k is a positive integer, is k a multiple of 10 ?
(1) \(k^2 + 1\) is a prime number.
(2) 2k is divisible by 5
We need to find whether k = 10*n; where n >=1
From Statement 1 we get,
\(K^2 + 1\) = Prime no. = odd no.
Since we know that Even + Odd = Odd, then \(K^2\) has to be Even. This implies that k is even.
We can take some examples to check our theory.
\(2^2 + 1 = 5\) = odd no. = prime
\(4^2 + 1 = 17\) = odd no. = prime
\(6^2 + 1 = 37\) = odd no. = prime
\(10^2 + 1 = 101\) = odd no. = prime
So k can be a multiple of 10 or it cannot, but it will always be Even. This knowledge by itself is not sufficient to answer.
From Statement 2 we get, k =\( 5^n\) * a * b * c * ...; where n>=1 & a,b,c could be any integers which can have any amount of power raised to them.
This implies that k = 5/25/125/... or 10/15/200/ 30....and it can go on and on. This statement by itself is not sufficient.
Considering Statements 1 & 2 together, we get
k has atleast one 5 as its multiple and k is also even. Therefore, minimum value of k has to be equal to 10.
Hence, K is a multiple of 10.
IMO OA could be C.