On the board is written the number of positive integer "n". In next step we write a new number. If n is even, then we write the number n / 2. If n is odd, then select the 3n + 1 or 3n-1 and write on the blackboard. Can we get the number 1 (always) after many steps ? and why? What rule is used ...