Eniac
-
- Forum Admin
- Posts: 496
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany
So what do we know from the challenge? It is a 10*10 abacus, which means it has 100 beads. This plus the name of the challenge seems to indicate that we should use base 10 for this challenge (ENIAC did computations with base 10 numbers, not base 2 like most computers). Now the question is, which value does a bead have? Are they the same for each row, or maybe different?
If all beads have the same value of 10^0 = 1, then the highest number which can be represented is 100*10^0 = 100. But that is not accepted as the solution.
The solution is also not that each row's value is 10 times the value of the previous row. That would give us 10 * (10^0 + 10^1 + 10^2 + 10^3 + 10^4 + 10^5 + 10^6 + 10^7 + 10^8 + 10^9) = 11111111110. Which is also not accepted as the solution.
Is there an error in my conclusions (which is entirely possible), or is there an error in the challenge itself, as some posts in this thread seem to indicate?
If all beads have the same value of 10^0 = 1, then the highest number which can be represented is 100*10^0 = 100. But that is not accepted as the solution.
The solution is also not that each row's value is 10 times the value of the previous row. That would give us 10 * (10^0 + 10^1 + 10^2 + 10^3 + 10^4 + 10^5 + 10^6 + 10^7 + 10^8 + 10^9) = 11111111110. Which is also not accepted as the solution.
Is there an error in my conclusions (which is entirely possible), or is there an error in the challenge itself, as some posts in this thread seem to indicate?
Once you know where the catch is in this puzzle, it is pretty straight to solve. Although I solved this puzzle in march 2009, I could pretty easily find back the solution in a few seconds (and a calculator at hand).
In itself, the puzzle is flawed because it is possile to represent a lot more numbers with it than the correct answer. As long as you utilize a good coding scheme, you can represent very big numbers.
Maybe to claify things a bit, imagine the bars of the abacus are shaped like this /\, so that beads will always be on the left against the wood, or to the right. I don't think that with this restriction, you can get a higher number then the real answer (for others, feel free to disaprove me)
Imagine using (or if possible use) an abacus like this. Maybe you will find a solution to this answer.
In itself, the puzzle is flawed because it is possile to represent a lot more numbers with it than the correct answer. As long as you utilize a good coding scheme, you can represent very big numbers.
Maybe to claify things a bit, imagine the bars of the abacus are shaped like this /\, so that beads will always be on the left against the wood, or to the right. I don't think that with this restriction, you can get a higher number then the real answer (for others, feel free to disaprove me)
Imagine using (or if possible use) an abacus like this. Maybe you will find a solution to this answer.
I have been working on this for more than 2,5 years, just solved it... after many clever and not-so-clever ways to represent huge numbers with it.
Perhaps a hints: as said above, the abacus is used the most simple way you could think of as you might have learned in your first year in school... but you have to omit redundancies, than you'll be fine.
Perhaps a hints: as said above, the abacus is used the most simple way you could think of as you might have learned in your first year in school... but you have to omit redundancies, than you'll be fine.
-
- Forum Admin
- Posts: 496
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany
Well... I'm not sure if I am really much wiser from your explanationKarian wrote: Maybe to claify things a bit, imagine the bars of the abacus are shaped like this /\, so that beads will always be on the left against the wood, or to the right.
But I will follow your advice given in the other thread, and let this challenge rest for some time, and after a while I am going to try again.
Thank you for helping me, and for confirming that this challenge is erroneous.
Hm, in my opinion the most simple way to use it would be to let each bead have a value of 1, but since that is not the solution... okay, like I said, I will let it rest for now.rmplpmpl wrote: Perhaps a hints: as said above, the abacus is used the most simple way you could think of as you might have learned in your first year in school... but you have to omit redundancies, than you'll be fine.
If you check the previous posts, you can have a lot of ways of interpreting the position of the beads. based on this, you can get pretty large numbers. My indication about the shape is just to only allow to groups of beads per row, one touching the left side and one touching the right. With this limitation, you should be able to get to the correct solution.
Giving all the value of 1 isn't the solution, since you already stated a better way of interpreting a configuration as a number with your second example. But this still isn't the most optimal way.
Giving all the value of 1 isn't the solution, since you already stated a better way of interpreting a configuration as a number with your second example. But this still isn't the most optimal way.
-
- Forum Admin
- Posts: 496
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany
Actually I thought that this is how it's always done with an abacus - there are never three or more groups per row, just one (touching either the left, or the right side) or two (with one group touching the left side, and the other touching the right side). The videos which one can search for on the Internet seem to show people moving beads all the way to either side; not stopping in the middle of a row, thus not letting one or more beads stay in-between. I could be mistaken but that is how I perceive it.Karian wrote:My indication about the shape is just to only allow to groups of beads per row, one touching the left side and one touching the right.
-
- Forum Admin
- Posts: 496
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany
-
- Forum Admin
- Posts: 496
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany