Given these two numbers of the Fibonacci Sequence:


You need to remember that each value in the Fibonacci Sequence is obtained by adding the two previous values.
This is the part of the Fibonacci series:

Knowing the above, you can determine the number in the following position:

can be obtained by adding the numbers in these positions:

Therefore, the answer is: Option D.