I was reading the book "Famous Puzzles of Great Mathematicians" and in page 13 it states that:
Since the influence of the second term $((1-\sqrt{5})/2)^n/\sqrt{5}$ in the explicit formula for the nth term in fibonacci sequence $F_n=\frac{1}{\sqrt{5}}\left[(\frac{1+\sqrt{5}}{2})^n-(\frac{1-\sqrt{5}}{2})^n\right]$ is negligible because $|(1-\sqrt{5})/2|<1$, it is sufficient to calculate the first term $((1+\sqrt{5})/2)^n/\sqrt{5}$ and round off the result to the nearest integer to obtain the exact(integer) value of $F_n$. To be more exact, $$F_n=\Bigg\lfloor{\frac{1}{\sqrt{5}}\left[\left(\frac{1+\sqrt{5}}{2}\right)^n+\frac{1}{2}\right]}\Bigg\rfloor.$$
My problem is that I can't fill the gaps for example where does $+\frac{1}{2}$ come from? I saw this related question but the thing is that already assumes the solution and reverse engineering doesn't answer me.