fix phrasing
This commit is contained in:
parent
8111abfd4d
commit
770853e3af
|
@ -9,7 +9,7 @@
|
||||||
"\n",
|
"\n",
|
||||||
"This problem can be solved with a scientific calculator!\n",
|
"This problem can be solved with a scientific calculator!\n",
|
||||||
"\n",
|
"\n",
|
||||||
"We're looking at [Fibonacci numbers](https://en.wikipedia.org/wiki/Fibonacci_sequence) again, after last seeing them in [problem 2](https://projecteuler.net/problem=2). Our goal is to find the first 1000 digit number in the sequence. Mathematically, we can state this is as the lowest $n$ such that\n",
|
"We're looking at [Fibonacci numbers](https://en.wikipedia.org/wiki/Fibonacci_sequence) again, after last seeing them in [problem 2](https://projecteuler.net/problem=2). Our goal is to find the index of the first 1000 digit number in the sequence. Mathematically, we can state this is as the lowest $n$ such that\n",
|
||||||
"$$1+\\log{F_n} \\geq 1000$$\n",
|
"$$1+\\log{F_n} \\geq 1000$$\n",
|
||||||
"(Here, $\\log$ is the base 10 logarithm).\n",
|
"(Here, $\\log$ is the base 10 logarithm).\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|
Loading…
Reference in New Issue