# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-8/14 Exercises: Try Out - Set 8: Real exam simulation to sharpen your skills and build confidence. - Problem 14 --- ## Exercise 14 ### Question export const metadata = { title: "Problem 14", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; A box contains red balls, white balls, and yellow balls. From the box, balls are drawn simultaneously at random. The probability of drawing red balls and white ball is... ### Choices - [ ] $$\frac{1}{11}$$ - [x] $$\frac{2}{11}$$ - [ ] $$\frac{4}{11}$$ - [ ] $$\frac{3}{5}$$ - [ ] $$\frac{5}{7}$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 14", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; The number of ways to choose red balls is: The number of ways to choose white balls is: The total number of possible ways to choose the balls is: Let The event of drawing red balls and white ball. The probability of drawing red balls and white ball is: ---