Patrick B. answered 07/26/19
Math and computer tutor/teacher
"occurring on the same day" suggests using the Poisson distribution, at the heart of which is the
# of occurrences in a given time frame. So ideally you would need to know what small,tiny fraction
of a fire occurs per day.
You have given 58+ fires in 189 days. That's lambda = 0.5532110091743119266.... which will have to server as the parameter LAMBDA, the average rate of occurrence.
So per the Poisson on model , the said lambda, k=6 fires, lambda^6 / (exp(lambda))(6!)
This calculation gives you a probably of order -3 , specifically 1.85175570240888... * 10^(-5)
However, you are also requiring the fires be with the same 125 mile radius ( as you have given a diameter of 250 miles). Assuming the location of where the fire starts is an INDEPENDENT event ( we are treading on dangerous waters here.....) and that each location has an equal chance of having a fire started ( which is BINOMIAL distribution) then based on the given measurements:
The land area of the continental United states is 3.797 million square miles.
So now we have (125 / 3797000)^6 which will decrease the Poisson probability by a whopping
factor of order -25, namely 1.272965 * 10^(-27)
Multiplying said probabilities in bold brings the likelihood down to 2.3572201977169199292 x 10 ^(-32),
which is of order -30.
Finally, you are requiring these fires be on sufficient strength, magnitude, and intensity.
The combined probabilities you have given are 2% + 0.00019 = 2.019%. Again, assuming
independence, we have (2.019%)^6 gives an order -9 approximation of 0.000000000067735745289+
= 6.7735745289 * 10^(-11)
Multiplying naively all of these assumed independent events, the final product is
8.6225233001811885 * 10^(-39) = 0.0000000000000000000000000000000000000086225233001811885%
There is my bonfide attempt backed up by the good old fashioned college try.
Godspeed