# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-5/18 Exercises: Try Out - Set 5: Real exam simulation to sharpen your skills and build confidence. - Question 18 --- ## Exercise 18 ### Question export const metadata = { title: "Question 18", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/23/2025", }; An order of dozen clothes can be completed by convection workers in days. If the order must be completed in days, which of the following is the correct relationship between quantity and based on the information provided? | | | | :---: | :---: | | Number of workers | | ### Choices - [ ] $$P > Q$$ - [ ] $$P < Q$$ - [x] $$P = Q$$ - [ ] $$P + Q = 12x$$ - [ ] The information provided is not sufficient to decide on one of the four choices above ### Answer & Explanation export const metadata = { title: "Answer to Question 18", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/23/2025", }; This problem falls into the category of **Inverse Proportion**. If the number of workers increases, the time required to complete the work decreases, and vice versa. Given: - workers can complete the order in days. - The order must be completed in days with workers. The relationship between the number of workers and the work time can be written as: Substitute the known values: Then the value of is: It is known that . Therefore: So, the correct relationship is . ---