I need to find the roots of the cubic $x^3+19x^2-109x-2,431=0$ in order to continue on finding the roots of a Quartic.
But here, I am stuck. I don't really know any good ways to find the roots of any cubic with integer solutions.
Trying Cardano's Method gave me something completely different than what Desmos is telling me. The roots are supposedly $11,-13, -17$. So I'm wondering if it's possible to find the solutions to any cubic without knowledge on the value of the roots.
As Ross Millikan answered, you probably made a mistake in your calculations using Cardano's method.
Let us do it exactly as the method is described here
$$\Delta = 18abcd - 4b^3d + b^2c^2 - 4ac^3 - 27a^2d^2$$ Using $a=1$, $b=19$, $c=-109$, $d=-2431$, this gives $\Delta =7225344$ and so, three real roots.
$$\Delta_0 = b^2 - 3ac=688$$
$$\Delta_1 = 2b^3 - 9abc + 27a^2d=-33280$$ $$\Delta_1^2-4 \Delta_0^3= -195084288$$ $$\sqrt{\Delta_1^2-4 \Delta_0^3}=8064 i \sqrt{3}$$ $$C = \sqrt[3]{\frac{\Delta_1 \pm \sqrt{{\Delta_1}^2 - 4 {\Delta_0}^3}}2}=4 \left(4\pm3 i \sqrt{3}\right)$$ One of the roots is given by $$x = - \frac{1}{3a}\left(b+C+\frac{\Delta_0}{C}\right)$$ Using $C=4 \left(4+3 i \sqrt{3}\right)$, this gives $$x=-\frac{1}{3} \left(19+\frac{172}{4+3 i \sqrt{3}}+4 \left(4+3 i \sqrt{3}\right)\right)=-17$$
Factoring let us with $$x^3+19x^2-109x-2431=(x+17)(x^2+2 x-143)=0$$ and the quadratic is easy to solve for the other roots $(x=11,x=-13)$.