Answer:
See definition below
Step-by-step explanation:
Since we have to give a recursive definition, we must give a initial value f(0). Additionally, the value of f(n) must depend on the value of f(n-1) for all n≥1.
The required value of f(0) is (0+1)!=1!=1.
Now, the factorial itself is a recursive function, because (n+1)!=(n+1)n!. In terms of f, this means that f(n)=(n+1)f(n-1) for all n≥1.
Then, our definition is: f:N→N is defined by
- f(0)=1.
- For n≥1, f(n)=(n+1)f(n-1).
Answer:
-6 -7 -8 -9 -10
Step-by-step explanation:
anything that keeps going from there dont do anything like -5 -4 -3 -2 -1 because it would be wrong
any negative number that keeps increasing after -6
Answer:
Hi, your answer is y=
-3
Step-by-step explanation:
We will use the slope-intercept formula which is

We will use two points in this case I'll use
(-2,-2) and (-8,1)
=
which can be simplified as 
Your Y will be -3
which your final answer will be y=-1/2x-3
Hope this helps :)
Answer:
f(-2)= -6
Step-by-step explanation:
Hope this helps :)