The first three terms of sequence are 9 , 6 , 3
<em><u>Solution:</u></em>
Given the recursive function f(n) = f(n - 1) - 3
Where f(1) = 9
To find: First three terms of sequence
Substitute n = 2 , n = 3 and n = 4 in given recursive function
When n = 2
f(n) = f(n - 1) - 3
f(2) = f(2 - 1) - 3
f(2) = f(1) - 3
f(2) = 9 - 3 = 6
f(2) = 6
Thus second term is 6
When n = 3
f(3) = f( 3 - 1) - 3
f(3) = f(2) - 3
f(3) = 6 - 3 = 3
f(3) = 3
Thus the third term is 3
When n = 4
f(4) = f( 4 - 1) - 3
f(4) = f(3) - 3
f(4) = 3 - 3
f(4) = 0
Thus the fourth term is 0
Thus first three terms of sequence are 9 , 6 , 3
#7 is the easiest one.
a + bi = -9 + 4i
see the expression on either side matches up so..
a = -9 and b = 4
Answer:
D
Step-by-step explanation:

Answer:
48 cups
Step-by-step explanation:
the first 2 cups of raisins goes into 12 cups of trail mix.
the next ones are as follows:
4 cups of raisins for 24 cups of trail mix
6 cups of raisins for 36 cups of trail mix
8 cups of raisins for 48 cups of trail mix
They both double each time a new bathc is made.
Answer:
56
Step-by-step explanation: