# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-9/3 Exercises: Try Out - Set 9: Real exam simulation to sharpen your skills and build confidence. - Problem 3 --- ## Exercise 3 ### Question export const metadata = { title: "Problem 3", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; import { Graph } from "../graph"; Two parallel lines and {" "} cut by a zig-zag line forming angles ,{" "} , and . } /> If is parallel to , then the value of is... ### Choices - [ ] $$45^\circ$$ - [ ] $$65^\circ$$ - [x] $$70^\circ$$ - [ ] $$75^\circ$$ - [ ] $$80^\circ$$ ### Answer & Explanation export const metadata = { title: "Solution to Problem 3", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; import { Graph } from "../graph"; Auxiliary line divides angle into{" "} and . } /> We draw an auxiliary line parallel to lines and passing through the vertex of angle . This line divides angle into two parts, and . #### Finding the Value of Notice that angle and the angle are alternate interior angles. Since the lines are parallel, their measures are equal: #### Finding the Value of Angle and the angle are consecutive interior angles. The sum of these two angles is : #### Calculating the Value of The value of is the sum of and : Therefore, the value of is . ---