Skip to content

Instantly share code, notes, and snippets.

@ArtemAvramenko
Last active April 17, 2025 08:41
Show Gist options
  • Save ArtemAvramenko/1a4dcc665a0d842a83c8ad8fccf11113 to your computer and use it in GitHub Desktop.
Save ArtemAvramenko/1a4dcc665a0d842a83c8ad8fccf11113 to your computer and use it in GitHub Desktop.
Probability of failure of a complex system
Number of elements Failure probability of every single element Reliability Overall probability of failure
100 1 / 100    99% >60%
1000 1 / 1 000    99.9% >60%
10000 1 / 10 000   99.99% >60%
Number of elements Failure probability of every single element Reliability Overall probability of failure
100 1 / 10 000 99.99% <1%
1000 1 / 100 000 99.999% <1%
10000 1 / 1 000 000 99.9999% <1%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment