# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-8/13 Exercises: Try Out - Set 8: Real exam simulation to sharpen your skills and build confidence. - Problem 13 --- ## Exercise 13 ### Question export const metadata = { title: "Problem 13", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; A fabric company requires workers to complete an order in days. If the number of orders remains unchanged but only people can work on the order, then the additional time required to complete the order is ... days ### Choices - [x] $$4$$ - [ ] $$8$$ - [ ] $$10$$ - [ ] $$14$$ - [ ] $$16$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 13", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; The fewer workers there are, the longer it takes to complete the work. Thus, this is an inverse proportion. Let days required. So, the time required to complete the order if only people are working is days. Therefore, the additional time required is: ---