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