Answer:
X=3
Step-by-step explanation:
Answer:
g
Step-by-step explanation:
The answer to this question would be 8,4,4
Answer:
0.36427
Step-by-step explanation:
Mean = λ = 18 messages per hour
P(X = x) = (e^-λ)(λ⁻ˣ)/x!
P(X ≤ x) = Σ (e^-λ)(λ⁻ˣ)/x! (Summation From 0 to x)
But the probability required is that the messages thay come in an hour is between 15 and 20, that is, P(15 < X < 20)
P(15 < X < 20) = P(X < 20) - P(X ≤ 15)
These probabilities will be evaluated using a cumulative frequency calculator.
P(X < 20) = 0.65092
P(X ≤ 15) = poissoncdf(18, 15) = 0.28665
P(15 < X < 20) = P(X < 20) - P(X ≤ 15) = 0.65092 - 0.28665 = 0.36427.
You can use the Poisson distribution calculator here
https://stattrek.com/online-calculator/poisson.aspx
Answer:
x = -5, and y = -6
Step-by-step explanation:
Suppose that we have two equations:
A = B
and
C = D
combining the equations means that we will do:
First we multiply both whole equations by constants:
k*(A = B) ---> k*A = k*B
j*(C = D) ----> j*C = j*D
And then we "add" them:
k*A + j*C = k*B + j*D
Now we have the equations:
-x - y = 11
4*x - 5*y = 10
We want to add them in a given form that one of the variables cancels, so we can solve it for the other variable.
Then we can take the first equation:
-x - y = 11
and multiply both sides by 4.
4*(-x - y = 11)
Then we get:
4*(-x - y) = 4*11
-4*x - 4*y = 44
Now we have the two equations:
-4*x - 4*y = 44
4*x - 5*y = 10
(here we can think that we multiplied the second equation by 1, then we have k = 4, and j = 1)
If we add them, we get:
(-4*x - 4*y) + (4*x - 5*y) = 10 + 44
-4*x - 4*y + 4*x - 5*y = 54
-9*y = 54
So we combined the equations and now ended with an equation that is really easy to solve for y.
y = 54/-9 = -6
Now that we know the value of y, we can simply replace it in one of the two equations to get the value of x.
-x - y = 11
-x - (-6) = 11
-x + 6 = 11
-x = 11 -6 = 5
-x = 5
x = -5
Then:
x = -5, and y = -6