Accendo Reliability

Your Reliability Engineering Professional Development Site

  • Home
  • About
    • Contributors
    • About Us
    • Colophon
    • Survey
  • Reliability.fm
    • Speaking Of Reliability
    • Rooted in Reliability: The Plant Performance Podcast
    • Quality during Design
    • CMMSradio
    • Way of the Quality Warrior
    • Critical Talks
    • Asset Performance
    • Dare to Know
    • Maintenance Disrupted
    • Metal Conversations
    • The Leadership Connection
    • Practical Reliability Podcast
    • Reliability Matters
    • Reliability it Matters
    • Maintenance Mavericks Podcast
    • Women in Maintenance
    • Accendo Reliability Webinar Series
  • Articles
    • CRE Preparation Notes
    • NoMTBF
    • on Leadership & Career
      • Advanced Engineering Culture
      • ASQR&R
      • Engineering Leadership
      • Managing in the 2000s
      • Product Development and Process Improvement
    • on Maintenance Reliability
      • Aasan Asset Management
      • AI & Predictive Maintenance
      • Asset Management in the Mining Industry
      • CMMS and Maintenance Management
      • CMMS and Reliability
      • Conscious Asset
      • EAM & CMMS
      • Everyday RCM
      • History of Maintenance Management
      • Life Cycle Asset Management
      • Maintenance and Reliability
      • Maintenance Management
      • Plant Maintenance
      • Process Plant Reliability Engineering
      • RCM Blitz®
      • ReliabilityXperience
      • Rob’s Reliability Project
      • The Intelligent Transformer Blog
      • The People Side of Maintenance
      • The Reliability Mindset
    • on Product Reliability
      • Accelerated Reliability
      • Achieving the Benefits of Reliability
      • Apex Ridge
      • Field Reliability Data Analysis
      • Metals Engineering and Product Reliability
      • Musings on Reliability and Maintenance Topics
      • Product Validation
      • Reliability by Design
      • Reliability Competence
      • Reliability Engineering Insights
      • Reliability in Emerging Technology
      • Reliability Knowledge
    • on Risk & Safety
      • CERM® Risk Insights
      • Equipment Risk and Reliability in Downhole Applications
      • Operational Risk Process Safety
    • on Systems Thinking
      • Communicating with FINESSE
      • The RCA
    • on Tools & Techniques
      • Big Data & Analytics
      • Experimental Design for NPD
      • Innovative Thinking in Reliability and Durability
      • Inside and Beyond HALT
      • Inside FMEA
      • Institute of Quality & Reliability
      • Integral Concepts
      • Learning from Failures
      • Progress in Field Reliability?
      • R for Engineering
      • Reliability Engineering Using Python
      • Reliability Reflections
      • Statistical Methods for Failure-Time Data
      • Testing 1 2 3
      • The Manufacturing Academy
  • eBooks
  • Resources
    • Accendo Authors
    • FMEA Resources
    • Glossary
    • Feed Forward Publications
    • Openings
    • Books
    • Webinar Sources
    • Journals
    • Higher Education
    • Podcasts
  • Courses
    • Your Courses
    • 14 Ways to Acquire Reliability Engineering Knowledge
    • Live Courses
      • Introduction to Reliability Engineering & Accelerated Testings Course Landing Page
      • Advanced Accelerated Testing Course Landing Page
    • Integral Concepts Courses
      • Reliability Analysis Methods Course Landing Page
      • Applied Reliability Analysis Course Landing Page
      • Statistics, Hypothesis Testing, & Regression Modeling Course Landing Page
      • Measurement System Assessment Course Landing Page
      • SPC & Process Capability Course Landing Page
      • Design of Experiments Course Landing Page
    • The Manufacturing Academy Courses
      • An Introduction to Reliability Engineering
      • Reliability Engineering Statistics
      • An Introduction to Quality Engineering
      • Quality Engineering Statistics
      • FMEA in Practice
      • Process Capability Analysis course
      • Root Cause Analysis and the 8D Corrective Action Process course
      • Return on Investment online course
    • Industrial Metallurgist Courses
    • FMEA courses Powered by The Luminous Group
      • FMEA Introduction
      • AIAG & VDA FMEA Methodology
    • Barringer Process Reliability Introduction
      • Barringer Process Reliability Introduction Course Landing Page
    • Fault Tree Analysis (FTA)
    • Foundations of RCM online course
    • Reliability Engineering for Heavy Industry
    • How to be an Online Student
    • Quondam Courses
  • Webinars
    • Upcoming Live Events
    • Accendo Reliability Webinar Series
  • Calendar
    • Call for Papers Listing
    • Upcoming Webinars
    • Webinar Calendar
  • Login
    • Member Home
Home » Articles » CRE Preparation Notes » Probability and Statistics for Reliability » Binomial Probability Density Function

by Fred Schenkelberg 2 Comments

Binomial Probability Density Function

Binomial Probability Density Function

There are many cases where the results of an experiment (or trial) are either it works or it doesn’t, pass/fail, success/failure. Only two possible outcomes one of which we define as success the other outcome as failure. The binomial distribution is suitable if the random variable (the set of experimental or trial outcomes) when

  • the number of trials is fixed, and
  • the probability of success is equal for all trials.

When we are interested in knowing the probability of exactly x successes in n trials that has a probability of success, p, on each trial, then the following formula may be useful.

$$ \large\displaystyle P\left( x,n,p \right)=\left( \begin{array}{l}n\\x\end{array} \right){{p}^{x}}{{\left( 1-p \right)}^{n-x}}$$

Note

$$ \large\displaystyle \left( \begin{array}{l}n\\x\end{array} \right)=\frac{n!}{x!(n-x)!}$$

which is the notion for n choose x and is the number of combinations of size x made from n possibilities.

Let’s look at an example and apply this formula to find a solution. Let’s say there is a large batch of motors and we know that 20% of the motors are bad. Furthermore, it is not possible to determine a good from bad motor until after an extensive test. We have time to conduct eight such tests. We select eight motors to test randomly from the batch for inspection.

We are interested in knowing the probability of finding exactly two bad motors out of the eight tested. If the motors are independent of each other, meaning if one fails it does not alter the probability of another motor failing (which is true in this case.) Let’s define success as finding a bad motor – success in this context is set arbitrarily and does not have to relate only to working motors. Just stay consistent during the calculations on which outcome is considered a success.

In this example, n = 8, x = 2, and p = 0.20. Since the binomial applies as there is a fixed number of trials, the probability of success is the same for each trial, and there are only two outcomes for each trial. Using the binomial pdf formula we can solve for the probability of finding exactly two successes (bad motors).

$$ \large\displaystyle \begin{array}{l}P\left( 2,8,0.2 \right)=\left( \begin{array}{l}8\\2\end{array} \right){{0.2}^{2}}{{\left( 1-0.2 \right)}^{8-2}}\\=\frac{8!}{2!(8-2)!}(0.04)(0.2621)\\=0.2936\end{array}$$

Thus finding about a 29% chance of discovering exactly two bad motors in this experiment with 8 motors.

If we’re interested in 2 or fewer successes, then it may be easier to use the binomial cumulative distribution, which is the subject of another post. There are many ways to ask questions that would require use of the binomial pdf formula. What are your favorite type of questions? What have you seen that the binomial pdf is part of the solution?


Related:

Binomial Cumulative Density Function (article)

Common formulas (article)

Hypothesis Tests for Proportion (article)

 

Filed Under: Articles, CRE Preparation Notes, Probability and Statistics for Reliability Tagged With: Statistics distributions and functions

About Fred Schenkelberg

I am the reliability expert at FMS Reliability, a reliability engineering and management consulting firm I founded in 2004. I left Hewlett Packard (HP)’s Reliability Team, where I helped create a culture of reliability across the corporation, to assist other organizations.

« Common Formulas
Binomial Cumulative Density Function »

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

CRE Preparation Notes

Article by Fred Schenkelberg

Join Accendo

Join our members-only community for full access to exclusive eBooks, webinars, training, and more.

It’s free and only takes a minute.

Get Full Site Access

Not ready to join?
Stay current on new articles, podcasts, webinars, courses and more added to the Accendo Reliability website each week.
No membership required to subscribe.

Get Weekly Email Updates
  • CRE Preparation Notes
  • CRE Prep
  • Reliability Management
  • Probability and Statistics for Reliability
  • Reliability in Design and Development
  • Reliability Modeling and Predictions
  • Reliability Testing
  • Maintainability and Availability
  • Data Collection and Use

© 2025 FMS Reliability · Privacy Policy · Terms of Service · Cookies Policy

Book the Course with John
  Ask a question or send along a comment. Please login to view and use the contact form.
This site uses cookies to give you a better experience, analyze site traffic, and gain insight to products or offers that may interest you. By continuing, you consent to the use of cookies. Learn how we use cookies, how they work, and how to set your browser preferences by reading our Cookies Policy.