Simply press the start button. And it will try to solve 3n+1
What is 3n+1. This is a problem that is very simple, but it said to been impossible. This program will attempt to solve the problem. To solve 3n+1 yourself, simply choose a number between 1-∞, then apply this. If the Number is Even : Divide it by Two If the Number is Odd : Multiple it by 3, then add 1. Rinse and repeat the steps above, in practice this will lead the answer to becoming 1. Once it reaches 1 it will loop. It will become 4 if you apply the steps. Then eventually dive to 1. If you can solve this, it should not go to one, no matter how many steps you apply. What this machine will try to solve is if a number can loop into itself. So that when you apply the steps it will loop back onto itself before reaching 1