the sequence of Fibonacci numbers is defined as follows: $x_1=1, x_2=1$, and, for $n>2, x_n=x_{n-1} + x_{n-2}$. Prove that
$$ x_n=\frac{1}{\sqrt{5}}\left[\left(\frac{1+\sqrt{5}}{2}\right )^n - \left (\frac{1-\sqrt{5}}{2}\right )^n\right ] $$ for every natural number $n$.
With induction, you are given the formula. So you simply have to show it holds for the base case(s), and then use the formula for n and n+1 to show it holds for n+2. You might want to review induction for easier problems.
Don't feel like you have to come up with that formula for $X_n$ out of nowhere, which is harder than just showing it works.