Answer:
2m+8
Step-by-step explanation:
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).
Let x = 32.323232…
Then 100x = 3232.323232…
It follows that
100x - x = 3232.323232… - 32.323232…
99x = 3200
x = 3200/99
Answer:
32 − 8
Step-by-step explanation:
1. Rearrange terms
− 4 (2 − 8)
− 4 (− 8 + 2)
2. Distribute
− 4 (− 8 + 2)
<u><em>32x - 8</em></u>
<em>f(d)=86,400·d</em>
if you set 1 day (d=1) you get f(1)=86,400 sec
if you set 1 day (d=2) you get f(2)=172,800 sec
...etc.