# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-10/5
Exercises: Try Out - Set 10: Real exam simulation to sharpen your skills and build confidence. - Maximum Value of Objective Function
---
## Exercise 5
### Question
export const metadata = {
title: "Maximum Value of Objective Function",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/27/2025",
};
If the maximum value of on the set is , then the value of
### Choices
- [ ] $$3$$
- [ ] $$4$$
- [x] $$5$$
- [ ] $$16$$
- [ ] $$25$$
### Answer & Explanation
export const metadata = {
title: "Maximum Value Explanation",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/27/2025",
};
Given the system of inequalities:
We can sum the two main inequalities to find the bound for :
It is given that the maximum value of is . Therefore, we substitute this maximum value into the inequality:
Thus, the value of is:
(We take the positive value since the options are positive).
So, the value of is .
---