170k views
0 votes
If the nth term of a number sequence is n^2 + 2n,
find the first 3 terms and the 10th term.

User DavB
by
3.6k points

1 Answer

6 votes

Answer:

3, 8, 15 and 120

Explanation:

to find the first 3 terms, substitute n = 1, 2, 3 into the nth term rule

n = 1 : 1² + 2(1) = 1 + 2 = 3

n = 2 : 2² + 2(2) = 4 + 4 = 8

n = 3 : 3² + 2(3) = 9 + 6 = 15

the first 3 terms are 3, 8, 15

to find the 10th term , substitute n = 10 into the rule

n = 10 : 10² + 2(10) = 100 + 20 = 120

User Yoann Le Touche
by
3.8k points