both the second and fourth ones look right to me, but i'm pretty sure its the fourth option.
Responder:
1,625; 0.8569
Explicación paso a paso:
y ___0 ____ 1 ____ 2 ____3
P (y) _1 / 8 ___ ¼ ___ ½ ____ 1/8
Valor esperado (E (x)): Σx * p (x)
= (0 * (1/8)) + (1 * (1/4)) + (2 * (1/2)) + (3 * (1/8)) = 1,625
La desviación estándar = sqrt (Var (x))
Var (X) = Σx²p (x) * E (x) ²
Var (X) = [(0 ^ 2 * (1/8)) + (1 ^ 2 * (1/4)) + (2 ^ 2 * (1/2)) + (3 ^ 2 * (1 / 8))] - 1.625²
Var (X) = (0 * (1/8)) + (1 * (1/4)) + (4 * (1/2)) + (9 * (1/8)) - 1.625 ^ 2
= 3.375 - 2.640625
= 0,734375
Desviación estándar = Sqrt (0,734375) = 0,8569
Answer: 46,600
Step-by-step explanation:
The third one is the answer
(1,5)
good luck
Answer:
Step-by-step explanation:
The vertex form of a parabola is given by y = a(x - h)^2 + k, where (h, k) is the vertex.
Given vertex at (2,-3), h = 2, k = -3
y = a(x - 2)^2 + (-3) = a(x - 2)^2 - 3
The parabola passes through (0,5) so
5 = a(0 - 2)^2 - 3
5 = 4a - 3
4a = 8
a = 2
The parabola equation in vertex form:
y = 2(x - 2)^2 - 3