document.write( "Question 62928: I am doing work on the fabonacci sequence and one particular formula states
\n" ); document.write( " http://upload.wikimedia.org/math/1/a/d/1ad54a3830f7ca7ad0c9295f115e5cd8.png
\n" ); document.write( " However, when entering in n, i just get back the number n I started with, not the n as in the actual number in the sequence. Help please
\n" ); document.write( "

Algebra.Com's Answer #43760 by joyofmath(189)\"\" \"About 
You can put this solution on YOUR website!
Let me give you an example of the use of the formula and see if that helps.\r
\n" ); document.write( "\n" ); document.write( "The first 10 terms of the Fibonacci sequence are 1,1,2,3,5,8,13,21,34, and 55.
\n" ); document.write( "So, \"F%5B10%5D=55\".\r
\n" ); document.write( "\n" ); document.write( "Let's see if we can get that with the formula \"F%5Bn%5D+=+%28p%5En-%281-p%29%5En%29%2Fsqrt%285%29\" where p is phi, the Golden Ratio, which = \"%281%2Bsqrt%285%29%29%2F2\" = approximately \"1.618034\" and \"n=10\".\r
\n" ); document.write( "\n" ); document.write( "Also, it's useful to compute \"sqrt%285%29\" = approximately \"2.236068\".\r
\n" ); document.write( "\n" ); document.write( "I got both the values above using a calculator.\r
\n" ); document.write( "\n" ); document.write( "Now, when n=10, \"F%5B10%5D+=+%281.618034%5E10-%281-1.618034%29%5E10%29%2F2.236068\".\r
\n" ); document.write( "\n" ); document.write( "\"1.618034%5E10+=+122.991878\".
\n" ); document.write( "\"%281-1.618034%29%5E10+=+.008136\".
\n" ); document.write( "\"%281.618034%5E10-%281-1.618034%29%5E10%29+=+122.983742\".
\n" ); document.write( "Finally, \"%281.618034%5E10-%281-1.618034%29%5E10%29%2F2.236068+=+55.00000\".\r
\n" ); document.write( "\n" ); document.write( "So, we also get 55 by the formula.\r
\n" ); document.write( "\n" ); document.write( "Let me know if you still need help.
\n" ); document.write( "
\n" );