Answer:
x = -2
Step-by-step explanation:
Isolate the variable by dividing each side by factors that don't contain the variable.
Answer:
Recursive
a(1) = 9 ; a(n+1) = 3 * a(n)
Explicit
a(n) = 9 * 3^(n-1)
Answer:
A graph with a set amount of numbers.
Step-by-step explanation:
Infinite means never ending and that's what most graphs are. But, a finite graph is a graph that doesn't have arrows at the end of the lines. (simplified answer) A better way of saying it is a graph with a fixed starting position and a fixed ending position. You can use this type of graph if you don't want to go over or under a certain value.
Hope this helps!