84.4k views
0 votes
Find the first four terms and the tenth term
a) 3n^2

User Bonteq
by
5.0k points

2 Answers

0 votes

Answer:

{3, 12, 27, 48, 300}

Explanation:

For the first four terms, n = {1, 2, 3, 4}. For the tenth, n = {10}.

Then, applying the formula a(n) = 3n^2 to n = {1, 2, 3, 4, 10}, we get:

{3(1)², 3(2)², 3(3)², 3(4)², 3(10)²} = {3, 12, 27, 48, 300}

User Pierre Plourde
by
5.3k points
3 votes

Explanation:

3n^2

First term => n=1 => 3(1)^2 =>3

Second term => n=2 => 3(2)^2 =>3x4=12

Third term => n=3 => 3(3)^2 =>3x9=27

Fourth term => n=4 => 3(4)^2 =>3x16=48

Tenth term => n=10 => 3(1)^2 =>3x10=300

User StoneBreaker
by
5.1k points