Answer:
311 
Step-by-step explanation:
Taking a pizza to be a circle
Area of big pizza be x abd are of small pizza be y
hence difference = x-y
Area of a circle =
where r is the radius
taking
to be 3.14
hence area x = 3.14 (
*
) = 1017.36
Area y = 3.14 (
*
)= 706.5
x-y = 1017.36- 706.5 =310.86 
310.86 
Answer:420
Step-by-step explanation x=90/0.375
Answer:
C) Between 9 and 13
Step-by-step explanation:
If 40% is 5 gallons, then 20% is 2.5 gallons
If you multiply both by 5, you get 12.5, which is between 9 and 13
Sorry for my weird way of math
To find how long it will take to fill the tank, you can use the idea that every 30 seconds will get you one gallon closer to being full.
This means to fill 50 gallons, you will need 50 groups of 30 seconds.
50 x 30 = 1500 seconds
1500/60 = 25 minutes.
It will take 25 minutes.
You could also think of it as filling 2 gallons every minute. It would take 25 of these.
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