a) 1, 5, 9 ,13, 17
Find the 50th term?
How do i do that in a quick way.. :/
Thanks
Find the 50th term?
How do i do that in a quick way.. :/
Thanks
-
Each term has a common difference of 4
1 = 4 * 0 + 1
5 = 4 * 1 + 1
9 = 4 * 2 + 1
13 = 4 * 3 + 1
The n-th term can be represented as 4 * (n - 1) + 1
Therefore, the 50th term will be:
4 * (50 - 1) + 1 =>
4 * 49 + 1 =>
196 + 1 =>
197
1 = 4 * 0 + 1
5 = 4 * 1 + 1
9 = 4 * 2 + 1
13 = 4 * 3 + 1
The n-th term can be represented as 4 * (n - 1) + 1
Therefore, the 50th term will be:
4 * (50 - 1) + 1 =>
4 * 49 + 1 =>
196 + 1 =>
197
-
This is an arithmetic sequence with common difference of 4. Use the formula a_n = a_1 + (n-1)d.
-
The common difference is 4, so the "nth" term can be found by:
an = a1 + (n - 1)d...............a50 = 1 + (49)(4) = 197.
an = a1 + (n - 1)d...............a50 = 1 + (49)(4) = 197.