Problem: Prove that $\sqrt{2}+\sqrt{3}$ is irrational. The book where I encountered this problem had the following hint:
We make a polynomial with integer coefficients called $f(x)$ that $f(\sqrt{2}+\sqrt{3})=0$. (Why?)
Accepting this I solved the problem like this: If $x=\sqrt{2}+\sqrt{3}$ then $x^2=5+2\sqrt{6}$ and so $(x^2-5)^2=24$ thus: $$x^4-10x^2-1=0$$ But I want to know the reason that we should do this.
The rational root theorem, states that if a rational number solves a given polynomial equation with integer coefficients, then it must be possible to write that number as $\frac pq$ where $p$ is an integer that divides the constant term, and $q$ is an integer that divides the highest-degree coefficient.
In this case we only need to check $\pm 1$, which clearly does not solve the equation. Thus there are no rational numbers that solves $x^4 - 10x^2 - 1 = 0$.