Respuesta :
Number pattern are numbers that follows a defined rule. The number pattern that begins with 1, where every other number is multiplied by 2 is: 1, 2, 4. 8 and 16
To create a pattern, you must have a starting point.
This starting point is represented as [tex]T_1[/tex] ---- the first term
From the question, the next term is 2 times the current term
i.e.
[tex]T_2 = 2 \times T_1[/tex]
Rewrite as:
[tex]T_2 = 2 \times T_{2-1}[/tex]
We can define the rule of the pattern as:
[tex]T_{n+1} = 2 \times T_{n}[/tex] where [tex]n \ge 1[/tex]
Given that the first term is 1, the next terms are:
[tex]T_2 = 2 * 1 = 2\\[/tex]
[tex]T_3 = 2 * 2 = 4[/tex]
[tex]T_4 = 2 * 4 = 8[/tex]
[tex]T_5 = 2 * 8 = 16[/tex]
So, the pattern is: 1, 2, 4. 8 and 16
Read more about number patterns at:
https://brainly.com/question/22210269