find the pattern: 3,10,31,(),(),()

1 answer

To find the pattern, let's analyze the given numbers:
3, 10, 31

From 3 to 10, we see that each number is multiplied by 3 and then has 1 added to it.
From 10 to 31, we see that each number is multiplied by 3 and then has 1 added to it.

Therefore, the pattern is multiplying each number by 3 and then adding 1.

Using this pattern, we can continue:
31 * 3 + 1 = 94
94 * 3 + 1 = 283
283 * 3 + 1 = 850

Hence, the pattern continues as follows:
3, 10, 31, 94, 283, 850