

InterviewSolution
Saved Bookmarks
1. |
Which of the following is a fibonacci series?(a) 0, 1, 2, 3, 4…….(b) 0, 1, 1, 2, 3, 5……(c) 10, 12, 14, 16…….(d) none of the mentionedThe question was posed to me during an interview.Enquiry is from Special Sequences in chapter Basic Structures: Sets, Functions, Sequences, Sums and Matrices of Discrete Mathematics |
Answer» RIGHT option is (B) 0, 1, 1, 2, 3, 5…… Explanation: FIBONACCI SERIES is formed by adding previous two TERM starting from 0 and 1. |
|