Hi Emma:
This is a common type of statistical problem. Here's how to handle them.
With a standard die, define the event "a six comes up" as a "success."
The probability of a "success" on each throw = (# of ways a 6 can show) / (1 of possible events)is =1/6
Casting 100 dice (assuming all have the same probability of a "success", namely, 1/6) is modeled by the binomial distribution: P{k; n; p} = nCk pk (1 - p)n-k [k = # of successes, n = # of trials, p=Pr {success}
And, by definition: nCk = n! / k! (n - k)!
Now, at least 25" simply means 25 or 26 or 27 or . . . or 100 successes (sixes showing).
Here's a useful trick: P{at least 25 successes} = 1 - Pr {24 or fewer successes}. Do you see why?
=1 - Pr {1 success or 2 or 3 or . . . or 24}
Since only one of these events can occur, these are 24 mutually exclusive events. Therefore, their individual probabilities add together.
Therefore, Prob {25 or more sixes} = 1 - Pr {1 to 24 successes}
= 1 - ∑[k = 1 to 24] 100Ck (1/6)k (5/6)100 - k
= 1 - ∑[k = 1 to 24] 100!/k!(100-k)! 5100 - k / 6100
This is a messy sum to calculate. I leave the calculation to you!.
I think you will agree that the probability a large number of sixes (100 or 99 or 98 . . .) is extremely small.