# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-9/11 Exercises: Try Out - Set 9: Real exam simulation to sharpen your skills and build confidence. - Problem 11 --- ## Exercise 11 ### Question export const metadata = { title: "Problem 11", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; The probabilities of Ali, Bima, and Dika passing the National Exam are , , and respectively. The probability that only one person passes among the three is... ### Choices - [ ] $$0.085$$ - [x] $$0.095$$ - [ ] $$0.85$$ - [ ] $$0.95$$ - [ ] $$0.075$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 11", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Let: - = Probability Ali passes - = Probability Bima passes - = Probability Dika passes Given: If only one person passes, there are three mutually exclusive possibilities: #### Ali passes, Bima and Dika fail #### 2. Bima passes, Ali and Dika fail #### Dika passes, Ali and Bima fail #### Total Probability Thus, the probability that only one person passes is the sum of these three possibilities: ---