# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-9/9
Exercises: Try Out - Set 9: Real exam simulation to sharpen your skills and build confidence. - Problem 9
---
## 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:
---