Tagged Questions
1
vote
2answers
71 views
The Game of Nim alternative solutions
Nim has a mathematical solution which uses binary number system and addition modulo 2.I was wondering if there is an alternative solution to this game or at least another interpretation of the ...
0
votes
1answer
30 views
How would I take multiple single bit binary numbers and convert it into a single binary array number?
So lets say I have these:
101010101001
Now lets also say I didn't count them you should count binary, lets say I counted that number at 6 because their are 6 1s and the 0s don't count. Now how would ...
1
vote
2answers
189 views
Where does binary arithmetic/manipulation enter the mathematics/engineering curriculum?
Binary arithmetic is both an educational basis for elementary logic and an pervasive tool for practical mechanics in managing computer systems (at a very particular level). That is the state of ...