# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-8/12 Exercises: Try Out - Set 8: Real exam simulation to sharpen your skills and build confidence. - Problem 12 --- ## Exercise 12 ### Question export const metadata = { title: "Problem 12", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; The average mathematics exam score of a class is . The ratio of male to female students in the class is . If the average score of female students is higher than the average score of male students, then the average score of female students is... ### Choices - [ ] $$6.25$$ - [ ] $$6.50$$ - [ ] $$7.50$$ - [ ] $$7.75$$ - [x] $$8.25$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 12", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; Let: - Class average score - Number of male students - Number of female students - Average score of male students - Average score of female students Given: - - - The class average score can be obtained as follows: Substitute the known values: Therefore, the average score of female students is: ---