# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-8/19 Exercises: Try Out - Set 8: Real exam simulation to sharpen your skills and build confidence. - Question 19 --- ## Exercise 19 ### Question export const metadata = { title: "Question 19", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; In a class, there are students participating in extracurricular activities. There are students who join the scouts extracurricular and students who join the futsal extracurricular, and students who join both. The number of students who do not join either is... ### Choices - [ ] $$3$$ - [x] $$10$$ - [ ] $$13$$ - [ ] $$19$$ - [ ] $$22$$ ### Answer & Explanation export const metadata = { title: "Solution to Question 19", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; Let: - = Total number of students in the class - = Number of students in scouts - = Number of students in futsal Given: The number of students who do not participate in either () can be found using the universal set formula: Substitute the known values: Thus, the number of students who do not join scouts and futsal extracurriculars is . ---