Darn.. I'm not going to buy a scientific calculator to solve this :|
Comment has been collapsed.
try www.wolframalpha.com ;) far more powerful than the calculator
Comment has been collapsed.
it looks like a great puzzle but i need a paper, a pencil and some free time to solve this.
well, i got free time.
looks around for paper and pencil
meh
Comment has been collapsed.
since i am a computer scientist, i did choose appropriate numbers to prevent solutions by simple programs ;)
do not try to calculate the 12345678901234567890th fibonacci number unless you have the ~500 petabytes of memory to store it ;) - you only need the first 10 digits for the solution ;)
the first part can be done with pure paper+pencil - or with the computer
Comment has been collapsed.
Can you give more detailed instructions for the first question? Is the colon supposed to be an operator (division maybe)? And is going down supposed to be subtraction? What is the relationship between the numbers supposed to be? And are there any rules about repeating digits within each number?
Comment has been collapsed.
Well, I solved question number 3 but that's it, haha. This puzzle definitely is nothing for me.
Comment has been collapsed.
Can't say if really too hard, didn't start solving yet - not enough free time (good it's 3 weeks long, as it is nice puzzle). After quick glance, it looks that with hints shouldn't be that hard (I didn't know there are different notations for Q1). I'll definitely give it a go - i like math :)
Comment has been collapsed.
no leading 0s?
as far as i know the is only one solution.
solution fits scheme in every line?
if you want, you can add me in steam and post your solution via steam chat, so i can check it and give you the link if there really is a second solution fitting the scheme correctly
Comment has been collapsed.
first hint of Q2:
try not to calculate the actual fibonacci number (you would need about 500 petabytes of memory just to store it / more than all paper on the world to write it down)
since i am a computer scientist, i did choose the numbers to prevent such solution attemts ;)
Comment has been collapsed.
40 Comments - Last post 50 minutes ago by Petrucius
1,518 Comments - Last post 1 hour ago by ayuinaba
16,291 Comments - Last post 1 hour ago by WaxWorm
517 Comments - Last post 2 hours ago by Marius11
372 Comments - Last post 2 hours ago by Marius11
449 Comments - Last post 2 hours ago by Marius11
55 Comments - Last post 5 hours ago by XfinityX
67 Comments - Last post 3 minutes ago by Mhol1071
32 Comments - Last post 7 minutes ago by CultofPersonalitea
7 Comments - Last post 11 minutes ago by m0r1arty
73 Comments - Last post 13 minutes ago by greddo
4,700 Comments - Last post 16 minutes ago by CultofPersonalitea
196 Comments - Last post 26 minutes ago by samwise84
38 Comments - Last post 37 minutes ago by Zarddin
here is the correct version
link to private ga inside for solvers ;)
have fun
edit: i hat a little error in the second one (forgot to divide by sqrt(5)), puzzle link updated to correct version
hints:
Q1
it is a division scheme, i just saw there are some other notations, so just compare wikipedia articles german and english to get the right notation (which is the german one)
try to narrow down the possible numbers for each line by using the structure of the scheme, it can be solved analytically with pen and paper
another digit is only "pulled down", if the current number is smaller than the divisor, so in every line of the scheme the number is smaller than 10 times the divisor
there is an (almost) correct solution i consider as correct enough to be accepted as a solution, you may enter it here to get the correct one
Q2
try not to calculate the actual fibonacci number (you would need about 500 petabytes of memory just to store it / more than all paper on the world to write it down)
you need sqrt(5) somewhere in the calculations
wiki article might help
all calculations can be done with http://www.wolframalpha.com
solution_Q2
Comment has been collapsed.