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:
In the Garden Club the cost will be a fixed fee of $25 and $10 for each rosebush, so if he buys X rosebushes, the total cost will be:
C1(X) = $25 + $10*X
While in the local nursery there is no initial cost, and each rosebush costs $15, so if he buys X rosebushes, the total cost will be:
C2(X) = $15*X
Now, let's find the value of X where C1 and C2 are equal, this is:
$25 + $10*X = $15*X
$25 = $15*X - $10*X = $5*X
X = 25/5 = 5
This means that if he buys 5 rosebushes, he will pay the same amount in both places.
If he buys less than 5 rosebushes, he will pay less in the local nursery (as it has a bigger slope, but no initial fee)
If he buys more than 5 rosebushes, he will pay less in the Garden club (because it has a smaller slope)
Answer: 22 meters
<u>Step-by-step explanation:</u>
Draw a picture of a right triangle and label the height as 30 meters and the hypotenuse as 37 meters. Use the Pythagorean Theorem to find the base (the length of the shadow).
a² + b² = c²
x² + 30² = 37²
x² = 37² - 30²
x² = 1369 - 900
x² = 469
√x² = √469
x = 21.656
x ≈ 22
Answer:
The onion skin math method helps you understand
Step-by-step explanation:
I love you, y
Hey there!
Let's first find an easier situation.
If we're saying:
How many fives are in ten?
We're doing 10 divided by 5, because we're seeing how many 5's go into 10.
It's no different here.
We will be doing 6 divided by 3/4, just as we did with our simpler situation.
Using our "keep, switch, flip" rule (keep first term, change to multiplication, take reciprocal of second term)
we get:
6 divided by 3/4
=
6 * 4/3
= 24/3
= 8 3/4's in 6.
Hope this helps!