# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-10/7
Exercises: Try Out - Set 10: Real exam simulation to sharpen your skills and build confidence. - Maximum Value of Quadratic Function
---
## Exercise 7
### Question
export const metadata = {
title: "Maximum Value of Quadratic Function",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/27/2025",
};
If the quadratic function has an axis of symmetry , then the maximum value of the function is...
### Choices
- [ ] $$-14$$
- [x] $$14$$
- [ ] $$-8$$
- [ ] $$8$$
- [ ] $$16$$
### Answer & Explanation
export const metadata = {
title: "Quadratic Function Maximum Value Explanation",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/27/2025",
};
Given the quadratic function:
The axis of symmetry for a quadratic function is given by the formula . In this case, and .
Given the axis of symmetry , then:
After finding the value of , we substitute it back into the original function:
To find the maximum value, we substitute the axis of symmetry value into the function (since the optimum value is always at the axis of symmetry):
Thus, the maximum value of the function is .
---