There is only one real value of $'a'$ for which the quadratic equation $$ax^2 + (a+3)x + a-3 = 0$$ has two positive integral solutions.The product of these two solutions is :
Since the solutions are positive, therefore the product of roots and sum of root will be positive. This will give us two inequalities in $a$. Substitute the values of $a$ in the quadratic but I'm not getting my answer correct.
The two inequalities will be $$\frac{a-3}{a} > 0$$ and the other one will be $$\frac {a+3}{a} < 0$$
From the first one we get $a>3$ and from the second one we get $a< -3$.
I don't know how to proceed after this.
Kindly help.
Sum of roots = $\frac{-b}{a} = \frac{-(a + 3)}{a} = \frac{-a-3}{a}$. According to the condition given in the problem, $\frac{-a-3}{a} > 0$ $\therefore a < -3$.
Product of roots = $\frac{c}{a} = \frac{a + 3}{a}$. According to the condition given in the problem $\frac{a + 3}{a} > 0 :\therefore a > -3$ I don't get it.
– jimpix Aug 25 '16 at 09:54