The minimum possible value of 3−xx2−6x+10, for x<3, is
Solution
✅ Correct Option: 2
We need to find the minimum value of 3−xx2−6x+10 when x<3.
Let us rewrite the numerator x2−6x+10 by completing the square.
For any quadratic x2−6x, we take half of the coefficient of x and square it: (26)2=9
So: x2−6x+10=x2−6x+9−9+10=(x−3)2+1
Why does this work? Because (x−3)2=x2−6x+9, so we add and subtract 9 to complete the square.
3−xx2−6x+10=3−x(x−3)2+1
Now here's a key insight: since (x−3)2=(3−x)2 (squaring eliminates the negative sign), we can write:
3−x(x−3)2+1=3−x(3−x)2+1
3−x(3−x)2+1=3−x(3−x)2+3−x1=(3−x)+3−x1
Since x<3, we have 3−x>0. Let us substitute y=3−x where y>0.
The expression becomes: y+y1
Finding the minimum of y+y1 when y>0:
We'll use the AM-GM (Arithmetic Mean ≥ Geometric Mean) inequality:
2y+y1≥y⋅y1=1=1
Therefore: y+y1≥2
When does equality occur? When y=y1, which means y2=1, so y=1 (since y>0).
When y=1: 3−x=1, so x=2
Let us verify: x=2<3
Therefore, the minimum possible value is 2.
Key takeaway: When you see an expression like linearquadratic where the constraint makes the denominator positive, try completing the square in the numerator and look for opportunities to apply AM-GM inequality.