Probability question regarding bits used to test a micro-circuit

  • Context: Engineering 
  • Thread starter Thread starter wolfmanzak
  • Start date Start date
  • Tags Tags
    Bits Probability Test
Click For Summary
SUMMARY

The discussion centers on calculating probabilities related to an eight-bit micro-circuit test, where each bit has an equal chance of being 0 or 1. The probability that all eight bits are 1 is calculated as P(all = 1) = (0.5)^8 = 0.003906. To solve for the probability of exactly three bits being 1, the Binomial distribution formula is applied: P(X = k) = C(n, k) * p^k * (1-p)^(n-k), where n is the total number of bits, k is the number of successful bits, and p is the probability of a bit being 1. The discussion also touches on calculating probabilities for at least six and at least two bits being 1 using this distribution.

PREREQUISITES
  • Understanding of Binomial distribution
  • Basic probability concepts
  • Familiarity with combinatorial notation (C(n, k))
  • Knowledge of independent events in probability
NEXT STEPS
  • Learn detailed applications of the Binomial distribution in probability theory
  • Explore combinatorial methods for calculating probabilities
  • Study the concept of independent events in probability
  • Investigate real-world applications of probability in micro-circuit testing
USEFUL FOR

Students studying probability theory, engineers working with micro-circuit testing, and anyone interested in applying statistical methods to real-world problems.

wolfmanzak
Messages
25
Reaction score
0

Homework Statement



In a random pattern of eight bits used to test a micro-circuit, each bit is equally likely to be 0 or 1. Assume the values of the bits are independent.


a. What is the probability that all eight bits are 1?
b. What is the probability that exactly three of the bits are 1?
c. What is the probability that at least six of the bits are 1?
d. What is the probability that least two of the bits are 1?

Homework Equations



I'm not really sure, I'm trying to figure this part out. I've tried several different combinations of "formulas" for parts b-d. For b, I tried finding the probability of 3 bits being 1 and 5 being 0 but my calculations failed to yield a correct result. Any help in solving parts b-d is greatly appreciated. Thanks in advance.



The Attempt at a Solution


I've figured out part a. I used P(Bit)=0.5 because it is equally likely to be 0 or 1. And I used P(all = 1)=P(bit)^8=(0.5)^8=.003906.
 
Physics news on Phys.org
Do you know the Binomial distribution? If the probability of success is p, then in n independent trials, if X is the number of successes then$$
P(X = k) = \binom n k p^k(1-p)^{n-k}$$You can use that to answer your questions. For example, to verify your answer for all 8 bits = 1, you would calculate$$
P(X=8) = \binom 8 8 \left(\frac 1 2\right)^8\left(1-\frac 1 2\right)^{8-8}$$which agrees with your result.
 

Similar threads

Replies
1
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K