Use a strategy for the following problem(and I seriously need help!!):

In a sequence of numbers, each number in the sequence is called a term. In the sequence 1, 3, 5, 7, 9, the first term is 1, the second term is 3, the third term is 5, the fourth term is 7 and the fifth term is 9. In another sequence, the first term is 26. If a term in the sequence is even, then the next term will be half the value of that term. If a term in the sequence is odd, then the next term in the sequence is one more than three times that term. By following these rules, the first three terms of this sequence are 26, 13 and 40. Is the twenty-sixth term of the sequence odd or even. Justify your answer.

Respuesta :

Answer: The 26th term in the sequence will be a 1, which is odd.

The best way to solve this problem is just create the list of terms that goes up to the 26th place. Don't worry, you will soon see a patter.

Remember the rules: If it's even, cut it in half. If it's odd, multiply by 3 and add 1.

So here is our list:  26  13  40 20  10  5  16  8  4  2  1 4  2  1  4  2  1 ...
Once you get to this point, the pattern will just continue with 4 2 1
And in the 26th place, you will see a 1.