# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-7/20 Exercises: Try Out - Set 7: Real exam simulation to sharpen your skills and build confidence. - Problem 20 --- ## Exercise 20 ### Question export const metadata = { title: "Problem 20", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Given matrix . If , then the value of is ### Choices - [x] $$2$$ - [ ] $$1$$ - [ ] $$0$$ - [ ] $$-1$$ - [ ] $$-2$$ ### Answer & Explanation export const metadata = { title: "Explanation for Problem 20", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; We are given matrix as follows: It is known that the determinant of matrix is . The determinant formula for a matrix like is . #### Calculating the Determinant We will calculate the determinant of matrix and set it equal to : So, the value of is . ---