Grinding a specific Path of Exile drop without knowing the math is how players burn hundreds of runs and still feel cheated. This calculator turns a published one-in-N drop rate into the real probabilities over any number of attempts so you can plan a farm with clear expectations.
How it works
Every attempt is an independent trial with probability p = 1 / N. The core
formulas are:
P(none) = (1 - p)^attempts
P(at least 1) = 1 - (1 - p)^attempts
expected drops = attempts * p
runs for X% = ceil( ln(1 - X) / ln(1 - p) )
The last formula tells you how many runs reach a given confidence level, which is far more useful than chasing a non-existent guarantee.
Why there is no guarantee
Independent rolls have no memory. A long dry streak does not improve your next roll, so the only honest planning targets are confidence thresholds like 90 or 99 percent — shown alongside the per-run odds in the result.
Example
At a one-in-500 drop over 300 runs, your chance of at least one is about 45 percent, you would average 0.6 drops, and you would need roughly 1149 runs to be 90 percent confident of seeing it at least once.