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