Skip to content

Instantly share code, notes, and snippets.

@ArtemAvramenko
Last active April 3, 2024 20:08
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 Reliability of every single element Overall probability of failure
100 99% >60%
1000 99.9% >60%
10000 99.99% >60%
Number of elements Reliability of every single element Overall probability of failure
100 99.99% <1%
1000 99.999% <1%
10000 99.9999% <1%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment