# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-7/11 Exercises: Try Out - Set 7: Real exam simulation to sharpen your skills and build confidence. - Problem 11 --- ## Exercise 11 ### Question export const metadata = { title: "Problem 11", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; Given . Which of the following relationships is correct between quantities and based on the information provided? | | | | :---: | :---: | | | | ### Choices - [x] $$P > Q$$ - [ ] $$P < Q$$ - [ ] $$P = Q$$ - [ ] $$PQ = 1$$ - [ ] Cannot be determined ### Answer & Explanation export const metadata = { title: "Solution for Problem 11", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/25/2025", }; We will simplify the form of first. Recall that . Thus, the form is a difference of squares which can be factored into . Next, let's look at the form of : We can see the relationship between and by substituting into the equation for : Given . Let's analyze the value of in that range: - If , then . - If , then . Thus, . Back to the equation : Since and is positive (because ), multiplying by a number greater than will result in a value greater than itself. Therefore, the correct relationship is . ---