Challenge: Quality Control Probability Analysis
You work in quality control at a rod manufacturing plant. You want to analyze the quality of rod batches using the following probability rules and descriptive statistics.
Core Formulas
Union Rule
P(A∪B)=P(A)+P(B)−P(A∩B)Conditional Probability
P(A∣B)=P(B)P(A∩B)Sample Statistics
-
Sample Mean:
xˉ=n∑xi -
Sample Variance:
s2=n∑(xi−xˉ)2 -
Sample Standard Deviation:
s=s2
Given Data
- Total rods: 100;
- Defective rods: 20;
- Rods longer than 50 cm: 30;
- Rods that are both defective and long: 10;
- Population mean rod length: 50 cm;
- Population standard deviation of rod lengths: 0.5 cm;
- Sample size for analysis: 10 rods.
Tehtävä
Swipe to start coding
- Compute the probability that a rod is defective or long (P(D∪L)).
- Compute the probability that a rod is defective given it is long (P(D∣L)).
- Generate a sample of 10 rod lengths and compute mean, variance, and standard deviation.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 5. Luku 9
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Awesome!
Completion rate improved to 1.89
Challenge: Quality Control Probability Analysis
Pyyhkäise näyttääksesi valikon
You work in quality control at a rod manufacturing plant. You want to analyze the quality of rod batches using the following probability rules and descriptive statistics.
Core Formulas
Union Rule
P(A∪B)=P(A)+P(B)−P(A∩B)Conditional Probability
P(A∣B)=P(B)P(A∩B)Sample Statistics
-
Sample Mean:
xˉ=n∑xi -
Sample Variance:
s2=n∑(xi−xˉ)2 -
Sample Standard Deviation:
s=s2
Given Data
- Total rods: 100;
- Defective rods: 20;
- Rods longer than 50 cm: 30;
- Rods that are both defective and long: 10;
- Population mean rod length: 50 cm;
- Population standard deviation of rod lengths: 0.5 cm;
- Sample size for analysis: 10 rods.
Tehtävä
Swipe to start coding
- Compute the probability that a rod is defective or long (P(D∪L)).
- Compute the probability that a rod is defective given it is long (P(D∣L)).
- Generate a sample of 10 rod lengths and compute mean, variance, and standard deviation.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Awesome!
Completion rate improved to 1.89Osio 5. Luku 9
single