Math Problem Statement

Suppose I give you a list of 20 problems to study, from which I will randomly pick 12 questions for an exam.

For whatever reason, you prepare for this exam by completing and understanding how to solve 10 questions of the 20, so there are 10 questions you do not know how to solve.To pass the midterm, you must correctly solve at least half of the 12 questions. Compute the probability that you will pass the exam

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Combinatorics
Hypergeometric Distribution
Probability Theory

Formulas

Combination formula: \binom{n}{r} = \frac{n!}{r!(n-r)!}
Hypergeometric probability formula: P(X = k) = \frac{\binom{m}{k} \binom{N-m}{n-k}}{\binom{N}{n}}

Theorems

Hypergeometric Distribution Theorem

Suitable Grade Level

Undergraduate Statistics/Probability Course