# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-9 Exercises: Try Out - Set 9: 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/26/2025", }; import { Graph } from "../graph"; If the area of the large square is , then the circumference of the circle is... ### Choices - [ ] $$7\pi\text{ cm}$$ - [ ] $$10\pi\text{ cm}$$ - [ ] $$12\pi\text{ cm}$$ - [ ] $$14\pi\text{ cm}$$ - [x] $$16\pi\text{ cm}$$ ### Answer & Explanation export const metadata = { title: "Solution to Problem 1", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Given the area of the large square is . #### Finding the Side Length of the Large Square The area of a square () is given by . #### Finding the Diameter of the Circle Notice that the circle is inscribed in the large square, tangent to its sides. Therefore, the diameter of the circle () is equal to the side length of the large square. #### Calculating the Circumference of the Circle The circumference of a circle () is given by . Therefore, the circumference of the circle is . --- ## Exercise 2 ### Question export const metadata = { title: "Problem 2", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; import { Graph } from "../graph"; Square and a circle passing through points{" "} and , tangent to side{" "} . } /> Square has a side length of . A circle passes through points and , and is tangent to side . The area of the circle is... ### Choices - [ ] $$144\pi\text{ cm}^2$$ - [x] $$225\pi\text{ cm}^2$$ - [ ] $$256\pi\text{ cm}^2$$ - [ ] $$336\pi\text{ cm}^2$$ - [ ] $$425\pi\text{ cm}^2$$ ### Answer & Explanation export const metadata = { title: "Solution to Problem 2", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; import { Graph } from "../graph"; Circle with center , radius{" "} , and auxiliary lines to calculate the radius. } /> Let be the center of the circle, so (the radius of the circle). Given the side length of the square . Since is the midpoint of (based on the symmetry of the circle passing through and ), then: #### Finding the Radius of the Circle We will find the radius of the circle () using the Pythagorean theorem on the right-angled triangle . Note that the length is the distance from the center of the circle to side . Since the circle is tangent to side at point , and the total distance from side to side is the side length of the square (), then . Using the Pythagorean theorem on : #### Calculating the Area of the Circle After finding the radius , we can calculate the area: Therefore, the area of the circle is . --- ## Exercise 3 ### Question export const metadata = { title: "Problem 3", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; import { Graph } from "../graph"; Two parallel lines and {" "} cut by a zig-zag line forming angles ,{" "} , and . } /> If is parallel to , then the value of is... ### Choices - [ ] $$45^\circ$$ - [ ] $$65^\circ$$ - [x] $$70^\circ$$ - [ ] $$75^\circ$$ - [ ] $$80^\circ$$ ### Answer & Explanation export const metadata = { title: "Solution to Problem 3", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; import { Graph } from "../graph"; Auxiliary line divides angle into{" "} and . } /> We draw an auxiliary line parallel to lines and passing through the vertex of angle . This line divides angle into two parts, and . #### Finding the Value of Notice that angle and the angle are alternate interior angles. Since the lines are parallel, their measures are equal: #### Finding the Value of Angle and the angle are consecutive interior angles. The sum of these two angles is : #### Calculating the Value of The value of is the sum of and : Therefore, the value of is . --- ## Exercise 4 ### Question export const metadata = { title: "Problem 4", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; The average test score of class is and the average test score of class is . After the scores of both classes are combined, the average score becomes . If and , then the ratio of the number of students in class to class is... ### Choices - [ ] $$1 : 2$$ - [x] $$2 : 1$$ - [ ] $$3 : 4$$ - [ ] $$4 : 5$$ - [ ] $$4 : 3$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 4", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Let be the number of students in class A and be the number of students in class B. Given the ratio of the average scores of class A and class B is: And the ratio of the combined average to the average of class is: The ratio of the number of students in class A to class B can be found using the combined average formula: Substitute the values of and in terms of : Divide both sides by (since ): Cross-multiply: Group like terms: Simplify the equation to find the ratio : Therefore, the ratio of the number of students in class A to class B is **2 : 1**. --- ## Exercise 5 ### Question export const metadata = { title: "Problem 5", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Inside a box there are red ball, green balls, and white balls. If balls are to be drawn without replacement, then the probability that the number of green balls drawn is twice the number of white balls drawn is... ### Choices - [ ] $$\frac{1}{12}$$ - [ ] $$\frac{1}{4}$$ - [x] $$\frac{5}{12}$$ - [ ] $$\frac{1}{2}$$ - [ ] $$\frac{2}{3}$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 5", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Let be the event that the number of green balls drawn is twice the number of white balls drawn. **Given:** There are balls in a box ( red + green + white = ). balls will be drawn at random. The total number of ways to draw the balls is: We want to find the probability that the number of green balls is twice the number of white balls. We divide this into two cases. **Case 1** If white ball is drawn, then there must be green balls (since green = 2 times white). To reach a total of balls drawn, the remaining balls to be drawn must be balls. These must be red balls. However, there is only red ball available. Therefore, **Case 1 is impossible**. **Case ** If white balls are drawn, then there must be green balls. To reach a total of balls drawn, the remaining balls to be drawn must be ball. This must be a red ball. This case is possible because there are white balls, green balls, and red ball available. The number of ways to draw for this case is: **Conclusion** Thus, the probability of event is: Therefore, the probability that the number of green balls drawn is twice the number of white balls drawn is . --- ## Exercise 6 ### Question export const metadata = { title: "Problem 6", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; If and , then is between the values... ### Choices - [ ] $$0$$ and $$2$$ - [ ] $$1$$ and $$2$$ - [x] $$-1$$ and $$0$$ - [ ] $$-2$$ and $$2$$ - [ ] $$-2$$ and $$1$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 6", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Given . We want to find the range of values for . Since , the difference must be negative (). Let's analyze the limits of : 1. **Maximum value of ** The value of will be maximum (closest to ) when the difference between and is as small as possible. Since and are in the interval and , their difference can be arbitrarily close to but never reaches (because ). Thus, the upper bound of is . 2. **Minimum value of ** The value of will be minimum (most negative) when is as small as possible and is as large as possible. - approaches (lower bound). - approaches (upper bound). Therefore: Thus, the lower bound of is . **Conclusion** The value of is between and . In mathematical notation: . Therefore, is between the values and . --- ## Exercise 7 ### Question export const metadata = { title: "Problem 7", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Seven years ago, the sum of the ages of the older sibling and the younger sibling was years. Four years from now, twice the age of the older sibling will be equal to twice the age of the younger sibling plus eight years. The current age of the younger sibling is... ### Choices - [ ] $$14$$ years - [ ] $$17$$ years - [x] $$18$$ years - [ ] $$20$$ years - [ ] $$22$$ years ### Answer & Explanation export const metadata = { title: "Solution for Problem 7", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Let: - current age of the younger sibling - current age of the older sibling #### First Condition Analysis Seven years ago, the sum of the ages of the older sibling and the younger sibling was years. The mathematical model is: #### Second Condition Analysis Four years from now, twice the age of the older sibling is equal to twice the age of the younger sibling plus eight years. The mathematical model is: #### Finding the Younger Sibling's Age We eliminate equation and to find the value of . > We subtract the second equation from the first: and . Thus, the current age of the younger sibling is years. Therefore, the younger sibling is years old. --- ## Exercise 8 ### Question export const metadata = { title: "Problem 8", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; ### Choices - [ ] $$2$$ - [x] $$3$$ - [ ] $$5$$ - [ ] $$10$$ - [ ] $$14$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 8", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; #### Simplifying Algebraic Expression We simplify the numerator by grouping like terms (integers with integers, radicals with radicals). Next, we factor the numerator by taking out the number : Notice that is equal to . Thus, we can divide both the numerator and the denominator by this value: Therefore, the final result is . --- ## Exercise 9 ### Question export const metadata = { title: "Problem 9", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; For the function to be defined in its domain, the domain of function is... ### Choices - [ ] $$Df = \{x | x \leq 5\}$$ - [ ] $$Df = \{x | 2 < x \leq 5\}$$ - [ ] $$Df = \{x | x < -3 \text{ or } 2 < x < 5\}$$ - [x] $$Df = \{x | x < -3 \text{ or } 2 < x \leq 5\}$$ - [ ] $$Df = \{x | x < -3 \text{ or } 2 \leq x \leq 5\}$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 9", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; To find the domain of the function, we need to ensure that all components of the function are defined (values inside square roots must be non-negative, and the denominator cannot be zero). The function has two main conditions: #### Condition 1: Numerator The value inside the square root in the numerator must be non-negative: #### Condition 2: Denominator The value inside the square root in the denominator must be positive (since the square root in the denominator cannot be zero): The zeros of this inequality are and . Using test points, we find the solution region for the denominator: or . #### Domain Intersection The domain of function is the intersection of the two conditions above: 1. 2. or The intersection is: - For , it satisfies . - For , it is bounded by , becoming . Therefore, the domain of function is: --- ## Exercise 10 ### Question export const metadata = { title: "Problem 10", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; If the ratio of the volumes of two cubes is , then the ratio of the surface areas of the two cubes is... ### Choices - [ ] $$1 : 3$$ - [ ] $$1 : 4$$ - [ ] $$1 : 8$$ - [x] $$1 : 9$$ - [ ] $$2 : 3$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 10", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; #### Finding the Side Length Ratio The volume of a cube () is directly proportional to the cube of its side length (). Given that the volume ratio is . So, the ratio of the side lengths of the two cubes is . #### Finding the Surface Area Ratio The surface area of a cube () is directly proportional to the square of its side length. Thus, the ratio of the surface areas of the two cubes is . --- ## Exercise 11 ### Question export const metadata = { title: "Problem 11", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; The probabilities of Ali, Bima, and Dika passing the National Exam are , , and respectively. The probability that only one person passes among the three is... ### Choices - [ ] $$0.085$$ - [x] $$0.095$$ - [ ] $$0.85$$ - [ ] $$0.95$$ - [ ] $$0.075$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 11", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Let: - = Probability Ali passes - = Probability Bima passes - = Probability Dika passes Given: If only one person passes, there are three mutually exclusive possibilities: #### Ali passes, Bima and Dika fail #### 2. Bima passes, Ali and Dika fail #### Dika passes, Ali and Bima fail #### Total Probability Thus, the probability that only one person passes is the sum of these three possibilities: --- ## Exercise 12 ### Question export const metadata = { title: "Problem 12", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; A team consists of people who can finish a job in days. If the job needs to be completed faster in days, the percentage increase in workers needed to finish the job is... ### Choices - [ ] $$25.0\%$$ - [ ] $$37.5\%$$ - [ ] $$50.0\%$$ - [ ] $$62.5\%$$ - [x] $$66.7\%$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 12", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; This problem can be solved using inverse proportion. Given: #### Calculating the Number of Workers Needed Thus, we can write: So, the number of workers needed to finish in days is workers. #### Calculating the Percentage Increase Thus, the percentage increase in workers is: --- ## Exercise 13 ### Question export const metadata = { title: "Problem 13", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; A set of data has an average of and a range of . If each data value is subtracted by and then the result is divided by , it produces new data with an average of and a range of . The values of and are... ### Choices - [ ] $$14 \text{ and } 2$$ - [ ] $$12 \text{ and } 2$$ - [ ] $$8 \text{ and } 2$$ - [x] $$4 \text{ and } 2$$ - [ ] $$2 \text{ and } 2$$ ### Answer & Explanation export const metadata = { title: "Solution for Problem 13", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; #### Properties of Average and Range - **Average**: Its value changes if each data point is added, subtracted, multiplied, or divided. - **Range**: Its value **only** changes if each data point is multiplied or divided (it does not change if added or subtracted). #### Finding the Value of The initial range is . Then, each data value is subtracted by and divided by . Since the range only changes when multiplied or divided, the new range becomes: #### Finding the Value of The initial average is . Then, each data value is subtracted by and divided by , so the new average becomes: Substitute the value : Thus, the values are and . --- ## Exercise 14 ### Question export const metadata = { title: "Problem 14", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; The correct order of the numbers below from smallest to largest is... ### Choices - [x] $$\frac{17}{14}; 123\%; 1.45; \frac{5}{3}; \sqrt{12}$$ - [ ] $$\frac{17}{14}; 123\%; 1.45; \sqrt{12}; \frac{5}{3}$$ - [ ] $$\frac{5}{3}; \frac{17}{14}; 123\%; 1.45; \sqrt{12}$$ - [ ] $$\frac{5}{3}; 123\%; 1.45; \sqrt{12}; \frac{17}{14}$$ - [ ] $$123\%; \frac{5}{3}; 1.45; \sqrt{12}; \frac{17}{14}$$ ### Answer & Explanation export const metadata = { title: "Solution 14", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; #### Converting to Fractions To determine the order from smallest to largest, we convert all numbers into fractions with a common denominator. #### Finding a Common Denominator We use as the common denominator (LCM of , , and ). For , since its value is approximately , if converted to a fraction over 2100, it would be very large (much larger than the others which are all below 2). #### Conclusion Based on the numerators with the common denominator: So the order is: Returning to the original forms: --- ## Exercise 15 ### Question export const metadata = { title: "Problem 15", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; If is of and is of , then... ### Choices - [ ] $$x > y$$ - [x] $$x < y$$ - [ ] $$x = y$$ - [ ] $$2x = y$$ - [ ] $$x = 4y$$ ### Answer & Explanation export const metadata = { title: "Solution 15", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; #### Calculating the Value of Given of , which means: #### Calculating the Value of Given of , then: #### Conclusion Based on the calculations above, we get and . Consequently, . --- ## Exercise 16 ### Question export const metadata = { title: "Question 16", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; The fractional form of the repeating decimal is? ### Choices - [ ] $$\frac{1170}{37}$$ - [x] $$\frac{3510}{1111}$$ - [ ] $$\frac{1177}{111}$$ - [ ] $$\frac{1170}{999}$$ - [ ] $$\frac{1177}{999}$$ ### Answer & Explanation export const metadata = { title: "Solution 16", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Let . Since there are repeating digits (which are ), we multiply by : Next, we subtract the original equation from this equation: Thus, we obtain: We simplify the fraction by dividing both the numerator and the denominator by : --- ## Exercise 17 ### Question export const metadata = { title: "Question 17", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; A rectangle with length and width has an area of . If the perimeter of the rectangle is , what is the value of ? ### Choices - [ ] $$4$$ - [ ] $$5$$ - [ ] $$6$$ - [ ] $$7$$ - [x] $$8$$ ### Answer & Explanation export const metadata = { title: "Solution 17", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; #### Finding the Relation between and Given that the perimeter of the rectangle is . The formula for the perimeter of a rectangle is or . Thus: #### Finding the Value of Next, it is known that the area of the rectangle is . The formula for the area is . We substitute into the area formula: #### Calculating the Value of After obtaining the value , we substitute it back into the equation : So, the value of is . --- ## Exercise 18 ### Question export const metadata = { title: "Question 18", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; A rectangular prism has a volume of , length , and width . What is the height of the rectangular prism? ### Choices - [ ] $$1$$ - [x] $$2$$ - [ ] $$3$$ - [ ] $$4$$ - [ ] $$5$$ ### Answer & Explanation export const metadata = { title: "Solution 18", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; Given the volume of the rectangular prism is , the length is , and the width is . The formula for the volume of a rectangular prism is: We substitute the known values into the formula: Next, we solve for : So, the height of the rectangular prism is . --- ## Exercise 19 ### Question export const metadata = { title: "Question 19", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; The average biology score in a class of students is . If the average score of male students is and the number of female students is more than the number of male students, then the average score of female students in the class is... ### Choices - [ ] $$64$$ - [x] $$64.88$$ - [ ] $$65.09$$ - [ ] $$65.20$$ - [ ] $$65.34$$ ### Answer & Explanation export const metadata = { title: "Solution 19", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; #### Finding the Number of Male and Female Students It is known that the total number of students is . Let be the number of male students and be the number of female students. It is also known that the number of female students is more than the number of male students, so: Since the total number of students is , then: So the number of female students is: #### Calculating Total Scores Given that the average score of male students () is . Then the total score of male students is: Given that the average score of the entire class () is . Then the total score of the entire class is: #### Calculating the Average Score of Female Students The total score of female students can be found by subtracting the total score of male students from the total score of the class: Thus, the average score of female students () is: So, the average score of female students is . --- ## Exercise 20 ### Question export const metadata = { title: "Problem 20", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; In a box, there are yellow balls and blue balls. If two balls are taken simultaneously at random, determine the expected frequency of obtaining two blue balls from trials! ### Choices - [ ] $$3$$ - [ ] $$5$$ - [x] $$6$$ - [ ] $$9$$ - [ ] $$11$$ ### Answer & Explanation export const metadata = { title: "Solution 20", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/26/2025", }; First, we calculate the probability of picking two blue balls. The total number of balls in the box is the sum of yellow and blue balls. The number of ways to choose balls from a total of balls can be calculated using combinations. Next, we calculate the number of ways to choose blue balls from the available blue balls. The probability of obtaining two blue balls () is the ratio of the number of ways to pick two blue balls to the total number of ways to pick any two balls. The expected frequency () is the product of the probability of the event and the number of trials. The number of trials is . Thus, the expected frequency of obtaining two blue balls is . ---