SOLUTION: The first two terms in a sequence are a and b. The third term in the sequence is the sum of the previous two terms. The fourth term is the sum of the second and third terms. These

Algebra ->  Sequences-and-series -> SOLUTION: The first two terms in a sequence are a and b. The third term in the sequence is the sum of the previous two terms. The fourth term is the sum of the second and third terms. These       Log On


   



Question 1073396: The first two terms in a sequence are a and b. The third term in the sequence is the sum of the previous two terms. The fourth term is the sum of the second and third terms. These sums give you the sequence a, b, a + b, a + 2b. Using this pattern, which of the following expressions is the sixth term in the sequence?
I am really not sure but this is how I started to work it out. Thank you look forward to your reply.
a,b
a+b =step 3
a + 2b = step 4
2b + a = step 5

Answer by ikleyn(52788) About Me  (Show Source):
You can put this solution on YOUR website!
.
The first two terms in a sequence are a and b. The third term in the sequence is the sum of the previous two terms.
The fourth term is the sum of the second and third terms. These sums give you the sequence a, b, a + b, a + 2b.
Using this pattern, which of the following expressions is the sixth term in the sequence?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1-st term: a%5B1%5D = a

2-nd term: a%5B2%5D = b

3-rd term: a%5B3%5D = a + b

4-th term: a%5B4%5D = b + (a+b) = a + 2b

5-th term: a%5B5%5D = a%5B3%5D+%2B+a%5B4%5D = (a + b) + (a + 2b) = 2a + 3b.

6-th term: a%5B6%5D = a%5B4%5D+%2B+a%5B5%5D = (a + 2b) + (2a + 3b) = 3a + 5b.

Solved.