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