Suppose the quadratic polynomial $P(x) = ax^2 + bx +c $ has positive coefficients $ a, b, c $ in an arithmetic progression in that order. If $P(x) = 0$ has integer roots $\alpha $ and $\beta $, then $\alpha + \beta + \alpha\beta $ equals ?
1) $3$
2) $5$
3) $7$
4) $14$
It's a single choice correct problem. All genuine answers are welcome :)
The question is from a famous Indian Scholarship test 'KVPY' for high school students. The official website doesn't provide any solutions to it that is why I am asking for help.
My go on the question
we know that in a quadratic equation $ax^2 + bx +c$ with roots $\alpha, \beta$ the sum of roots is $\alpha +\beta = \frac{(-b)}{a} $ and product is $\alpha\beta = \frac{c}{a} $
So $\alpha + \beta + \alpha\beta = \frac{(-b+c)}{a}$ and since $a,b,c$ are in arithmetic progression $\frac{(a+c)}{2} = b$
Something that I tried was also this -
$ a, b, c $ are in AP (arithmetic progression)
$a-b , 0, c-b$ are in AP (subtracting by $b$)
$1-\frac{b}{a}, 0, \frac{(c-b)}{a}$ are in AP (dividing by $a$)
Now I can't proceed further. After a bit of plugging and chugging I still cant get an integer as an answer...