Answer:
4(x-7)^2 - 19
Step-by-step explanation:
Shifting 7 units to the right: 4(x-7)^2 - 16.
3 units down: 4(x-7)^2 - 16 - 3, or 4(x-7)^2 - 19
It’s dividing by a factor of 10. So 30 divided by 10=3. You then do the same thing for the height. 300 divided by 10=30. The answer is 30.
Answer:
0 People initially had the cold.
6 People will have it after 2 days.
Step-by-step explanation:
To find out how many people had it initially, plug 0 in for x (implying 0 days later.)
C= 1*3(0)
C= 1*0
C=0
Nobody had the cold initially.
To find out how many people had it after 2 days, plug 2 in for x. (implying 2 days later.)
C= 1*3(2)
C= 1*6
C=6
Therefore 6 people had the cold after 2 days.
I hope this helps!
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