lnm87
If a, b, c, and d are integers where 0 < a < b < c < d, what is the value of a + b + c +d?
(1) a, b, c, and d are consecutive integers where (a + b) and (c + d) are prime.
(2) ac + ad + bc + bd = 21
Given: a, b, c, and d are integers where 0 < a < b < c < d
Asked: What is the value of a + b + c +d?
(1) a, b, c, and d are consecutive integers where (a + b) and (c + d) are prime.
Let us consider few cases.
{a,b,c,d} = {1,2,3,4} and 1+2=3 & 3+4=7 are prime YES => a + b + c +d = 10
{a,b,c,d} = {2,3,4,5} and 2+3=5 is prime & 4+5=9 is not prime NO
{a,b,c,d} = {3,4,5,6} and 3+4=7 & 5+6=11 are prime YES => a + b + c +d = 18
Since there are 2 cases in which {a,b,c,d} are consecutive integers where (a + b) and (c + d) are prime and give different values of a + b + c +d
NOT SUFFICIENT
(2) ac + ad + bc + bd = 21
Let us consider few cases.
{a,b,c,d} = {1,2,3,4} and ac + ad + bc + bd = 3+4+6+8 = 21
There is no other case possible since {a,b,c,d} are integers where 0 < a < b < c < d
Increasing any of the values of {a,b,c,d} will increase the value of ac + ad + bc + bd = 21
SUFFICIENT
IMO B