
Nevada F.
asked 02/08/17how to find the powers when doing bionomial experiment problems
The probability that a machine part is defective is 10%. Find the probability that exactly 2 parts are defective in a sample of 8 parts.
More
1 Expert Answer

Kenneth S. answered 02/08/17
Tutor
4.8
(62)
Algebra II EXPERT will help you survive & prosper
Any one term of a binomial distribution consists of nCr times prqn-r
where probability of success is p,
probability of failure is q= 1 - p,
n is # of trials, r is number of successes.
In your case, q=0.1 so p = 0.9, n = 8, r = 2.
Now you can compute! 8C6 = 8C2 = 28, BTW.
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Kenneth S.
Using the Binomial Distribution Commands on TI-83 OR -84:
Commands for binomial distributions (Bernoulli Trials), p = PROBABILITY OF SUCCESS, n TRIALS:
• binompdf (n, p) to produce the entire list of probabilities, x from 0 to n
• binomcdf (n, p, k) to get the (cumulative) probability of any x value from 0 to k.
02/08/17