# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-10/19
Exercises: Try Out - Set 10: Real exam simulation to sharpen your skills and build confidence. - Average Score Increase
---
## Exercise 19
### Question
export const metadata = {
title: "Average Score Increase",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/27/2025",
};
In Semester , Hani took Mathematics exams and obtained an average score of . In one academic year, Hani took a total of mathematics exams and obtained an average score of .
What is the increase in Hani's average mathematics exam score from Semester to Semester ?
### Choices
- [x] $$0.92$$
- [ ] $$0.82$$
- [ ] $$0.7$$
- [ ] $$1.2$$
- [ ] $$0.96$$
### Answer & Explanation
export const metadata = {
title: "Average Increase Explanation",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/27/2025",
};
First, let's calculate the total exam score for Semester :
Next, we calculate the total exam score for the whole year (Semester & ):
To find the total exam score for Semester , we subtract the Semester total from the yearly total:
The number of exams in Semester is the difference between the total exams and Semester exams:
Now we can calculate the average score for Semester :
Finally, we calculate the increase in the average score from Semester to Semester :
Therefore, the increase in Hani's mathematics exam average is .
---