The integers a, b, c, and d can each be equal to 0, 1, 2, or 3, independently. What is the value of (a + 1)(b + 1)(c + 1)(d + 1)?
(1) a + 4b + 16c + 64d = 165From Statement 1 , we know that the sum of integers is equal to an ODD number (165)
Hence, one of the 4 integers has to be an odd number ==> Since 4b, 16c and 64d always result in even, a must take an odd value i.e 1 or 3 only
a = {1,3}a + 4b + 16c + 64d = 165 --> Lets start with 'd' . The possible values for d are 0,1,2 and 3.
d can take only 0,1 & 2 because d=3 gives a value >165. And since there is no way we can achieve 165 by substituting values 0 & 1 , d must be 2. ==>
d = 2a + 4b + 16c = 37 --> Lets go with 'c' now. The possible values for c are 0,1,2 and 3.
c can take only 0,1 & 2 because c=3 gives a value >37. And since there is no way we can achieve 37 by substituting values 0 & 1 , c must be 2. ==>
c = 2a + 4b = 5 -- > We know a must be odd i.e 1 or 3 only and possible values for b are 0,1,2 and 3.
Substituting a =3 , we get 4b = 1 (not possible because b is an integer)
Therefore,
a = 1 and b = 1Statement 1 is sufficient(2) 64a + 16b + 4c + d = 90From Statement 2 , we know that the sum of integers is equal to an EVEN number (90)
Hence, all 4 integers have to be an even ==> Since 64a, 16b and 4c always result in even, d must take an even value i.e 0 or 2 only
a = {0,2}64a + 16b + 4c + d = 90 --> Lets start with 'a' . The possible values for a are 0,1,2 and 3.
a can take only 0 & 1 because a= 2 or 3 gives a value >90. And since there is no way we can achieve 90 by substituting value 0 , a must be 1. ==>
a = 116b + 4c + d = 26 --> Lets go with 'b' now. The possible values for b are 0,1,2 and 3.
b can take only 0 & 1 because b = 2 or 3 gives a value >26. And since there is no way we can achieve 26 by substituting value 0 , b must be 1. ==>
c = 14c + d = 10 -- > We know d must be even i.e 0 or 2 only and possible values for c are 0,1,2 and 3.
Substituting d =0 , we get 4c = 10 (not possible because c is an integer)
Therefore,
d = 2 and c = 2Statement 2 is sufficientAnswer is (D)