Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Quality Control Probability Analysis | Probability & Statistics
Mathematics for Data Science

bookChallenge: 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(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)

Conditional Probability

P(AB)=P(AB)P(B)P(A \mid B) = \frac{P(A \cap B)}{P(B)}

Sample Statistics

  • Sample Mean:

    xˉ=xin\bar{x} = \frac{\sum x_i}{n}
  • Sample Variance:

    s2=(xixˉ)2ns^2 = \frac{\sum (x_i - \bar{x})^2}{n}
  • Sample Standard Deviation:

    s=s2s = \sqrt{s^2}

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.
Oppgave

Swipe to start coding

  1. Compute the probability that a rod is defective or long (P(DL)P(D \cup L)).
  2. Compute the probability that a rod is defective given it is long (P(DL)P(D|L)).
  3. Generate a sample of 10 rod lengths and compute mean, variance, and standard deviation.

Løsning

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 5. Kapittel 9
single

single

Spør AI

expand

Spør AI

ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

close

Awesome!

Completion rate improved to 1.89

bookChallenge: Quality Control Probability Analysis

Sveip for å vise menyen

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(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)

Conditional Probability

P(AB)=P(AB)P(B)P(A \mid B) = \frac{P(A \cap B)}{P(B)}

Sample Statistics

  • Sample Mean:

    xˉ=xin\bar{x} = \frac{\sum x_i}{n}
  • Sample Variance:

    s2=(xixˉ)2ns^2 = \frac{\sum (x_i - \bar{x})^2}{n}
  • Sample Standard Deviation:

    s=s2s = \sqrt{s^2}

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.
Oppgave

Swipe to start coding

  1. Compute the probability that a rod is defective or long (P(DL)P(D \cup L)).
  2. Compute the probability that a rod is defective given it is long (P(DL)P(D|L)).
  3. Generate a sample of 10 rod lengths and compute mean, variance, and standard deviation.

Løsning

Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

close

Awesome!

Completion rate improved to 1.89
Seksjon 5. Kapittel 9
single

single

some-alt