# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-9/17 Exercises: Try Out - Set 9: Real exam simulation to sharpen your skills and build confidence. - Question 17 --- ## Exercise 17 ### Question export const metadata = { title: "Question 17", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; A rectangle with length and width has an area of . If the perimeter of the rectangle is , what is the value of ? ### Choices - [ ] $$4$$ - [ ] $$5$$ - [ ] $$6$$ - [ ] $$7$$ - [x] $$8$$ ### Answer & Explanation export const metadata = { title: "Solution 17", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; #### Finding the Relation between and Given that the perimeter of the rectangle is . The formula for the perimeter of a rectangle is or . Thus: #### Finding the Value of Next, it is known that the area of the rectangle is . The formula for the area is . We substitute into the area formula: #### Calculating the Value of After obtaining the value , we substitute it back into the equation : So, the value of is . ---