# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-6/11 Exercises: Try Out - Set 6: Real exam simulation to sharpen your skills and build confidence. - Question 11 --- ## Exercise 11 ### Question export const metadata = { title: "Question 11", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/23/2025", }; The ratio of a miniature of an object to its actual size is as follows. Miniature size : actual size = If there is a rectangular object with an area of and a length of , then the width of the miniature of the object is ... cm. ### Choices - [ ] $$0.9$$ - [ ] $$1.9$$ - [ ] $$2.3$$ - [ ] $$2.6$$ - [x] $$3.6$$ ### Answer & Explanation export const metadata = { title: "Solution for Question 11", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/23/2025", }; **Step 1**: Calculate the actual width of the object. Given the area of the rectangle is and the length is . Convert to cm: **Step 2**: Calculate the width of the miniature using the given ratio. The ratio of miniature size to actual size is or . So, the width of the miniature object is . ---