# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-5
Exercises: Try Out - Set 5: 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/23/2025",
};
Given and . If the recurrence relation satisfies the equation , then the value of is ...
### Choices
- [ ] $$39$$
- [ ] $$29$$
- [x] $$34$$
- [ ] $$24$$
- [ ] $$16$$
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 1",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We are given the first two terms of the sequence, and , and the recursive equation:
Our goal is to find the value of . We will find the values of and step by step.
#### Finding the Third Term
We use the recursive equation by substituting :
Substitute the known values of and :
Move to the left side:
#### Finding Two Times the Fourth Term
Next, we use the recursive equation again with to introduce the term :
Substitute the values and :
We can directly solve for (since the question asks for ):
#### Final Result
Now we sum the obtained values:
Thus, the value of is 34.
---
## 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.
---
## Exercise 3
### Question
export const metadata = {
title: "Problem 3",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
Given an integer . If is divided by , the remainder is , and if the number is divided by , the remainder is . The possible value(s) of is/are ...
1.
2.
3.
4.
### Choices
- [ ] If $$(1)$$, $$(2)$$, and $$(3)$$ are correct.
- [ ] If $$(1)$$ and $$(3)$$ are correct.
- [ ] If $$(2)$$ and $$(4)$$ are correct.
- [x] If only $$(4)$$ is correct.
- [ ] If all are correct.
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 3",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We are given two conditions for the integer :
1. (remainder is when divided by )
2. (remainder is when divided by )
We will check each statement to see if the value of satisfies both conditions.
#### Checking Statement 1
Value .
- Divided by : remainder . (Satisfied)
- Divided by : remainder . (Not Satisfied)
Thus, statement is **incorrect**.
#### Checking Statement 2
Value .
- Divided by : remainder . (Not Satisfied)
Thus, statement is **incorrect**.
#### Checking Statement 3
Value .
- Divided by : remainder . (Not Satisfied)
Thus, statement is **incorrect**.
#### Checking Statement 4
Value .
- Divided by : remainder . (Satisfied)
- Divided by : remainder . (Satisfied)
Thus, statement is **correct**.
#### Conclusion
Of the four options, only statement satisfies both conditions.
---
## Exercise 4
### Question
export const metadata = {
title: "Problem 4",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
For .
Which of the following relationships is correct between quantities and based on the information provided?
| | |
| :---: | :---: |
| | |
### Choices
- [ ] $$P > Q$$
- [x] $$P < Q$$
- [ ] $$P = Q$$
- [ ] $$P + Q = 1$$
- [ ] The information provided is not sufficient to decide one of the options.
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 4",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We will simplify the forms of and first to compare their values.
#### Simplifying P Value
Given .
Recall the difference of squares . We can view as .
#### Simplifying Q Value
Given .
We expand it using binomial expansion:
#### Comparing P and Q
We find the difference between and :
Given the condition .
Since is positive (), then:
-
-
Thus, their sum must be positive:
Or it can be written as .
#### Conclusion
Thus, the correct relationship is .
---
## Exercise 5
### Question
export const metadata = {
title: "Problem 5",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
If and , then is ...
### Choices
- [x] $$2x^2 + 8x - 11$$
- [ ] $$2x^2 + 8x - 6$$
- [ ] $$2x^2 + 8x - 9$$
- [ ] $$2x^2 + 4x - 6$$
- [ ] $$2x^2 + 4x - 9$$
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 5",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We want to find the composite function .
#### Understanding Function Composition
The composite function is defined as:
This means we will substitute the entire function into the variable in the function .
#### Function Substitution
Given:
-
-
We substitute into :
Since , we replace every in with :
#### Simplifying the Result
Now we distribute the multiplication and simplify:
#### Conclusion
Thus, the composite function is .
---
## Exercise 6
### Question
export const metadata = {
title: "Problem 6",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
Given the following data:
Two identical natural numbers are added to the data, resulting in a new data set with an average of .
| | |
| :---: | :---: |
| The difference between the median of the new data and the mean of the new data | |
### Choices
- [x] $$P > Q$$
- [ ] $$P < Q$$
- [ ] $$P = Q$$
- [ ] $$P + Q = 1$$
- [ ] The information provided is not sufficient to decide one of the options.
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 6",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We will find the value of the added numbers, determine the new median, and then compare the values of and .
#### Finding the Added Numbers
Let the two added natural numbers be .
The initial data consists of numbers: .
Sum of initial data:
After adding numbers of value , the count of data becomes .
The new average is given as .
So, the added number is .
#### Determining the New Median
The new data after adding and is:
The data is already sorted. Since the number of data points (odd), the median is the -th data point.
#### Calculating P Value
The value of is defined as the difference between the new median and the new mean.
The new mean is known to be .
#### Comparing P and Q
Given .
Since , then:
#### Conclusion
Thus, the correct relationship is .
---
## Exercise 7
### Question
export const metadata = {
title: "Problem 7",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
If and are satisfied by and , then the value of ...
### Choices
- [ ] $$\frac{8}{3}$$
- [ ] $$-\frac{8}{3}$$
- [ ] $$\frac{17}{6}$$
- [x] $$-\frac{17}{6}$$
- [ ] $$\frac{19}{9}$$
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 7",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We are given the function and the equation .
We want to find the sum of the roots of the equation, which is .
#### Substituting the Function
The first step is to substitute into the given equation.
#### Simplifying the Equation
Next, we expand the square and simplify the equation into the general quadratic form .
Move all terms to the left side:
#### Using the Sum of Roots Formula
From the quadratic equation , we obtain the coefficients:
-
-
-
The sum of the roots of a quadratic equation can be calculated using the formula .
Simplify the fraction by dividing the numerator and denominator by :
#### Conclusion
Thus, the value of is .
---
## Exercise 8
### Question
export const metadata = {
title: "Problem 8",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
To complete the construction of a bridge, workers are needed and it is targeted to be finished in days. After days of work, half of the workers stop working. To ensure the bridge construction is completed, additional time of ... days is needed.
### Choices
- [ ] $$54$$
- [ ] $$38$$
- [ ] $$28$$
- [ ] $$14$$
- [x] $$19$$
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 8",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We can solve this problem using the concept of inverse proportion or total workload (man-days).
#### Calculating Workload
The total planned workload is:
The work is divided into two phases:
1. First phase: workers work for days.
2. Second phase: Half of the workers stop, so workers remain working for days.
The equation is:
#### Finding the Value of P
We solve the equation above to find (the duration for the remaining project).
So, the time needed to complete the remaining work with workers is days.
#### Calculating Additional Time
Based on the provided solution, the additional time is calculated as the difference between the duration of the remaining work () and the total initial target ( days).
Thus, additional days are needed.
---
## Exercise 9
### Question
import { QuestionGraph } from "../graph";
export const metadata = {
title: "Problem 9",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
Given the following graph:
Given statements:
1. Point .
2. Point .
3. Point .
4. Point .
The correct statement is ...
### Choices
- [x] $$1$$, $$2$$, and $$3$$
- [ ] $$1$$ and $$3$$
- [ ] $$2$$ and $$4$$
- [ ] $$4$$ only
- [ ] $$1$$, $$2$$, $$3$$, and $$4$$
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 9",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We verify each statement based on the functions provided in the graph:
Exponential function:
Linear function:
#### Checking Point A
Point is the y-intercept of the exponential curve ().
So, . Statement is **TRUE**.
#### Checking Point B
Point is the x-intercept of the exponential curve ().
So, . Statement is **TRUE**.
#### Checking Point C
Point is the x-intercept of the linear line ().
So, . Statement is **TRUE**.
#### Checking Point D
Point is the intersection point or a point on the line. The statement claims .
If we test coordinate into the line equation :
The result is , not . Thus, point does not lie on the line .
Statement is **FALSE**.
Conclusion: Statements , , and are correct.
---
## Exercise 10
### Question
export const metadata = {
title: "Problem 10",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
Given the following plane figures:
1. Regular hexagon.
2. Isosceles right triangle.
3. Right trapezoid.
4. Non-square rectangle.
How many figures have the same number of lines of symmetry as the order of rotational symmetry?
### Choices
- [ ] $$0$$
- [ ] $$1$$
- [ ] $$2$$
- [x] $$3$$
- [ ] $$4$$
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 10",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We analyze the lines of symmetry (reflectional symmetry) and rotational symmetry order for each given plane figure:
1. **Regular Hexagon**
- Lines of symmetry: (lines through vertices and midpoints of sides).
- Rotational symmetry order: (angles of rotation ).
- Conclusion: . Figure satisfies the condition.
2. **Isosceles Right Triangle**
- Lines of symmetry: (altitude from the right angle to the hypotenuse).
- Rotational symmetry order: (only the initial position ).
- Conclusion: . Figure satisfies the condition.
3. **Right Trapezoid**
- Lines of symmetry: (no axis of symmetry).
- Rotational symmetry order: (only the initial position ).
- Conclusion: . Figure does not satisfy the condition.
4. **Non-square Rectangle**
- Lines of symmetry: (vertical and horizontal lines through the center).
- Rotational symmetry order: (angles of rotation and ).
- Conclusion: . Figure satisfies the condition.
Thus, the figures that have the same number of lines of symmetry as the order of rotational symmetry are figures , , and . There are figures.
---
## Exercise 11
### Question
export const metadata = {
title: "Problem 11",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
There are students on a campus, students choose sports activities, and students choose arts activities. If is the maximum number of students who participate in both and is the minimum number of students who participate in both, then the difference between and is ... people.
### Choices
- [ ] $$350$$
- [x] $$250$$
- [ ] $$150$$
- [ ] $$100$$
- [ ] $$75$$
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 11",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
Given:
- Total students .
- Students choosing sports .
- Students choosing arts .
We want to find the value of (maximum intersection) and (minimum intersection).
1. **Finding (Maximum Intersection)**
The maximum number of students participating in both occurs if one set is a subset of the other (or as many members of the smaller set as possible are included in the larger set).
2. **Finding (Minimum Intersection)**
The minimum number of students participating in both occurs if the distribution of students is as spread out as possible so that the union of the two sets is maximized (equal to the total universe, which is ).
Using the Inclusion-Exclusion Principle:
3. **Finding the Difference Between and **
Thus, the difference between and is students.
---
## Exercise 12
### Question
import { QuestionGraph } from "../graph";
export const metadata = {
title: "Problem 12",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
Consider the graph below!
A parabola opening to the left intersecting the -axis at and , and the -axis at .
>
}
/>
The correct statements are:
1. One of the intersection points with the -axis is .
2. .
3. Axis of symmetry .
4. Intersection point with the -axis is .
### Choices
- [ ] If $$(1)$$, $$(2)$$, and $$(3)$$ are correct.
- [ ] If $$(1)$$ and $$(3)$$ are correct.
- [ ] If $$(2)$$ and $$(4)$$ are correct.
- [ ] If only $$(4)$$ is correct.
- [x] If all are correct.
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 12",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We analyze each statement based on the graph:
1. **Statement **: The graph intersects the -axis at and . So the intersection points are and . Statement is **CORRECT**.
2. **Statement **:
Since the graph intersects the -axis at and , the equation is of the form:
The graph passes through the point (x-intercept). Substitute into the equation:
So the function equation is:
Converting to vertex form:
Or in function notation :
Statement is **CORRECT**.
3. **Statement **:
The axis of symmetry of a horizontal parabola is (ordinate of the vertex).
From the form , we get .
Or from the midpoint of the roots:
So the axis of symmetry is . Statement is **CORRECT**.
4. **Statement **:
The intersection with the -axis occurs when .
From the graph, it clearly intersects at .
By calculation: .
So the intersection point is . Statement is **CORRECT**.
Conclusion: All statements , , , and are correct.
---
## Exercise 13
### Question
export const metadata = {
title: "Problem 13",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
The ratio of the length between the drawing and the original is as follows:
drawing size : original size = .
If there is a rectangular field with an area of and a length of , then the width of the field in the drawing is ... cm.
### Choices
- [ ] $$12$$
- [x] $$6$$
- [ ] $$5$$
- [ ] $$4$$
- [ ] $$3$$
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 13",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
First, we find the actual width of the field.
Given the area of the field and length .
Then the actual width () is:
Next, we convert the actual width to cm to match the drawing unit.
Finally, we calculate the width of the field in the drawing using the scale ratio .
So, the width of the field in the drawing is .
---
## Exercise 14
### Question
export const metadata = {
title: "Problem 14",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
Given: , the equation of the tangent line at the point with abscissa is...
### Choices
- [ ] $$-13x - y - 15 = 0$$
- [ ] $$13x - y - 15 = 0$$
- [x] $$13x + y - 15 = 0$$
- [ ] $$-13x + y - 15 = 0$$
- [ ] $$13x + y - 37 = 0$$
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 14",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
Given the quadratic function . We need to find the equation of the tangent line at the point with abscissa .
First, we find the ordinate () of the tangent point by substituting into the curve equation:
So, the tangent point is .
Second, we find the gradient of the tangent line () using the first derivative ():
Substitute into the first derivative to get the gradient:
Third, we determine the tangent line equation using the formula :
Move all terms to the left side to get the form :
So, the equation of the tangent line is .
---
## 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 .
---
## Exercise 16
### Question
export const metadata = {
title: "Problem 16",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
The following numbers form a series . The values of and respectively are...
### Choices
- [ ] $$81 \text{ and } 10$$
- [x] $$65 \text{ and } 9$$
- [ ] $$66 \text{ and } 11$$
- [ ] $$68 \text{ and } 12$$
- [ ] $$68 \text{ and } 8$$
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 16",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
The given number series is . Let's analyze the pattern:
The pattern involves alternating operations of subtraction and division.
1. Subtraction by decreasing odd numbers: .
2. Division by increasing integers: .
Based on this pattern:
- The value of is obtained from .
- The value of is obtained from .
So, the values of and respectively are and .
---
## Exercise 17
### Question
export const metadata = {
title: "Question 17",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
Andi's money is four times Budi's money. If Andi donates Rp4,000.00 and Budi spends Rp1,000.00, then the remainder of Andi's money is equal to the remainder of Budi's money plus Cici's money. If Cici's money , then Andi's initial money is
### Choices
- [ ] $$C + \text{Rp}4,000.00$$
- [ ] $$2C + \text{Rp}4,000.00$$
- [x] $$\frac{4}{3}C + \text{Rp}4,000.00$$
- [ ] $$\frac{3}{2}C + \text{Rp}1,000.00$$
- [ ] $$2C + \text{Rp}2,000.00$$
### Answer & Explanation
export const metadata = {
title: "Answer to Question 17",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
Let Andi's initial money be , Budi's money be , and Cici's money be .
Given that Andi's money is four times Budi's money, we can write the equation:
If Andi donates Rp4,000.00, his remaining money is .
If Budi spends Rp1,000.00, his remaining money is .
It is known that the remainder of Andi's money is equal to the remainder of Budi's money plus Cici's money. The equation is:
Next, substitute into the equation to find the value of :
Multiply both sides by :
So, Andi's initial money is .
---
## Exercise 18
### Question
export const metadata = {
title: "Question 18",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
An order of dozen clothes can be completed by convection workers in days. If the order must be completed in days, which of the following is the correct relationship between quantity and based on the information provided?
| | |
| :---: | :---: |
| Number of workers | |
### Choices
- [ ] $$P > Q$$
- [ ] $$P < Q$$
- [x] $$P = Q$$
- [ ] $$P + Q = 12x$$
- [ ] The information provided is not sufficient to decide on one of the four choices above
### Answer & Explanation
export const metadata = {
title: "Answer to Question 18",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
This problem falls into the category of **Inverse Proportion**. If the number of workers increases, the time required to complete the work decreases, and vice versa.
Given:
- workers can complete the order in days.
- The order must be completed in days with workers.
The relationship between the number of workers and the work time can be written as:
Substitute the known values:
Then the value of is:
It is known that .
Therefore:
So, the correct relationship is .
---
## Exercise 19
### Question
export const metadata = {
title: "Question 19",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
Given , , and , then the value of
### Choices
- [ ] $$4$$
- [ ] $$3$$
- [ ] $$0$$
- [ ] $$-3$$
- [x] $$-4$$
### Answer & Explanation
export const metadata = {
title: "Answer to Question 19",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We are given the functions and . We need to find the value of from the composite function .
First, let's determine the composite function :
Expand the squared term and the product:
Combine like terms:
From the form , we obtain:
So the value of is:
Thus, the value of .
---
## Exercise 20
### Question
export const metadata = {
title: "Question 20",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
The result of:
is...
### Choices
- [ ] $$\frac{2x + 12}{x^2 - 4}$$
- [ ] $$\frac{x - 12}{x^2 - 4}$$
- [ ] $$\frac{-x + 12}{x^2 - 4}$$
- [ ] $$\frac{-2x}{x^2 - 4}$$
- [x] $$\frac{x - 4}{x^2 - 4}$$
### Answer & Explanation
export const metadata = {
title: "Answer to Question 20",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
We are asked to simplify the following algebraic fraction:
Notice the denominator of the first fraction, . This can be factored into .
Thus, we make the denominators of both fractions the same, which is or :
Now we can combine the numerators:
So, the simplified result is .
---