# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-10/2 Exercises: Try Out - Set 10: Real exam simulation to sharpen your skills and build confidence. - Question 2 --- ## Exercise 2 ### Question export const metadata = { title: "Question 2", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/27/2025", }; import { Graph } from "../graph"; Determine the measure of angle in terms of .} /> Based on the figure above, if , what is the measure of angle in terms of ? ### Choices - [ ] $$90 - x$$ - [ ] $$90 - 2x$$ - [ ] $$180 - x$$ - [x] $$180 - 2x$$ - [ ] Unknown ### Answer & Explanation export const metadata = { title: "Solution for Question 2", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/27/2025", }; import { Graph } from "../graph"; From the figure, we can see that the angle vertically opposite to is the angle between the two diagonal lines at the top. The measure of that angle is equal to . Since the angles on a straight line sum to , the sum of angle , vertical angle , and is : Given that , we can substitute with : Therefore, the measure of angle is . ---