# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-9/12
Exercises: Try Out - Set 9: 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/26/2025",
};
A team consists of people who can finish a job in days. If the job needs to be completed faster in days, the percentage increase in workers needed to finish the job is...
### Choices
- [ ] $$25.0\%$$
- [ ] $$37.5\%$$
- [ ] $$50.0\%$$
- [ ] $$62.5\%$$
- [x] $$66.7\%$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 12",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/26/2025",
};
This problem can be solved using inverse proportion.
Given:
#### Calculating the Number of Workers Needed
Thus, we can write:
So, the number of workers needed to finish in days is workers.
#### Calculating the Percentage Increase
Thus, the percentage increase in workers is:
---