Answer:
Answer C
Step-by-step explanation:
Answer:
f(-3)=4
Step-by-step explanation:
Substitute x=-3 into the function
f(-3)=(-3)^2-5
f(-3)=9-5
f(-3)=4
I would just assume <span>a) find the probability that the student guesses EXACTLY 4 correct.
</span>
Answer:
4
Step-by-step explanation:
The vertex formula of a quadratic equation is:
●y= a(x-h)^2 +k
(h,k) are the coordinates of the vertex
Here: h = -5 and k= -2
y is 2 and x is -4
● 2 = a (-4-(-5))^2 + (-2)
● 2 = a (-4+5)^2 -2
● 2 = a *1^2 -2
● 2 = a -2
● 4 = a
Explanation:
An <em>explicit function</em> returns a value based only on the arguments given.
y = f(x)
__
A <em>recursive function</em> returns a value based on the arguments given and on other values of the function.
y = f(x, f(g(x))