# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-8
Exercises: Try Out - Set 8: 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/25/2025",
};
The common fraction form of the repeating decimal is...
### Choices
- [ ] $$\frac{1}{3}$$
- [ ] $$\frac{32}{99}$$
- [ ] $$\frac{23}{99}$$
- [ ] $$\frac{232}{999}$$
- [x] $$\frac{323}{999}$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 1",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Let . Since there are three repeating digits (), multiply both sides by .
Next, subtract the original equation from this equation:
Thus, we get:
So, the common fraction form of the number is .
---
## Exercise 2
### Question
export const metadata = {
title: "Problem 2",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
### Choices
- [ ] $$21, 15$$
- [ ] $$20, 14$$
- [ ] $$19, 13$$
- [x] $$18, 12$$
- [ ] $$18, 11$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 2",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
The sequence above consists of two alternating sub-sequences (skipping one number).
#### Pattern 1 (Odd positions)
The differences between consecutive terms are:
The pattern is subtracting consecutive odd numbers (). Thus, the next difference is . Next term: .
#### Pattern 2 (Even positions)
The differences between consecutive terms are:
The pattern is subtracting consecutive even numbers (). Thus, the next difference is . Next term: .
So, the next two numbers are and .
---
## Exercise 3
### Question
export const metadata = {
title: "Problem 3",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
If is of and is of , then...
### Choices
- [ ] $$A = B$$
- [ ] $$A = 2B$$
- [x] $$A > B$$
- [ ] $$A < B$$
- [ ] $$A = \frac{1}{2}B$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 3",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Note that:
Then the value of is:
And the value of is:
Thus, .
---
## Exercise 4
### Question
export const metadata = {
title: "Problem 4",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
is the average of data . If the data changes following the pattern , and so on, then the average value becomes...
### Choices
- [ ] $$x_0 + 11$$
- [ ] $$x_0 + 12$$
- [ ] $$\frac{1}{2}x_0 + 11$$
- [x] $$\frac{1}{2}x_0 + 12$$
- [ ] $$\frac{1}{2}x_0 + 21$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 4",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
The new data follows the pattern:
The new average can be obtained by:
First, let's find the sum of the arithmetic series . This sequence has the first term and difference . The 10th term is:
The sum of the first 10 terms is:
The new average can be written as:
Thus, the new average is .
---
## Exercise 5
### Question
export const metadata = {
title: "Problem 5",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
There are two boxes, both containing black and white balls. The number of balls in each box is . One ball is taken from each box, and the probability that both balls are black is . If the probability that both balls are white is , then
### Choices
- [ ] $$3$$
- [x] $$6$$
- [ ] $$7$$
- [ ] $$12$$
- [ ] $$14$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 5",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Let:
- Probability of black in box 1
- Probability of black in box 2
- Probability of white in box 1
- Probability of white in box 2
Given the probability of getting black balls from both boxes is . Since taking balls from box 1 and box 2 are independent events:
We need to find a pair of factors of where both are less than or equal to (maximum number of balls). The possible pair is and (or vice versa). Let and .
Then the number of white balls is:
- Box 1: white balls
- Box 2: white balls
The probability that both balls are white is:
Given . So and . The value of .
---
## Exercise 6
### Question
export const metadata = {
title: "Problem 6",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Set has members. The number of subsets of that have more than members is...
### Choices
- [ ] $$512$$
- [ ] $$564$$
- [ ] $$624$$
- [ ] $$720$$
- [x] $$848$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 6",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
The order of members in a set does not matter, so we use the concept of combinations.
The total number of subsets of a set with members is . Given , the total number of subsets is:
We are asked to find the number of subsets with **more than ** members. This means we are looking for the sum of subsets with 4, 5, 6, ..., 10 members.
An easier way is to use the complement principle: Total subsets minus subsets with **, , , or ** members.
The combination formula is:
Let's calculate them one by one.
#### Subsets with 0 members
#### Subsets with 1 member
#### Subsets with 2 members
#### Subsets with 3 members
The number of subsets with members is:
Thus, the number of subsets with **more than ** members is:
So, the number of subsets of that have more than members is .
---
## Exercise 7
### Question
export const metadata = {
title: "Problem 7",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
The operation on the set of integers is defined by . The value of
### Choices
- [ ] $$96$$
- [ ] $$110$$
- [ ] $$128$$
- [ ] $$156$$
- [x] $$208$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 7",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Based on the definition of the operation , we will calculate the value of step by step. First, we calculate the part inside the parentheses, which is with and .
Next, we operate the result with . Now we calculate with and .
Thus, the value of is .
---
## Exercise 8
### Question
export const metadata = {
title: "Problem 8",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Three years ago, the ratio of Ali's age to Tika's age was . If the ratio of their ages three years from now is , then the difference in their current ages is...
### Choices
- [ ] $$2$$ years
- [ ] $$3$$ years
- [ ] $$4$$ years
- [ ] $$5$$ years
- [x] $$6$$ years
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 8",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Let be Ali's current age and be Tika's current age. Given that the ratio of Ali's age to Tika's age three years ago was .
Three years from now, the ratio of their ages will be .
From equations and , we perform elimination to find the value of . Multiply equation by and equation by .
Ali's current age is years. Next, we substitute into equation to find .
Thus, Tika's current age is years. The difference in their ages is:
---
## Exercise 9
### Question
export const metadata = {
title: "Problem 9",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Line passes through point and has a gradient . For to intersect the graph at two distinct points, it must be that...
### Choices
- [ ] $$m > 6$$
- [ ] $$-2 < m < 6$$
- [ ] $$-6 < m < 2$$
- [ ] $$m \leq -2 \lor m \geq 6$$
- [x] $$m < -2 \lor m > 6$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 9",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
The equation of line is . Given and , then:
Thus, the line equation can be written as . Since line intersects the graph at two distinct points, then:
For the line to intersect at two distinct points, the discriminant must satisfy .
The roots are and . By testing intervals, we obtain the solution set:
---
## Exercise 10
### Question
export const metadata = {
title: "Problem 10",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
For to hold for every real , the values of must satisfy...
### Choices
- [ ] $$m < 0 \lor m > \frac{1}{2}$$
- [ ] $$-\frac{1}{2} < m < \frac{1}{2}$$
- [x] $$0 < m < \frac{1}{2}$$
- [ ] $$0 \leq m < \frac{1}{2}$$
- [ ] $$m < -\frac{1}{2} \lor m > 0$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 10",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Given the inequality:
Rearrange it into the standard quadratic form by moving to the left side:
For the quadratic function to be positive for every real (positive definite), its graph must lie entirely above the -axis. The conditions are:
1. The coefficient of must be positive ().
2. The discriminant must be negative ().
**Condition 1: **
**Condition 2: **
Recall that . With , , and :
Divide both sides by to simplify:
The roots are and . Since the inequality is "<", the solution lies between the roots:
**Conclusion**
We find the intersection of conditions and :
- Condition :
- Condition :
The intersection of both regions is:
---
## Exercise 11
### Question
export const metadata = {
title: "Problem 11",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Ali will depart from city A to city B at driving a car with an average speed of km/h. At the same time, Tika heads to city A from city B in her vehicle at a speed of km/h. The distance between city A and city B is km. If they take the same route, they will cross paths at...
### Choices
- [ ] $$10.01$$
- [ ] $$10.20$$
- [ ] $$10.36$$
- [x] $$10.57$$
- [ ] $$11.02$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 11",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Let:
- Distance traveled by Ali until they meet
- Distance traveled by Tika until they meet
- Ali's speed km/h
- Tika's speed km/h
Since Ali and Tika depart at the same time, the time they take to meet is also the same. Let time.
Then:
Since the total distance is km, then:
So the time required until they meet is:
Thus, they will meet at:
---
## Exercise 12
### Question
export const metadata = {
title: "Problem 12",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
The average mathematics exam score of a class is . The ratio of male to female students in the class is . If the average score of female students is higher than the average score of male students, then the average score of female students is...
### Choices
- [ ] $$6.25$$
- [ ] $$6.50$$
- [ ] $$7.50$$
- [ ] $$7.75$$
- [x] $$8.25$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 12",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Let:
- Class average score
- Number of male students
- Number of female students
- Average score of male students
- Average score of female students
Given:
-
-
-
The class average score can be obtained as follows:
Substitute the known values:
Therefore, the average score of female students is:
---
## Exercise 13
### Question
export const metadata = {
title: "Problem 13",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
A fabric company requires workers to complete an order in days. If the number of orders remains unchanged but only people can work on the order, then the additional time required to complete the order is ... days
### Choices
- [x] $$4$$
- [ ] $$8$$
- [ ] $$10$$
- [ ] $$14$$
- [ ] $$16$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 13",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
The fewer workers there are, the longer it takes to complete the work. Thus, this is an inverse proportion.
Let days required.
So, the time required to complete the order if only people are working is days. Therefore, the additional time required is:
---
## Exercise 14
### Question
export const metadata = {
title: "Problem 14",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
A box contains red balls, white balls, and yellow balls. From the box, balls are drawn simultaneously at random. The probability of drawing red balls and white ball is...
### Choices
- [ ] $$\frac{1}{11}$$
- [x] $$\frac{2}{11}$$
- [ ] $$\frac{4}{11}$$
- [ ] $$\frac{3}{5}$$
- [ ] $$\frac{5}{7}$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 14",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
The number of ways to choose red balls is:
The number of ways to choose white balls is:
The total number of possible ways to choose the balls is:
Let The event of drawing red balls and white ball.
The probability of drawing red balls and white ball is:
---
## Exercise 15
### Question
export const metadata = {
title: "Problem 15",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Given that
The value of that satisfies the equation is...
### Choices
- [x] $$-\frac{1007}{2015}$$
- [ ] $$-\frac{1008}{2015}$$
- [ ] $$\frac{1}{2015}$$
- [ ] $$\frac{1007}{2015}$$
- [ ] $$\frac{1008}{2015}$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 15",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
In addition or subtraction operations, we can use the associative property to simplify the calculation.
There are groups, so:
---
## Exercise 16
### Question
export const metadata = {
title: "Question 16",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Consider the following number sequence:
The correct number to complete the pattern is ...
### Choices
- [ ] $$120$$
- [x] $$158$$
- [ ] $$160$$
- [ ] $$168$$
- [ ] $$200$$
### Answer & Explanation
export const metadata = {
title: "Solution to Question 16",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
The given number sequence is:
Let's analyze the difference between consecutive terms:
Observing the pattern of differences (), we can see that each difference is obtained by multiplying the previous difference by (a common ratio of ).
Therefore, the next difference after is:
Thus, the number that fills the blank is:
To verify this pattern, let's calculate the subsequent term and check if it matches the last known term (). The next difference after would be .
The calculation matches the last term in the problem.
Therefore, the correct number to complete the pattern is .
---
## Exercise 17
### Question
export const metadata = {
title: "Question 17",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
The decimal value closest to the largest value among the fractions is...
### Choices
- [ ] $$1.181$$
- [ ] $$1.030$$
- [ ] $$1.124$$
- [x] $$1.040$$
- [ ] $$1.110$$
### Answer & Explanation
export const metadata = {
title: "Solution to Question 17",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
The fractions can be rewritten in the form as follows:
So, all numbers have the form . To find the largest value, we need to find the fraction where is largest. The value of increases as the denominator decreases.
From the five fractions above, the values of are and respectively. The smallest is .
Therefore, the largest value is .
Let's calculate its decimal value:
The decimal value is .
---
## Exercise 18
### Question
export const metadata = {
title: "Question 18",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
A hemispherical water container with a radius of is full of water. All the water in the container is transferred into a cylindrical container with a radius equal to the radius of the hemisphere. The height of the water in the cylindrical container is...
### Choices
- [x] $$10 \text{ cm}$$
- [ ] $$12 \text{ cm}$$
- [ ] $$18 \text{ cm}$$
- [ ] $$20 \text{ cm}$$
- [ ] $$22 \text{ cm}$$
### Answer & Explanation
export const metadata = {
title: "Solution to Question 18",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Since the water in the hemispherical container is transferred to the cylindrical container, the volume of water remains the same.
Since the radius of the sphere is the same as the radius of the cylinder, we can simplify the equation by dividing both sides by :
Given that the radius . We substitute this value into the equation:
Thus, the height of the water in the cylinder is .
---
## Exercise 19
### Question
export const metadata = {
title: "Question 19",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
In a class, there are students participating in extracurricular activities. There are students who join the scouts extracurricular and students who join the futsal extracurricular, and students who join both. The number of students who do not join either is...
### Choices
- [ ] $$3$$
- [x] $$10$$
- [ ] $$13$$
- [ ] $$19$$
- [ ] $$22$$
### Answer & Explanation
export const metadata = {
title: "Solution to Question 19",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Let:
- = Total number of students in the class
- = Number of students in scouts
- = Number of students in futsal
Given:
The number of students who do not participate in either () can be found using the universal set formula:
Substitute the known values:
Thus, the number of students who do not join scouts and futsal extracurriculars is .
---
## Exercise 20
### Question
export const metadata = {
title: "Question 20",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/26/2025",
};
import { Graph } from "../graph";
Triangles and >}
description={
<>
Two triangles, and , with
numbers on their sides and inside.
>
}
/>
The value inside triangle is the result of arithmetic operations on all numbers outside triangle . Using the same operation pattern, the correct value inside triangle is...
### Choices
- [ ] $$2$$
- [x] $$4$$
- [ ] $$5$$
- [ ] $$7$$
- [ ] $$1$$
### Answer & Explanation
export const metadata = {
title: "Solution to Question 20",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/26/2025",
};
In triangle , the value is obtained using the following arithmetic operation:
The pattern used is (Left Number Right Number) Bottom Number Center Number.
Using the same operation pattern, the value inside triangle can be obtained as follows:
Thus, the value inside triangle is .
---