vandygrad11
If n is an integer between 10 and 99, is n < 80?
(1) The sum of the two digits of n is a prime number.
(2) Each of the two digits of n is a prime number.
I know this must be easy. The answer is B (statement 2 is sufficient alone, while statement 1 is not). Doesn't that lead to tons of possible values of n?
If n is an integer between 10 and 99. Is n < 80?Notice that n is an integer between 10 and 99 means that n is two-digit integer.(1) The sum of the two digits of n is a prime number. Clearly insufficient: for example 83>80 and 38<80.
(2) Each of the two digits of n is a prime number --> greatest one digit prime is 7, thus max value of n is 77, which is less than 80. Sufficient.
Answer: B.
vandygrad11
I am lost on this one. Prime numbers are 2, 3, 5, 7, 11, 13, 17, 19, 23, etc. There are several values that satisfy the conditions of 10>n>80 while both digits are prime numbers, for instance 23, 32, 57, etc. Is that the reason that we can eliminate #2? Similarly, not to sound stupid, but is 67 then the only integer that meets the conditions of #1? Thanks.
We are told that
n is a two-digit integer and
each of these two digits is a prime, so n can be: 22, 23, 25, 27, ... and as greatest one digit prime is 7, thus max value of n is 77.
As what n could be taking in account statement (1):
23 --> 2+3=5=prime;
25 --> 2+5=7=prime;
29 --> 2+9=11=prime;
...
Hope it's clear.