Find all positive integers x such that for any $a,b,c \in \mathbb{R}^+ $ satisfying the inequality $$ x(ab+bc+ca) > 5(a^2+b^2+c^2) $$ and there must exist a triangle with a,b,c as its sides respectively.
I really don't know how to approach this question.Please help me.

With Cauchy-Schwarz $$ab+bc+ca\leq a^2+b^2+c^2$$ then $$5(a^2+b^2+c^2)< x(ab+bc+ca)\leq x(a^2+b^2+c^2)$$ then $x>5$ is an answer.