If m and n are different positive integers, then how many prime numbers are in set {m, n, m + n}?
(1) mn is prime.
(2) m + n is even.
Given , m,n >0
Asked : Prime in set {m,n,m+n}
Statement 1 : mn is prime,
Product can be prime, if one of the number if Prime and another is 1. Lets say m = 1 and n is prime number.
So set can {1,2,3} -> Two prime number in set - 2 and 3
or set can {1,5,6} -> one prime number in set - 5.
So no definitive answer - hence insufficient to answer the question.
Statement 2 : m + n is even
Hence both m and N are odd.
So set can {1,3,4} -> one prime number in set - 3
or set can {3,5,8} -> two prime number in set - 3 and 5.
So no definitive answer - hence insufficient to answer the question.
Combining option 1 and option 2:
As per Option 1
set can {1,2,3} -> Two prime number in set - 2 and 3
or set can {1,5,6} -> one prime number in set - 5.
out of two consecutive number only one can be prime, Only exception is 2 and 3, both are consecutive and both are prime.
As per option 2 : m has to be odd, since n is always 1 and will be always odd. So m cannot be 2. Hence Set will always contain 1 prime number.
Hence Option C