Equation of the perpendicular
y= 2x+6
slope of the perpendicular = 2
slope of the req. line = -1/2
equation of the req. line
y - y1 = m(x - x1)
y - 2 = -1/2(x + 4)
2(y - 2) = -1(x + 4)
2y - 4 = -x - 4
2y = -x
y = (-1/2)x
this is your req. equation of line.
Answer:
8+3/4w
Step-by-step explanation:
Answer:
.
Step-by-step explanation:
Answer:
12
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).