Given a sequence defined by the explicit formula g(n)=15n+35, write out the first four terms. Then, create a recursive definition and graph the sequence on the interval I≤n≤7.

Answer:
Step-by-step explanation:
when n = 1
15(1)+35 = 50
when n = 2
15(2)+35 = 65
when n = 3
15(3)+35 = 80
when n = 4
15(4)+35 = 95
when n = 5
15(5)+35 = 110
when n = 6
15(6)+35 = 125
when n = 7
15(7)+35 = 140
then plot your graph based on these values