Which expression has the least value when x = 100?
It’s a question you’ll see on quizzes, in math contests, and even in everyday problem‑solving.
The trick isn’t just plugging in 100; it’s about understanding how each expression behaves and why 100 is the sweet spot for one of them.
What Is “Least Value” in a Math Expression?
When we talk about an expression’s least value, we’re looking for the smallest output it can produce over a given domain.
If the domain is all real numbers, the least value is the minimum of the function.
If the domain is restricted—say, only integers or only positive numbers—then the minimum can shift Easy to understand, harder to ignore. Practical, not theoretical..
In practice, you usually find the least value by:
- Looking at the shape (parabola, line, etc.).
- Finding critical points (where the first derivative is zero or undefined).
- Testing endpoints if the domain is bounded.
For a quick quiz question, the expression that “has the least value when x = 100” is the one whose minimum occurs exactly at that x‑value.
Why It Matters / Why People Care
Knowing which expression hits its lowest point at a particular x is useful in:
- Optimization problems: minimizing cost, maximizing profit, or finding the most efficient design.
- Engineering: ensuring a system operates within safe limits.
- Finance: finding the cheapest way to hedge a position.
If you misidentify the expression, you could end up overpaying, under‑designing, or making a bad trade.
How It Works (or How to Do It)
Let’s walk through the process with three common types of expressions you might see:
- Quadratic: (f(x) = a(x - h)^2 + k)
- Linear: (g(x) = mx + b)
- Absolute value: (h(x) = |x - c|)
Quadratic: The Classic “U‑Shape”
A quadratic opens upward if (a > 0) and downward if (a < 0).
Its vertex—((h, k))—is the minimum (if upward) or maximum (if downward).
- Vertex form: (f(x) = a(x - h)^2 + k)
- Least value: (k) when (a > 0)
If the problem states that the least value occurs at (x = 100), then the vertex’s x‑coordinate, (h), must be 100.
So the expression looks like (f(x) = a(x - 100)^2 + k).
No matter what (a) is (as long as it’s positive), the minimum is at 100 Easy to understand, harder to ignore..
Linear: No Minimum Over All Reals
A straight line doesn’t have a minimum unless we restrict the domain.
If the domain is all real numbers, a positive slope line tends to (-\infty) as (x \to -\infty), and a negative slope line tends to (-\infty) as (x \to +\infty).
So a linear expression can’t have a least value at a specific finite x unless the domain is bounded (e.g., only integers between 90 and 110).
In a standard quiz, a linear function is usually a red flag for “not the answer And that's really what it comes down to. That alone is useful..
Honestly, this part trips people up more than it should.
Absolute Value: V‑Shaped Minimum
The graph of (|x - c|) is a V with its bottom at ((c, 0)).
The minimum value is 0, and it occurs exactly when (x = c) Most people skip this — try not to..
If you’re given (|x - 100|), the least value is 0 at (x = 100).
That’s another candidate expression.
Common Mistakes / What Most People Get Wrong
-
Assuming “least value” means the smallest numerical output without checking the domain.
A quadratic that opens downward has a maximum at its vertex, not a minimum. -
Treating a linear function as if it has a minimum.
Unless the problem restricts x, the line will keep dropping or rising forever Less friction, more output.. -
Confusing “vertex” with “minimum” for downward quadratics.
The vertex of a downward‑opening parabola is the maximum. -
Ignoring the coefficient sign in quadratics.
A negative “a” flips the parabola upside down, turning a minimum into a maximum That's the whole idea.. -
Overlooking absolute values.
The V‑shape might look like a linear piecewise function, but its minimum is guaranteed at the vertex.
Practical Tips / What Actually Works
-
Rewrite quadratics in vertex form.
If you see ((x - 100)^2) somewhere, you’re probably on the right track. -
Check the sign of the leading coefficient.
Positive means upward (minimum), negative means downward (maximum). -
Look for the “|x – c|” pattern.
That’s a quick sign that the minimum is at (x = c). -
If the expression is a sum of a quadratic and a linear term, complete the square to find the vertex.
-
When in doubt, plug 100 in.
If the expression evaluates to a lower number than any other given option at 100, that’s a strong hint And that's really what it comes down to..
FAQ
Q1: Can a linear function have a least value at a single point?
Only if the domain is limited. Over all real numbers, a line has no minimum.
Q2: What if the expression is a product of two terms, like ((x-100)(x-200))?
That’s a quadratic opening upward. Its vertex is at the average of the roots: ((100+200)/2 = 150). So the least value is at (x = 150), not 100 Still holds up..
Q3: Does the least value have to be zero?
No. For (f(x) = (x-100)^2 + 5), the least value is 5 at (x = 100) It's one of those things that adds up. And it works..
Q4: What if the expression is ((x-100)^2 - 3)?
The minimum is (-3) at (x = 100).
Q5: How do I handle expressions with fractions or radicals?
Simplify first. If you can rewrite it in vertex or absolute value form, the logic stays the same It's one of those things that adds up..
Closing Thought
When you’re faced with a quick “which expression has the least value when x = 100?” question, remember: the shape of the graph tells the whole story. Spot the vertex, check the sign, and you’ll have the answer in seconds. Happy problem‑solving!
Short version: it depends. Long version — keep reading.
A Quick “Cheat Sheet” for the Test‑Taker
| Situation | What to Look For | Where the Least Value Lives |
|---|---|---|
| Pure quadratic – (ax^{2}+bx+c) | Write as (a(x-h)^{2}+k) (complete the square). | |
| Radical expression – (\sqrt{(x-c)^{2}+k}) | The square‑root is monotone increasing, so the smallest inside the root wins. In practice, | |
| Quadratic + linear – (ax^{2}+bx+dx+e) | Combine the linear terms, then complete the square. Day to day, | |
| Product of two linear factors – ((x-p)(x-q)) | Expand to see the coefficient of (x^{2}). | Same rule as above – the vertex gives the minimum when (a>0). |
| Absolute‑value form – ( | x-c | +d) |
| Fraction with a quadratic numerator – (\frac{(x-c)^{2}+k}{m}) | If (m>0) the fraction behaves like the numerator; if (m<0) it flips. | If (a>0) → at (x=h); if (a<0) → no minimum (unless the domain is bounded). Day to day, |
Putting It All Together: A Sample Walk‑Through
Problem: “Which of the following expressions attains its least value when (x=100)?
- ((x-100)^{2}+7)
- (-2(x-100)^{2}+3)
- (|x-100|+4)
- ((x-100)(x-150)+9)”
Solution Steps
-
Identify the type
- (1) is a pure upward‑opening quadratic.
- (2) is a downward‑opening quadratic.
- (3) is an absolute‑value expression.
- (4) expands to (-x^{2}+250x-15000+9), a downward‑opening quadratic.
-
Check the sign of the leading coefficient
- (1) has (a=+1) → a genuine minimum at its vertex.
- (2) and (4) have (a<0) → they have maxima, not minima, unless the domain is limited.
- (3) always has its minimum at the tip of the “V”.
-
Locate the vertex or tip
- (1): vertex at (x=100). Minimum value = (7).
- (3): tip at (x=100). Minimum value = (4).
-
Compare – Both (1) and (3) achieve a minimum at (x=100). The question asks which expression attains its least value there; both do, but (3) yields the overall smallest numerical value (4 vs. 7). If the test expects a single answer, (3) is the correct choice.
Takeaway: By classifying the expression first, you avoid the trap of assuming a quadratic always has a minimum Simple, but easy to overlook. That alone is useful..
Why This Matters Beyond the Classroom
Understanding the geometry behind algebraic expressions equips you for:
- Optimization problems in calculus, where you’ll later differentiate to find extrema. The vertex method is the algebraic precursor.
- Economics and engineering, where cost or stress functions often appear as quadratics or absolute‑value terms.
- Programming: Many algorithms (e.g., least‑squares fitting) rely on minimizing a quadratic error term—knowing where the minimum lies speeds up debugging.
In short, the “quick‑look” technique you’ve just mastered is a foundational skill that recurs throughout STEM.
Final Thoughts
The key to mastering “least‑value” questions is a two‑step mental checklist:
- Shape check – Is the expression a parabola, a V‑shape, or something else?
- Sign check – Does the leading coefficient point the graph upward (minimum) or downward (maximum)?
If both checks point to a genuine minimum, the vertex (or tip) tells you exactly where it occurs. When the sign points the other way, you either discard the expression or note that a minimum exists only under a domain restriction Which is the point..
Armed with this systematic approach, you’ll be able to read any algebraic expression, spot its extremum in a split second, and choose the right answer without second‑guessing yourself. Keep the cheat sheet handy, practice a few extra problems, and the “least value at x = 100” will become second nature Still holds up..
Happy solving, and may your graphs always point you in the right direction!