# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-7 Exercises: Try Out - Set 7: Real exam simulation to sharpen your skills and build confidence. --- ## Exercise 1 ### Question export const metadata = { title: "Problem 1", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; import { Graph } from "../graph"; Observe the curve below! A parabola intersecting the -axis and the -axis. } /> The correct statements regarding the curve are 1. The intersection point of the curve with the -axis is . 2. The intersection points of the curve with the -axis are and . 3. The axis of symmetry is . 4. The axis of symmetry is . ### Choices - [ ] If $$(1)$$, $$(2)$$, and $$(3)$$ are correct. - [x] If $$(1)$$ and $$(3)$$ are correct. - [ ] If $$(2)$$ and $$(4)$$ are correct. - [ ] If only $$(4)$$ is correct. - [ ] If all are correct. ### Answer & Explanation export const metadata = { title: "Solution to Problem 1", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; We will analyze each statement based on the given graph. #### Analysis of Statement 1 Based on the graph, it is clear that the curve intersects the -axis at the point . Thus, statement is **correct**. #### Analysis of Statement 2 Based on the graph, the curve intersects the -axis at two points, namely at and . So the intersection points are and . Statement states that the intersection points are and . Since , this statement does not match the graph. Thus, statement is **incorrect**. #### Analysis of Statement 3 The axis of symmetry for a horizontal parabola can be determined from the midpoint between the two -intercepts (if known). The axis of symmetry is obtained as the line . Thus, statement is **correct**. #### Analysis of Statement 4 Since the axis of symmetry is the horizontal line , the statement that the axis of symmetry is (a vertical line) is clearly wrong. Thus, statement is **incorrect**. #### Conclusion The correct statements are statements and . --- ## Exercise 2 ### Question export const metadata = { title: "Question 2", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; Given , the equation of the tangent line at the point with abscissa is... ### Choices - [ ] $$y = 2x - 4$$ - [ ] $$y = -2x - 2$$ - [ ] $$y = -2x + 4$$ - [x] $$y = 2x + 12$$ - [ ] $$y = -2x + 12$$ ### Answer & Explanation export const metadata = { title: "Question 2 Explanation", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; Given the function . We want to find the equation of the tangent line at the point with abscissa . #### Finding the Ordinate Substitute into the curve equation: So, the point of tangency is . #### Finding the Gradient of the Tangent Line The gradient of the tangent line is the value of the first derivative at the abscissa of the point of tangency. Substitute : #### Determining the Equation of the Tangent Line Use the point-slope form for the equation of a line passing through with gradient : Substitute , , and : Thus, the equation of the tangent line is . --- ## Exercise 3 ### Question export const metadata = { title: "Question 3", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; Given the following numbers: 1. 2. 3. 4. When these numbers are divided by , the remainder is , and when divided by , the remainder is . Which of the following is correct... ### Choices - [ ] $$1, 2, \text{ and } 3$$ - [x] $$1 \text{ and } 3$$ - [ ] $$2 \text{ and } 4$$ - [ ] $$4 \text{ only}$$ - [ ] All correct ### Answer & Explanation export const metadata = { title: "Question 3 Explanation", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; We will check each number to see if it satisfies the following two conditions: 1. When divided by , the remainder is (). 2. When divided by , the remainder is (). #### Checking Number 19 The number satisfies both conditions. (Correct) #### Checking Number 29 The number does not satisfy the second condition because the remainder is when divided by . (Incorrect) #### Checking Number 39 The number satisfies both conditions. (Correct) #### Checking Number 49 The number does not satisfy the second condition because the remainder is when divided by . (Incorrect) #### Conclusion The numbers that satisfy the conditions are and (Statements and ). --- ## Exercise 4 ### Question export const metadata = { title: "Question 4", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; Given the following plane figures: 1. Right trapezoid. 2. Regular pentagon. 3. Equilateral triangle. 4. Kite (not a square). How many of these plane figures have at most lines of symmetry and rotational symmetries? ### Choices - [ ] $$0$$ - [ ] $$1$$ - [x] $$2$$ - [ ] $$3$$ - [ ] $$4$$ ### Answer & Explanation export const metadata = { title: "Question 4 Explanation", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; We will analyze the number of lines of symmetry and rotational symmetries for each plane figure. The requirement is to have **at most** lines of symmetry **and** rotational symmetries. #### Analyzing Right Trapezoid A right trapezoid has no axis of symmetry and no rotational symmetry of higher order (only order , which is the initial position). * Lines of symmetry: * Rotational symmetry: This figure satisfies the condition (since and ). #### Analyzing Regular Pentagon A regular pentagon has equal sides. * Lines of symmetry: * Rotational symmetry: This figure does **not** satisfy the condition. #### Analyzing Equilateral Triangle An equilateral triangle has equal sides. * Lines of symmetry: * Rotational symmetry: This figure does **not** satisfy the condition. #### Analyzing Kite (Not a Square) A kite has one main axis of symmetry. * Lines of symmetry: * Rotational symmetry: This figure satisfies the condition. #### Conclusion The plane figures that satisfy the condition are: 1. Right trapezoid. 2. Kite (not a square). Thus, there are plane figures that satisfy the condition. --- ## Exercise 5 ### Question export const metadata = { title: "Question 5", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; Given that is the -th term of a sequence. If , , and , then the value of is ... ### Choices - [ ] $$-3$$ - [x] $$-1$$ - [ ] $$0$$ - [ ] $$1$$ - [ ] $$3$$ ### Answer & Explanation export const metadata = { title: "Question 5 Explanation", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; Given the recursive formula for the sequence: We are given and . We need to find the value of . First, we find the value of by using the recursive formula and substituting to relate , , and . Substitute the values and : Next, we find the value of . Since we now have the values of and , we can use the recursive formula with to relate , , and . Substitute the values and : Thus, the value of is . --- ## Exercise 6 ### Question export const metadata = { title: "Question 6", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; Given the matrix . If , then the value of is ... ### Choices - [ ] $$4$$ - [ ] $$2$$ - [ ] $$0$$ - [ ] $$-2$$ - [x] $$8$$ ### Answer & Explanation export const metadata = { title: "Question 6 Explanation", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; Given the matrix . We need to find the value of if . The determinant of a matrix is calculated using the formula . We know that , so: Thus, the value of is . --- ## Exercise 7 ### Question export const metadata = { title: "Question 7", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; Given and are satisfied by or . What is the value of ? ### Choices - [ ] $$-6$$ - [ ] $$-3$$ - [ ] $$0$$ - [x] $$3$$ - [ ] $$6$$ ### Answer & Explanation export const metadata = { title: "Question 7 Explanation", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; We are given the equation . We can rearrange it into a quadratic equation in terms of : This equation is satisfied by and . Based on the sum of roots formula for quadratic equations (), the sum of the values of satisfying the equation is: Given . We substitute this into the equation above: Thus, the value of is . --- ## Exercise 8 ### Question export const metadata = { title: "Question 8", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; In a village with a population of people, there are people who raise goats and people who raise chickens. What is the sum of the maximum number of people who raise both animals and the minimum number of people who raise both animals? ### Choices - [ ] $$900$$ - [ ] $$600$$ - [x] $$450$$ - [ ] $$300$$ - [ ] $$150$$ ### Answer & Explanation export const metadata = { title: "Question 8 Explanation", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; We have two groups: - People raising goats: - People raising chickens: - Total population: #### Maximum Number of People Raising Both The maximum number of people raising both animals is the size of the smaller group. This happens if all members of the smaller group are also members of the larger group. #### Minimum Number of People Raising Both The minimum number of people raising both animals occurs when the two groups are spread out as much as possible, minimizing their intersection. The formula is: Substitute the known values: #### Sum of Maximum and Minimum We are asked to find the sum of these maximum and minimum values. Thus, the sum of the maximum and minimum number of people raising both animals is . --- ## Exercise 9 ### Question export const metadata = { title: "Problem 9", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; A code consists of vowels and digits in an alternating sequence, starting with a letter. The formation of the code follows these rules: 1. The first letter is not . 2. The first digit is an odd number. 3. The second letter is the letter . 4. The second digit is chosen from . How many codes can be formed if no letters or digits can be repeated? ### Choices - [x] $$72$$ - [ ] $$96$$ - [ ] $$120$$ - [ ] $$144$$ - [ ] $$168$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 9", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/24/2025", }; We need to form a code with the pattern **Letter - Digit - Letter - Digit**. Let the slots for the code be: Available sets: - Vowels: ( letters). - Odd digits for : ( digits). - Choice digits for : ( digits). Rules and Constraints: 1. . 2. . 3. No repetition of letters or digits is allowed. Since must be odd and is chosen from a specific set, there is an overlap at the digit . We need to split the calculation into cases based on the value of . #### Case 1 If The Second Digit Is 1 If we choose the digit for position : 1. (Second letter): Must be ( way). 2. (Second digit): Must be ( way). 3. (First letter): Vowel other than and other than (since is used in ). - Choices: ( ways). 4. (First digit): Odd digit other than (since is used in ). - Choices: ( ways). Total ways for Case : #### Case 2 If The Second Digit Is Not 1 If we choose a digit other than for position (which means it is even): 1. (Second letter): Must be ( way). 2. (Second digit): Chosen from ( ways). 3. (First letter): Vowel other than and other than . - Choices: ( ways). 4. (First digit): Odd digit . Since is even, there is no conflict. All odd digits can be chosen. - Choices: ways. Total ways for Case : #### Total Combinations Sum the results from both cases: Therefore, the number of codes that can be formed is . --- ## Exercise 10 ### Question export const metadata = { title: "Problem 10", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; Given an ordered data set . The average of these five numbers is . The largest data value is known to be times the median value. Which of the following relationships is correct between quantities and based on the information provided? | | | | :---: | :---: | | Median | | ### Choices - [x] $$P > Q$$ - [ ] $$P < Q$$ - [ ] $$P = Q$$ - [ ] $$PQ = 32$$ - [ ] Cannot be determined ### Answer & Explanation export const metadata = { title: "Solution for Problem 10", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; The given ordered data set is . Since the data is already ordered and there are an odd number of values ( values), the median is the rd value, which is . The largest data value is , and it is times the median, so: The average of the five numbers is : Substitute into the equation: Since the data is ordered, holds true. We will find the bounds for the value of . #### Upper Bound of a From the inequality : #### Lower Bound of a From the inequality : Note also that (from the data order). Since , the stronger condition is . #### Conclusion The range of values for is . The value of is the median () and the value of is . Since the minimum value of is , which is greater than , it is certain that . Therefore, the correct relationship is . --- ## Exercise 11 ### Question export const metadata = { title: "Problem 11", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; Given . Which of the following relationships is correct between quantities and based on the information provided? | | | | :---: | :---: | | | | ### Choices - [x] $$P > Q$$ - [ ] $$P < Q$$ - [ ] $$P = Q$$ - [ ] $$PQ = 1$$ - [ ] Cannot be determined ### Answer & Explanation export const metadata = { title: "Solution for Problem 11", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; We will simplify the form of first. Recall that . Thus, the form is a difference of squares which can be factored into . Next, let's look at the form of : We can see the relationship between and by substituting into the equation for : Given . Let's analyze the value of in that range: - If , then . - If , then . Thus, . Back to the equation : Since and is positive (because ), multiplying by a number greater than will result in a value greater than itself. Therefore, the correct relationship is . --- ## Exercise 12 ### Question export const metadata = { title: "Problem 12", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; Given an operation on the set of integers defined by the rule . The value of is ... ### Choices - [x] $$14$$ - [ ] $$18$$ - [ ] $$13$$ - [ ] $$9$$ - [ ] $$7$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 12", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; Given the operation rule: We are asked to find the value of: By comparing variable positions, we get: - - - - Substitute these values into the formula: Therefore, the value of the operation is . --- ## Exercise 13 ### Question import { Graph } from "../graph"; export const metadata = { title: "Problem 13", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; Visualization of Triangle with points and . } /> Triangle is an isosceles triangle with . Determine the measure of angle ! Decide whether statements and below are sufficient to answer the question! 1. . 2. is the angle bisector of triangle . ### Choices - [ ] Statement $$(1)$$ ALONE is sufficient, but statement $$(2)$$ ALONE is not sufficient. - [x] Statement $$(2)$$ ALONE is sufficient, but statement $$(1)$$ ALONE is not sufficient. - [ ] BOTH statements TOGETHER are sufficient, but NEITHER statement ALONE is sufficient. - [ ] EACH statement ALONE is sufficient. - [ ] Statements $$(1)$$ and $$(2)$$ TOGETHER are NOT sufficient. ### Answer & Explanation export const metadata = { title: "Solution for Problem 13", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; We are asked to determine the measure of angle in an isosceles triangle with . #### Analysis of Statement 1 Given . Since is isosceles with , the base angles are equal: We can calculate the vertex angle : However, this information does not specify the position of point on side . Point can be anywhere along the segment . Consequently, the measure of varies depending on the position of . Therefore, statement ALONE is not sufficient to answer the question. #### Analysis of Statement 2 Given is the angle bisector of triangle . In this context, is the bisector of angle intersecting side at point . In an isosceles triangle with , the angle bisector drawn from the vertex (the angle between the equal sides) to the base has special properties. It is also: 1. An altitude (perpendicular to the base). 2. A median (bisects the base). Since is an altitude, . Thus, the angle formed is a right angle: We obtain a definite value for . Therefore, statement ALONE is sufficient to answer the question. #### Conclusion Statement is not sufficient, while statement is sufficient. Thus, **statement ALONE is sufficient, but statement ALONE is not sufficient**. --- ## Exercise 14 ### Question import { Graph } from "../graph"; export const metadata = { title: "Problem 14", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; Given and . Determine which of the following statements are correct: 1. is a linear line with a gradient of . 2. and intersect at . 3. is above for all values of . 4. The graphs of and intersect at . Graph of functions and .} /> ### Choices - [ ] $$(1), (2), \text{ and } (3) \text{ are correct}.$$ - [ ] $$(1) \text{ and } (3) \text{ are correct}.$$ - [x] $$(2) \text{ and } (4) \text{ are correct}.$$ - [ ] $$\text{Only } (4) \text{ is correct}.$$ - [ ] $$\text{All are correct}.$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 14", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; We will analyze each statement one by one based on the functions and . #### Analysis of Statement 1 Statement: is a linear line with a gradient of . The function is an exponential function, not a linear function. A linear function has the general form , whereas this is an exponential form. Therefore, statement is **incorrect**. #### Analysis of Statement 2 Statement: and intersect at . To find the intersection point, we equate the two functions: If we substitute : Both functions have the same value of when . Since , statement is **correct**. #### Analysis of Statement 3 Statement: is above for all values of . Let's check a value , for example : Here it is seen that , which means the curve is above . Therefore, the statement that is always above is incorrect. Statement is **incorrect**. #### Analysis of Statement 4 Statement: The graphs of and intersect at . As proven in the analysis of statement , both graphs intersect when and yield the value . Thus, the intersection point is . Statement is **correct**. #### Conclusion The correct statements are and . --- ## Exercise 15 ### Question export const metadata = { title: "Problem 15", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Joko's water tank can hold liters of water. Unfortunately, the tank is cracked, causing a leak of between liters and liters per hour. At AM, Joko filled his tank completely. Between , there was no refilling or water usage. Which of the following relationships between quantities and is correct based on the given information? | | | | :---: | :--- | | liters | Volume of water at | ### Choices - [ ] $$P > Q$$ - [x] $$P < Q$$ - [ ] $$P = Q$$ - [ ] $$P + Q = 80$$ - [ ] Cannot be determined ### Answer & Explanation export const metadata = { title: "Explanation for Problem 15", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Given: - Initial water volume = liters. - Leakage per hour () is between and liters. This means . - The observation time is from to , which is hours. We calculate the range of water leaked over hours: So, the total water leaked is between liters and liters. Next, we calculate the remaining water volume () at . The volume is the initial volume minus the total leakage: Since the total leakage is between and liters, the range for is: - Lower bound of (maximum leakage): liters. - Upper bound of (minimum leakage): liters. Thus, . Now we compare and : - liters. - The minimum value of is greater than liters. Since , the value of is always smaller than the minimum possible value of . Therefore, . --- ## Exercise 16 ### Question export const metadata = { title: "Problem 16", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; It is known that the current ratio of Farhat's salary to Abas's salary is . If Farhat and Abas both receive a salary increase of rupiah, the ratio of their salaries becomes . What is Abas's current salary? ### Choices - [ ] $$120,000$$ rupiah - [ ] $$160,000$$ rupiah - [ ] $$200,000$$ rupiah - [x] $$240,000$$ rupiah - [ ] $$280,000$$ rupiah ### Answer & Explanation export const metadata = { title: "Explanation for Problem 16", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Let Farhat's salary be and Abas's salary be . The initial ratio of their salaries is given as : After both receive a salary increase of rupiah, the ratio becomes . To simplify calculations, we will work in thousands (removing the last 3 zeros temporarily), so the increase is . We can write this equation as: Cross-multiply the equation: Substitute into the equation: Group the terms containing on one side and the constants on the other: Multiply both sides by 3 to find the value of : Since we used units of thousands, Abas's actual salary is rupiah. Thus, Abas's current salary is rupiah. --- ## Exercise 17 ### Question export const metadata = { title: "Problem 17", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Given numbers as follows: 1. 2. 3. 4. If these numbers are divided by , the remainder is , and if divided by , the remainder is . Among the four numbers, which one is correct? ### Choices - [ ] $$1, 2, 3$$ - [ ] $$1, 3$$ - [ ] $$2, 4$$ - [ ] $$4$$ only - [x] all ### Answer & Explanation export const metadata = { title: "Explanation for Problem 17", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; We will check each number to see if it satisfies both conditions: divided by gives a remainder of AND divided by gives a remainder of . #### Analysis of Statement Number: . - Divided by : . Remainder is . (Satisfied) - Divided by : . Remainder is . (Satisfied) So, the number is correct. #### Analysis of Statement Number: . - Divided by : . Remainder is . (Satisfied) - Divided by : . Remainder is . (Satisfied) So, the number is correct. #### Analysis of Statement Number: . - Divided by : . Remainder is . (Satisfied) - Divided by : . Remainder is . (Satisfied) So, the number is correct. #### Analysis of Statement Number: . - Divided by : . Remainder is . (Satisfied) - Divided by : . Remainder is . (Satisfied) So, the number is correct. In conclusion, all four numbers are correct. --- ## Exercise 18 ### Question export const metadata = { title: "Problem 18", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Given plane figures as follows: 1. Isosceles trapezoid. 2. Rectangle (not a square). 3. Equilateral triangle. 4. Kite (not a square). How many plane figures have a number of lines of symmetry that is not equal to their order of rotational symmetry? ### Choices - [x] $$0$$ - [ ] $$1$$ - [ ] $$2$$ - [ ] $$3$$ - [ ] $$4$$ ### Answer & Explanation export const metadata = { title: "Explanation for Problem 18", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; We will determine the number of lines of symmetry and the order of rotational symmetry for each given plane figure. #### Analysis of Isosceles Trapezoid - **Lines of Symmetry**: Has line of symmetry (vertical line in the middle). - **Rotational Symmetry**: Order (returns to original position only after rotation). The numbers are equal (). #### Analysis of Rectangle (Not a Square) - **Lines of Symmetry**: Has lines of symmetry (horizontal and vertical). - **Rotational Symmetry**: Order (rotates and ). The numbers are equal (). #### Analysis of Equilateral Triangle - **Lines of Symmetry**: Has lines of symmetry. - **Rotational Symmetry**: Order (rotates , , and ). The numbers are equal (). #### Analysis of Kite (Not a Square) - **Lines of Symmetry**: Has line of symmetry (main diagonal). - **Rotational Symmetry**: Order (returns to original position only after rotation). The numbers are equal (). #### Conclusion All plane figures have the same number of lines of symmetry and rotational symmetry order. Therefore, the number of plane figures where the reflectional and rotational symmetries are **not equal** is . --- ## Exercise 19 ### Question export const metadata = { title: "Problem 19", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Given is the n-th term of a sequence of numbers. If , , and , then the value of is ### Choices - [x] $$-2$$ - [ ] $$-1$$ - [ ] $$0$$ - [ ] $$1$$ - [ ] $$2$$ ### Answer & Explanation export const metadata = { title: "Explanation for Problem 19", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; We are given a recursive formula for a sequence of numbers: We also know that and . We are asked to find the value of . #### Determining the Value of the Fourth Term To find , we can use the given equation by substituting : Next, we substitute the values and into the equation: #### Calculating the Sum Now that we have found , we can calculate : So, the value of is . --- ## 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 . ---