

InterviewSolution
Saved Bookmarks
1. |
The value of ∏(k=1)^100(-1) ^k is _________(a) 0(b) 1(c) -1(d) 2This question was addressed to me by my school principal while I was bunking the class.My question is taken from Sequences and Summations in chapter Basic Structures: Sets, Functions, Sequences, Sums and Matrices of Discrete Mathematics |
Answer» CORRECT answer is (b) 1 Easy explanation: The product of A1, a2, a3 …… an is REPRESENTED by ∏(i=1)^N ai. |
|