126k views
3 votes
Literally begging for help 30 POINTS

given the following function list the first 4 terms
f (n) = 5 (n + 2)

User SteveDJ
by
8.1k points

2 Answers

5 votes

Answer:

15, 20, 25, 30

Explanation:

To calculate the value of a term, you plug in the term value into the equation, which, in this case, means replacing the n with the term number.

Term 1:

5 (1 + 2)

5 (3)

15

Term 2:

5 (2 + 2)

5 (4)

20

Term 3:

5 (3 + 2)

5 (5)

25

Term 4:

5 (4 + 2)

5 (6)

30

User Scott Willeke
by
8.5k points
4 votes

Answer:

15,20,25,30

Explanation:

f (n) = 5 (n + 2)

Let n=1

f (1) = 5 (1 + 2)

= 5(3) = 15

Let n=2

f (2) = 5 (2 + 2)

= 5(4) = 20

Let n=3

f (3) = 5 (3 + 2)

= 5(5) = 25

Let n=4

f (4) = 5 (4 + 2)

= 5(6)=30

User Mandeep Yadav
by
8.6k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories