# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-8/9
Exercises: Try Out - Set 8: Real exam simulation to sharpen your skills and build confidence. - Problem 9
---
## Exercise 9
### Question
export const metadata = {
title: "Problem 9",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
Line passes through point and has a gradient . For to intersect the graph at two distinct points, it must be that...
### Choices
- [ ] $$m > 6$$
- [ ] $$-2 < m < 6$$
- [ ] $$-6 < m < 2$$
- [ ] $$m \leq -2 \lor m \geq 6$$
- [x] $$m < -2 \lor m > 6$$
### Answer & Explanation
export const metadata = {
title: "Solution for Problem 9",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/25/2025",
};
The equation of line is . Given and , then:
Thus, the line equation can be written as . Since line intersects the graph at two distinct points, then:
For the line to intersect at two distinct points, the discriminant must satisfy .
The roots are and . By testing intervals, we obtain the solution set:
---