# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-10/12
Exercises: Try Out - Set 10: Real exam simulation to sharpen your skills and build confidence. - House Construction Completion
---
## Exercise 12
### Question
export const metadata = {
title: "House Construction Completion",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/27/2025",
};
To build a house, a contractor needs workers for days. If only workers arrive, how long will they take to complete the job?
### Choices
- [ ] $$48$$ days
- [ ] $$48.5$$ days
- [ ] $$49$$ days
- [x] $$49.5$$ days
- [ ] $$50$$ days
### Answer & Explanation
export const metadata = {
title: "House Construction Completion Explanation",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/27/2025",
};
Given:
Using inverse proportion:
Thus, they can complete the job in days.
---