Topic 1: Binomial problems: Mean and standard deviation Problem 1: A binomial experiment has 10 trials with a success probability of 0.4. Find the mean and standard deviation. Answer: Mean = n × p = 10 × 0.4 = 4. Standard deviation = √(n × p × (1 - p)) = √(10 × 0.4 × 0.6) = √2.4 ≈ 1.55. Problem 2: For a binomial experiment with 20 trials and success probability 0.3, calculate the mean and standard deviation. Answer: Mean = 20 × 0.3 = 6. Standard deviation = √(20 × 0.3 × 0.7) = √4.2 ≈ 2.05. Topic 2: Using the binomial formula to find the probability of exactly m successes Problem 1: A coin is flipped 5 times, with P(head) = 0.5. Find the probability of exactly 3 heads using the binomial formula. Answer: Formula: P(X = m) = C(n, m) × p^m × (1 - p)^(n-m). Here, n = 5, m = 3, p = 0.5. P(X = 3) = C(5, 3) × (0.5)^3 × (0.5)^2 = 10 × 0.125 × 0.25 = 10 × 0.03125 = 0.3125. Problem 2: A test has 4 questions, each with P(correct) = 0.2. Find the probability of exactly 2 correct answers. Answer: n = 4, m = 2, p = 0.2. P(X = 2) = C(4, 2) × (0.2)^2 × (0.8)^2 = 6 × 0.04 × 0.64 = 6 × 0.0256 = 0.1536. Topic 3: Using the binomial formula to find the probability of more or less than m successes Topic 4: Binomial problems: Advanced Problem 1: A machine produces defective items with probability 0.1. In 10 items, find the probability of at least 2 defects. Answer: P(X ≥ 2) = 1 - [P(X = 0) + P(X = 1)]. n = 10, p = 0.1, q = 0.9. P(X = 0) = C(10, 0) × (0.1)^0 × (0.9)^10 = 1 × 1 × 0.348678 ≈ 0.3487. P(X = 1) = C(10, 1) × (0.1)^1 × (0.9)^9 = 10 × 0.1 × 0.38742 ≈ 0.3874. P(X ≥ 2) = 1 - (0.3487 + 0.3874) = 1 - 0.7361 ≈ 0.2639. Problem 2: A quiz has 5 true/false questions, with P(correct) = 0.6. Find the probability of getting 3 or 4 correct answers. Answer: P(X = 3 or 4) = P(X = 3) + P(X = 4). n = 5, p = 0.6, q = 0.4. P(X = 3) = C(5, 3) × (0.6)^3 × (0.4)^2 = 10 × 0.216 × 0.16 = 0.3456. P(X = 4) = C(5, 4) × (0.6)^4 × (0.4)^1 = 5 × 0.1296 × 0.4 = 0.2592. P(X = 3 or 4) = 0.3456 + 0.2592 = 0.6048.

Different Binomials Scenarios: