So, for example, if I had a polynomial of order $5$, such as $$(10x^5 -3x^3 + 120x - 30) = 0$$ how would I figure out exactly how many real roots it has?
I understand that it can have maximum $5$ real roots, and it can have $3$ or $1$ real roots, as complex numbers come in conjugate pairs however I cannot figure out how to the exact number.
I would need to do this without a calculator.
Thank you.
EDIT: Apologies, I gave the wrong powers, this has now been amended
^2$$f(x)=10x^5-3x^3+120x-30\implies f'(x)=50x^4-9x^2+120= 50y^2-9y+120>0,$$ as $B^2<4AC.~$ So this polynomial is an increasing function it can have at most one real root. Also it being odd ordered $f(-\infty)<0, f(\infty)>0$. So by intermediate value theorem it will have one real root. So the given polynomial equation ha only one real root.