# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-6/12 Exercises: Try Out - Set 6: Real exam simulation to sharpen your skills and build confidence. - Problem 12 --- ## Exercise 12 ### Question export const metadata = { title: "Problem 12", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/23/2025", }; import { Graph } from "../graph"; The value of in the figure below is ... ### Choices - [x] $$20^\circ$$ - [ ] $$30^\circ$$ - [ ] $$40^\circ$$ - [ ] $$50^\circ$$ - [ ] $$80^\circ$$ ### Answer & Explanation export const metadata = { title: "Solution to Problem 12", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/23/2025", }; import { Graph } from "../graph"; Consider the small triangle at the bottom. The sum of angles in a triangle is . Given the top vertex angle is . So, the sum of the two base angles is: Next, consider the large triangle. Its base angles are and . Since , both base angles of the large triangle are . The sum of angles in the large triangle is : Thus, the value of is . ---