Look at the following function:
y=−x2+10x−16
Determine for which values of x the following is true:
f(x) < 0
To determine where the function f(x)=−x2+10x−16 is less than zero, we should first find the roots by solving f(x)=0.
Using the quadratic formula x=2a−b±b2−4ac, where a=−1, b=10, and c=−16, we can find the roots:
- Calculate the discriminant: b2−4ac=102−4(−1)(−16)=100−64=36.
- Find the roots: x=2(−1)−10±36=−2−10±6.
- The roots are x=−2−10+6=2 and x=−2−10−6=8.
These roots divide the number line into intervals: x<2, 2<x<8, and x>8.
To determine where f(x)<0, test a point in each interval:
- For x<2, choose x=0. f(0)=−02+10(0)−16=−16 (which is less than zero).
- For 2<x<8, choose x=5. f(5)=−(5)2+10(5)−16=−25+50−16=9 (which is greater than zero).
- For x>8, choose x=10. f(10)=−(10)2+10(10)−16=−100+100−16=−16 (which is less than zero).
Therefore, the function f(x) is negative for x<2 and x>8.
Thus, the values of x for which f(x)<0 are x<2 or x>8.
The correct choice corresponding to this solution is: x>8 or x<2.