A list consists of several integers. Is the product of all the integers positive?
1.The product of the greatest and smallest integers in the list is positive.
2.There is an even amount of integers.
The correct answer is C, and I cannot see how this works. Just because you have an even amount of integers and the first and last integer's product is positive, does not mean we know that the product is positive or negative. For example:
NPPPPN=positive
PNPPPP=negative
Please Help!