Math Problem Statement

Ein italienischer Hersteller produziert Arduino-Boards. Er liefert 300 Boards an einen Elektronikvertrieb. 40 von diesen 300 Boards sind defekt. Sie bestellen bei diesem Vertrieb 12 Arduino-Boards. Wie groß ist die Wahrscheinlichkeit, dass 2 oder mehr der Boards defekt sind?

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Hypergeometric Distribution

Formulas

P(X = k) = (binom(defective, k) * binom(non-defective, total - k)) / binom(population, total)
P(X >= 2) = 1 - (P(X = 0) + P(X = 1))

Theorems

Hypergeometric Distribution Theorem

Suitable Grade Level

Grades 11-12 or College-Level Probability