Easy discrete probability problems

Click For Summary
SUMMARY

This discussion focuses on calculating probabilities related to selecting microprocessors from a lot of 100, where 10 are defective. The correct formula for finding the probability of obtaining no defective microprocessors is 90C4/100C4, contrary to the book's incorrect assertion of 90C10/100C10. Additionally, the probability of selecting at most one defective microprocessor is calculated by summing the probabilities of selecting none and exactly one defective, resulting in a final probability of 0.3417.

PREREQUISITES
  • Understanding of combinatorial mathematics, specifically combinations
  • Familiarity with probability theory and its applications
  • Knowledge of basic statistics
  • Ability to perform calculations involving binomial coefficients
NEXT STEPS
  • Study the concept of combinations in combinatorial mathematics
  • Learn how to calculate probabilities using binomial distributions
  • Explore advanced probability topics, such as hypergeometric distributions
  • Practice solving discrete probability problems with varying conditions
USEFUL FOR

This discussion is beneficial for students in statistics, data analysts, and anyone involved in quality control processes who need to understand probability calculations in real-world scenarios.

Townsend
Messages
240
Reaction score
0
And when I say easy I mean easy for a lot of you but not necessarily for most people.

1) Four microprocessors are randomly selected from a lot of 100 microprocessors among which 10 are defective. Find the probability of obtaining no defective microprocessors.

The answer the book gives is [tex]\frac{_{90} C _{10}}{_{100} C _{10}}[/tex], which I think is wrong and it does not really make much sense. I think the correct answer is [tex]\frac{_{90}C_{4}}{_{100}C_{4}}[/tex].

2) Four microprocessors are randomly selected from a lot of 100 microprocessors among which 10 are defective. Find the probability of obtaining at most one defective microprocessor.

Well our sample space is still [tex]_{100}C_4[/tex] but the number of outcomes is different. If it was to be exactly one defective microprocessor then the number of outcomes would be [tex]_{10}C_1[/tex], the number of ways to select a defective microprocessor, times [tex]_{90}C_3[/tex], the number of ways to pick three nondefective processors. But when we say "at most one" we mean to say one or none. So can we just add the propability of getting none to the propability of getting one?
 
Physics news on Phys.org
Townsend said:
And when I say easy I mean easy for a lot of you but not necessarily for most people.

1) Four microprocessors are randomly selected from a lot of 100 microprocessors among which 10 are defective. Find the probability of obtaining no defective microprocessors.

The answer the book gives is [tex]\frac{_{90} C _{10}}{_{100} C _{10}}[/tex], which I think is wrong and it does not really make much sense. I think the correct answer is [tex]\frac{_{90}C_{4}}{_{100}C_{4}}[/tex].

2) Four microprocessors are randomly selected from a lot of 100 microprocessors among which 10 are defective. Find the probability of obtaining at most one defective microprocessor.

Well our sample space is still [tex]_{100}C_4[/tex] but the number of outcomes is different. If it was to be exactly one defective microprocessor then the number of outcomes would be [tex]_{10}C_1[/tex], the number of ways to select a defective microprocessor, times [tex]_{90}C_3[/tex], the number of ways to pick three nondefective processors. But when we say "at most one" we mean to say one or none. So can we just add the propability of getting none to the propability of getting one?
CORRECT for both your solutions. (Book is wrong on #1.)


~~
 


1) The answer given in the book is actually correct. The formula used is for the probability of selecting a specific number of objects from a larger set, without replacement. In this case, we are looking for the probability of selecting 4 non-defective microprocessors from a lot of 100, which is represented by 90C4/100C4. This is because the number of ways to select 4 non-defective microprocessors is the same as the number of ways to select 4 objects from a set of 90 (the non-defective microprocessors).

2) The correct approach for this problem would be to calculate the probability of selecting exactly one defective microprocessor and adding it to the probability of selecting none. So the final answer would be:

P(at most one defective) = P(exactly one defective) + P(none defective)
= (10C1 * 90C3)/100C4 + (90C4)/100C4
= (10 * 11780)/3921225 + 118755/3921225
= 0.3114 + 0.0303
= 0.3417

Therefore, the probability of selecting at most one defective microprocessor is 0.3417.
 

Similar threads

Replies
4
Views
7K
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 10 ·
Replies
10
Views
9K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
6
Views
8K
Replies
7
Views
4K