# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-5/2 Exercises: Try Out - Set 5: Real exam simulation to sharpen your skills and build confidence. - Problem 2 --- ## Exercise 2 ### Question export const metadata = { title: "Problem 2", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/23/2025", }; The value of that satisfies the following equation is ... ### Choices - [ ] $$\frac{15}{2}$$ - [ ] $$\frac{9}{7}$$ - [ ] $$\frac{5}{2}$$ - [ ] $$-2$$ - [x] $$-3$$ ### Answer & Explanation export const metadata = { title: "Solution to Problem 2", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/23/2025", }; We are given a determinant equation of matrices. Recall that the formula for the determinant of a matrix is . #### Calculating the Left Hand Side Determinant First, we calculate the determinant of the matrix on the left side: #### Calculating the Right Hand Side Determinant Next, we calculate the determinant of the matrix on the right side which contains the variable : #### Determining the Variable Value Now we equate both determinant results according to the original equation: Divide both sides by 10 to find the value of : Thus, the value of that satisfies the equation is -3. ---