Statistical calculator for "drop rates" in video games and similar scenarios. The outcome of each roll (monster kill) is assumed to be independent of every other and has an equal probability of giving the desired outcome.

Base Probability

% chance of desired outcome per roll.

By Rolls

After rolls, the probability of getting at least one desired outcome is 5%.

Formula
p n = 1 - ( 1 - p ) n
where
p = probability of one roll success
pn = probability of at least one success in n rolls
n = number of rolls
By Overall Probability

To achieve % probability of at least one desired outcome happening, 58 rolls are needed.

Formula
n = log ( p n ) log ( p )
where
p = probability of one roll success
pn = confidence of a success after n rolls
n = number of rolls needed