# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-8/20 Exercises: Try Out - Set 8: Real exam simulation to sharpen your skills and build confidence. - Question 20 --- ## Exercise 20 ### Question export const metadata = { title: "Question 20", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; import { Graph } from "../graph"; Triangles and } description={ <> Two triangles, and , with numbers on their sides and inside. } /> The value inside triangle is the result of arithmetic operations on all numbers outside triangle . Using the same operation pattern, the correct value inside triangle is... ### Choices - [ ] $$2$$ - [x] $$4$$ - [ ] $$5$$ - [ ] $$7$$ - [ ] $$1$$ ### Answer & Explanation export const metadata = { title: "Solution to Question 20", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; In triangle , the value is obtained using the following arithmetic operation: The pattern used is (Left Number Right Number) Bottom Number Center Number. Using the same operation pattern, the value inside triangle can be obtained as follows: Thus, the value inside triangle is . ---