M=1.25 should be your answer!
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:
The slope of this line is 7/4 or 1.74 in decimal form.
m = 7/4 OR m = 1.75
Step-by-step explanation:
slope = y^2 - y^1 / x^2 - x^1
Let's pick any two points from the graph: (-1, -3) and (3, 4)
m = y^2 - y^1 / x^2 - x^1
m = 4 - (-3) / 3 - (-1)
m = 4 + 3 / 3 + 1
m = 7/4
m = 1.75
I believe it’s the first one. i’m very sorry if it’s wrong
Assume E represents the cost of an egg and T represents the cost of one piece of toast.
We can construct two equations :
2E + T = $3.00 - - - - - (a)
E + T = $1.80 - - - - - (b)
Subtract equation b from a:
E = $1.20 (The price of one egg)
To find out the price of one piece of toast, replace the price of one egg in equation b:
T = $1.80 - $1.20 = $0.60 (The price of one piece of toast)
Hope that helps you