Question 354971
The sum of two consecutive terms in the arithmetic 
sequence 1,4,7,10,,, is 299 find these two terms?
----
a(1) = 1
d = 4-1 = 3
-------
Two consecutive terms would be:
a(n) = a(1)+(n-1)d
a(n+1) = a(1)+(n)d
-----
Equation: 
1 + (n-1)3 + 1+3n = 299
---
2 + 3n-3 + 3n = 299
6n = 300
n = 50
n+1 = 51
-----
a(50) = 1 + 49*3 = 148
a(51) = 148+3 = 151
----
Check:
148+151 = 299
======================
cheers,
Stan H.