Answer:
m/10?
Step-by-step explanation:
I believe that it is m/10, since you are dividing the number of muffins by 10 boxes, but this is worded kind of weirdly. Sorry I couldn't be more help.
Six hundred three thousand four hundred seventy-eight
Answer:
Unit rate describes how many units of the first type of quantity corresponds to one unit of the second type of quantity. Some common unit rates are miles, per hour, cost per item, earnings and per week
Step-by-step explanation:
Answer: a) P(x=0) = 0.0907, b) P(x≥10) = 0.7986
Step-by-step explanation: the probability mass function of a possion probability distribution is given as
P(x=r) = (e^-λ)×(λ^r) /r!
Where λ = fixed rate at which the event is occurring and each event is independent of each other = 2.4
a) P(x= at least one) = P(x≥1)
P(x≥1) = 1 - P(x<1)
But P(x<1) = P(x=0) { we can not continue to negative values because our values of x can only take positive values of integer}
Hence, P(x≥1) = 1 - P(x=0)
P(x=0) = e^-2.4 * 2.4^0/(0!)
P(x=0) = 0.0907×1/1
P(x=0) = 0.0907
b) if the average number of hits in 1 minutes is 2.4 then for 5 minutes we have 2.4×5 = 12.
Hence λ = 12.
P(x= at least 10) =P(x≥10) = 1 - P(x≤9)
P(x≤9) will be gotten using a cumulative possion probability distribution table whose area is to the left of the distribution.
From the table P(x≤9) = 0.2014.
P(x≥10) = 1 - 0.20140
P(x≥10) = 0.7986