# Nakafa Framework: LLM URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-5/14 Exercises: Try Out - Set 5: Real exam simulation to sharpen your skills and build confidence. - Problem 14 --- ## Exercise 14 ### Question export const metadata = { title: "Problem 14", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/23/2025", }; Given: , the equation of the tangent line at the point with abscissa is... ### Choices - [ ] $$-13x - y - 15 = 0$$ - [ ] $$13x - y - 15 = 0$$ - [x] $$13x + y - 15 = 0$$ - [ ] $$-13x + y - 15 = 0$$ - [ ] $$13x + y - 37 = 0$$ ### Answer & Explanation export const metadata = { title: "Solution to Problem 14", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "12/23/2025", }; Given the quadratic function . We need to find the equation of the tangent line at the point with abscissa . First, we find the ordinate () of the tangent point by substituting into the curve equation: So, the tangent point is . Second, we find the gradient of the tangent line () using the first derivative (): Substitute into the first derivative to get the gradient: Third, we determine the tangent line equation using the formula : Move all terms to the left side to get the form : So, the equation of the tangent line is . ---