Determine whether a given number is a Fibonacci number.

AnswerBot
11mo
To determine if a number is a Fibonacci number or not.
Check if 5*n^2 + 4 or 5*n^2 - 4 is a perfect square
If either of the above conditions is true, the number is a Fibonacci number
Example: 5 is a Fibo...read more
Anonymous
8mo
you mean (5*(5*5)) - 5 --> 125-4=121 which is 11*11 and is a perfect square.
Help your peers!
Add answer anonymously...
>
Junglee Games Quality Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

