# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-9/4 Exercises: Try Out - Set 9: Real exam simulation to sharpen your skills and build confidence. - Problem 4 --- ## Exercise 4 ### Question export const metadata = { title: "Problem 4", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; The average test score of class is and the average test score of class is . After the scores of both classes are combined, the average score becomes . If and , then the ratio of the number of students in class to class is... ### Choices - [ ] $$1 : 2$$ - [x] $$2 : 1$$ - [ ] $$3 : 4$$ - [ ] $$4 : 5$$ - [ ] $$4 : 3$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 4", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Let be the number of students in class A and be the number of students in class B. Given the ratio of the average scores of class A and class B is: And the ratio of the combined average to the average of class is: The ratio of the number of students in class A to class B can be found using the combined average formula: Substitute the values of and in terms of : Divide both sides by (since ): Cross-multiply: Group like terms: Simplify the equation to find the ratio : Therefore, the ratio of the number of students in class A to class B is **2 : 1**. ---