Let a, b, c be the sides of a triangle where $a\neq c$ and $k \in R$. If the roots of the equation $x^2+ 2(a + b +c)x + 3k(ab + bc + ca) = 0$ are real, then find the interval in which $k$ lies.
I have used the fact that equation has real roots, but how to use the fact a,b,c, are sides of a triangle.
$$(2(a+b+c))^2\ge4(1)(3k(ab+bc+ca)$$ (since if $ax^2+bx+c=0$ then $b^2\ge4(a)(c)$ for real roots to exist) $$k\le\frac{4(a+b+c)^2}{12(ab+bc+ca)}$$