Bunuel
A computer program selects integers to populate a data bank according to the following conditions:
I. If a is in the data bank then -a is in the data bank
II. If a and b are in the data bank than ab is selected for the data bank.
III. If ab is in the data bank than a and b are selected for the data bank.
Is –6 in the data bank?
(1) c, which is an even multiple of 15, is in the bank.
(2) the prime factors of c are in the data bank.
Although I also marked C but after careful anaylysis I think the approach should be as under:
State 1) even multiple of 15 us there, i.e. 2 is there and 15 is there, or -2 is there and -15 is there. Now coz ab is in data bank i.e.15 is in data bank, 2,3,-2,-3,1,-1 are in data bank or now we have a lot of numbers in data bank 1,-1,2,-2,3,-3,6,-6,15,-15 etc and so on.Fro statement II of given conditions....all the combinations of such numbers will be in data bank....and -6 is one them...THEREFORE STATE 1 IS SUFFICINT..
STATEMENT 2)well no need to say that it is there just coz there r to be 2 statements....nothing is coming out of it--Insuff.
Good Question I would say...