Skip to main content

FIBONACCI NUMBERS OR SERIES

Fibonacci numbers
every number after the first two is the sum of the two before numbers. Fibonacci sequence is started from 0. The following table describes the how to write the Fibonacci numbers.
Fibonacci sequence: 0,1,1,2,3,5,8…..
Sl No
Sum
Fibonacci series
0
0
0
1
1
1
2
0+1
1
3
1+1
2
4
1+2
3
5
2+3
5
6
3+5
8
7
5+8
13
8
8+13
21
9
13+21
34
10
21+34
55
11
55+34
89
12
55+89
144
13
89+144
233
14
144+233
377
14
233+377
610
15
377+610
987
16
610+987
1597
17
987+1597
2584
18
1597+2584
4181
19
2584+4181
6765
20
4181+6765
10946

From above table we can write the Fibonacci  series

0
1
1
2
3
5
8
13
21
34
55
89
144
233
377
610
987
1597
2584
4181
6765
10946


In many competitive exams the problems from series are asked. In series problems there is a chance of asking questions from Fibonacci series.
Problem 1: 0,1,1,2,3,5,____
Problem 2: 0,1,1,2,3,5,8,13,_
Problem 3: 0,1,1,2,3,5,8,13,21,34,55,89,__
Problem 4 : 2,3,5,8,_,21
Problem 5 : 5,8,13,_,34.

Like above the problems are asked on Fibonacci series.

Comments

Popular posts from this blog

pythagoras triangle numbers from difference between two adjacent numbers

1 2 =1x1=1                           ---->3 2 2 =2x2=4                           ---->5 3 2 =3x3=9                           ---->7 4 2 =4x4= 16                           ----> 9 --->(pythagoras numbers 16+9=25 ==>  4 2 +3 2   = 5 2 ) 5 2 =5x5= 25                           ---->11  6 2 =6x6=36            ...

MULTIPLICATION OF TWO CONSECUTIVE NUMBERS

If you observe the sum of each digit in the Multiplication of two consectuive no.  pattern repeating:  2 6 3  2 3 6 2 9 9  n X n+1 Multiplication of two consectuive no. Sum of two digits 1X2 2 2 2X3 6 6 3X4 12 3 4X5 20 2 5X6 30 3 6X7 42 6 7X8 56 2 8X9 72 9 9X10 90 9 10X11 110 2 11X12 132 6 12X13 156 3 13X14 182 2 14X15 210 3 15X16 240 6 16X17 272 2 17X18 306 9 18X19 342 9 19X20 380 2 20X21 420 6 21X22 462 3 22X23 506 2 23X24 552 3 24X25 600 6 25X26 650 2 26X27 702 9 27X28 ...

product two consecutive odd numbers

Product of two consecutive odd numbers : Even numbers are 1,3,5,7,9,11,13,15,17,19,21,23,25,..... Odd  number means when we divide a number with 2,then the remainder is equal to one. Difference between the two odd numbers is 1. Now we will discuss the product of two odd  numbers. Now the product of two even numbers assumed to be 5x7 can be written as (6-1)x(6+1).                              5x7= (6-1)x(6+1) From the above we write general formula as 5x7= (6-1)x(6+1)=6 2 -1 2  =36-1=35 Now we can observe the result as one less than the square number. So now we can observe the following table. Column 1&2 reprecent the adjacent odd numbers. Column 3 represent the product of two adjacent odd numbers. Column 4 represent  the nearest square number. This  will arrive by adding 1 to the product  of two odd ...