If $ax^2+bx+10=0$ does not have two distinct real roots where( $a$ and $b$ are real) then the possible values of $5a+b$ from the given 4 options(as obviously there can be infinite possible values..but I only need to find out which of the four given possible values is one of these ...in short it is a Multi choice-multi-correct question) are-( there can be more than one option correct)
1) -3
2) -2
3) -1
4) 0
my attempt Here are some conclusions I have drawn-
it is given that it does not have two distinct real roots so either( both roots are imaginary and conjugates of each other)- $D(b^2-4ac)<0$ (that is as $c=10$ so $b^2-40a<0$...or another case is both roots become equal that is $b^2-40a=0$.
also I tried some manipulations like subtracting $f(3)-f(2)$ to get $5a+b$ ....now I think since it is given that the equation does not have two distinct real roots so $f(3)-f(2)$ or $5a+b$ cannot be equal to zero unless both $f(3),f(2)$ become equal to zero..which is not allowed (as real roots should not be distinct)so I think option (D) or zero shouldnt be possible but the answers given are $-2,-1,0$ (Edit:apparently $0$ is not the answer as pointed out be Tim phan below..but I still need help in proving it is equal to $-1,-2$)....also I am unable to get other answers I have tried getting $5a+b$ by keeping $x=5$ to get $5(5a+b+2)$ but I don't know whether it will be equal to zero or less than or greater than zero... As I don't know whether $5$ is a root of $f(x)$ or not..neither it is given in question...
Any help??
If you write $5a + b = k$ and use this to get rid of the $a$ in the equation $b^2 - 40a \leq 0$, you get:
$$b^2 - 40\left(\frac{k - b}{5}\right) \leq 0$$
$$b^2 + 8b \leq 8k$$
Complete the square:
$$(b + 4)^2 \leq 8k + 16$$
$$(b + 4)^2 \leq 8(k + 2)$$
Since $b$ is arbitrary, the only restriction is that the left hand side is nonnegative. So you get:
$$0 \leq 8(k + 2)$$
$$-2 \leq k$$
Hence $k = 0, -1, -2$ are all possible.