This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
this is a Fibonacci sequence. so,
1+2 = 3
3+2 = 5
5+3 = 8
8+5 = 13
13+8 = 21
21+13 = 34
Ans. 34
1+2=3 2+3=5 3+5=8 5+8=13 8+13=21 13+21=34
It follows the fibonacci sequence giving the answer as 1 3 + 2 1 = 3 4 .
It is part of the Fibonacci sequence where you add the two preceding number to get the next.
F n = F n − 1 + F n − 2
...
1+2 = 3
2+3 = 5
3+5 = 8
5+8 = 13
8+13 = 21
1 3 + 2 1 = 3 4
21+34 = 55
...
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Fibonacci Sequence
1+2 = 3
3+2 = 5
5+3 = 8
8+5 = 13
13+8 = 21
21+13 = 34
Ans. 34