Set A = {-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5}. If 10 integers are randomly chosen from A, with repetitions allowed, how many different ways, can the least possible value of the product of the 10 integers be obtained?
(A) One
(B) Two
(C) Three
(D) Four
(E) Five
Lets consider 10 boxes, we need to fill these boxes with numbers so that the product of all numbers is minimum.
X X X X X X X X X X
We can't have all the 10 numbers as negative (as product of 10 negative numbers will become positive)
As repetitions are allowed, the lowest product will be when all numbers are a combination of 5 and -5
So we need to fill these 10 boxes with 5 and -5 so that product is negative. That is, we need odd number of -5s.
There are 5 ways of doing this :
one (-5), nine (5s)
three (-5s), seven (5s)
five (-5s), five (5s)
seven (-5s), three (5s)
nine (-5s), one (5)
So answer is 5. Option (E)