

InterviewSolution
Saved Bookmarks
1. |
The value of ∑(i=0)^4i! is __________(a) 32(b) 30(c) 34(d) 35I got this question during an interview.Asked question is from Sequences and Summations topic in chapter Basic Structures: Sets, Functions, Sequences, Sums and Matrices of Discrete Mathematics |
Answer» CORRECT answer is (c) 34 For explanation: First five term of the sequence n! is given by 1, 1, 2, 6, 24. |
|