# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-10/20
Exercises: Try Out - Set 10: Real exam simulation to sharpen your skills and build confidence. - Relationship between x and y
---
## Exercise 20
### Question
export const metadata = {
title: "Relationship between x and y",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/27/2025",
};
The relationship between the values of and from the following equations is...
### Choices
- [ ] $$x < y$$
- [x] $$x > y$$
- [ ] $$x = y$$
- [ ] $$x = -y$$
- [ ] $$x + y = 1$$
### Answer & Explanation
export const metadata = {
title: "x and y Value Explanation",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/27/2025",
};
First, we find the value of from the first equation:
After finding that , we substitute it into the second equation to find the value of :
Finally, we compare the values of and :
Since , then:
---