# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-5/15 Exercises: Try Out - Set 5: Real exam simulation to sharpen your skills and build confidence. - Problem 15 --- ## Exercise 15 ### Question export const metadata = { title: "Problem 15", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/23/2025", }; An equation is expressed in the form . The possible values of are... ### Choices - [x] $$4 \text{ or } -2$$ - [ ] $$-4 \text{ or } 2$$ - [ ] $$-2 \text{ or } 3$$ - [ ] $$2 \text{ or } -3$$ - [ ] $$3 \text{ or } 8$$ ### Answer & Explanation export const metadata = { title: "Solution to Problem 15", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/23/2025", }; Given the matrix determinant equation . Recall that the determinant of a matrix is the difference between the product of the main diagonal and the secondary diagonal: . So, we expand the equation: Move all terms to the left side to form a quadratic equation: Factor the quadratic equation. We look for two numbers that multiply to and add up to . These numbers are and . The zeros are: So, the possible values of are or . ---