In order to factor a polynomial, you have to find its roots
[tex]x_1,\ x_2,\ldots,x_n[/tex]
So that you can factor it as
[tex]p(x)=(x-x_1)(x-x_2)\cdots(x-x_n)[/tex]
So, in this case, we're looking for the solutions of
[tex]3x^2-25=0 \iff 3x^2=25 \iff x^2 = \dfrac{25}{3} \iff x=\pm\sqrt{\dfrac{25}{3}}=\pm\dfrac{5}{\sqrt{3}}[/tex]
So, the polynomial can be written as
[tex]3x^2-25 = \left(x-\dfrac{5}{\sqrt{3}}\right)\left(x+\dfrac{5}{\sqrt{3}}\right)[/tex]