22490 x 1.055 = 23726.95 is the total cost including sales tax
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:
Step-by-step explanation:
If
τ
1
and
τ
2
are two typologies on non-empty set
X
, then ………………. is topological space.
Answer:
y = -2x + 5
Step-by-step explanation:
Slope-intercept form: y = mx + b
The slope of the line, m, is -2 because the line shows a negative trend and moves right 1 unit every time a point moves down 2 units.
The y-intercept, b, is 5 because the line crosses that number once on the y-axis.