# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-6/7 Exercises: Try Out - Set 6: Real exam simulation to sharpen your skills and build confidence. - Question 7 --- ## Exercise 7 ### Question export const metadata = { title: "Question 7", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/23/2025", }; The value of that satisfies is .... ### Choices - [ ] $$5 \text{ and } -3$$ - [ ] $$-5 \text{ and } 3$$ - [x] $$\frac{5}{3} \text{ and } -1$$ - [ ] $$-\frac{5}{3} \text{ and } 1$$ - [ ] $$5 \text{ and } -1$$ ### Answer & Explanation export const metadata = { title: "Solution for Question 7", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/23/2025", }; We are given the following determinant equation: The first step is to calculate the determinant of the matrices on the left and right sides. Recall that the determinant of a matrix is . Determinant of the left side: Determinant of the right side: Now we equate both results: Move to the left side to form a quadratic equation: We factor this quadratic equation. We look for two numbers that multiply to and sum to . These numbers are and . Thus, the solutions are: So, the values of that satisfy the equation are and . ---