
David W. answered 01/24/17
Tutor
4.7
(90)
Experienced Prof
The sequence begins with 100, 101.
The next value must be the sum of exactly one pair of the previous values in the sequence. Building the sequence:
100 101
100 101 201 [next term is 101 + 100]
100 101 201 301 302 [201 + each of previous two values]
100 101 201 301 302
401 402 502 [301 plus previous]
402 403 503 603 [302 plus previous]
100 101 201 301 302 401 403 502 503 603 [First 10 terms]
Sum of first 10 terms is: 3417
The next value must be the sum of exactly one pair of the previous values in the sequence. Building the sequence:
100 101
100 101 201 [next term is 101 + 100]
100 101 201 301 302 [201 + each of previous two values]
100 101 201 301 302
401 402 502 [301 plus previous]
402 403 503 603 [302 plus previous]
100 101 201 301 302 401 403 502 503 603 [First 10 terms]
Sum of first 10 terms is: 3417