If a, A, and B represent unknown varitables, then:
A = 6 + a
B = a + A = a + (6 + a) = 6 + 2a
36 = A + B = (6 + a) + (6 + 2a) = 12 + 3a
Therefore, 36 = 12 + 3a, or a = 8. The sequence is 6, 8, 14, 22, 36
2007-01-28 03:22:25
·
answer #1
·
answered by Anonymous
·
1⤊
0⤋
For Fibonacci style, 6, a, A, B, 36
6 + a = A ---(1)
a + A = B -- (2)
A + B = 36 ---(3)
Replace (1) into (2)
a + 6 + a = B
B = 6 + 2a ---(4)
So,
A = 6 + a
B = 6 + 2a
Replace (4) and (1) into (3)
6 + a + 6 + 2a = 36
3a = 24
a = 8
A = 6 + a = 6 + 8 = 14
B = 6 + 2a = 6 + 16 = 22
6, a, A, B, 36
is
6, 8, 14, 22, 36
2007-01-28 11:29:03
·
answer #2
·
answered by seah 7
·
1⤊
0⤋
8 14 22
2007-01-28 13:15:30
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
8 14 22
2007-01-28 11:19:52
·
answer #4
·
answered by gianlino 7
·
0⤊
0⤋
If they obey the recurrence relation: T_n+1 = T_n + T_n-1
then the sequence is:
6, a, A=a+6, B=(a+6)+a=2a+6, 36=(2a+6)+(a+6)=3a+12
If 36=3a+12, then a=8
Thus A=14, B=22
(And the full sequence is: 6, 8, 14, 22, 36... )
2007-01-28 11:16:59
·
answer #5
·
answered by smci 7
·
1⤊
0⤋
If they obey the recurrence relation: T_n+1 = T_n + T_n-1
then the sequence is:
6, a, A=a+6, B=(a+6)+a=2a+6, 36=(2a+6)+(a+6)=3a+12
If 36=3a+12, then a=8
Thus A=14, B=22
(And the full sequence is: 6, 8, 14, 22, 36... )
2007-01-28 11:26:31
·
answer #6
·
answered by Malvi 2
·
1⤊
1⤋
The Fibonnaci Series is 1,1,2,3,5,8,13,21 etc
Thus this series should be 6,6,12,18,30
Each succesive number is the sum of the two preceding numbers.
a=6 , A = 12, B = 18
however the 36 should be a 30 if thhjis is Fibonacci style seies.
2007-01-28 11:30:47
·
answer #7
·
answered by ironduke8159 7
·
0⤊
1⤋
in Fibonacci...a term is sum of preceding series.
so...
6+a=A.............(1)
a+A=B.............(2)
and A+B=36......(3)
subtract (2) from(1)
2A-B=6...(4)
Add (3) and (4)
A= 14
so B = 22 and a = 8
2007-01-28 11:27:01
·
answer #8
·
answered by prat_apr89 1
·
0⤊
0⤋