12 24, 48,96,____,____ find the next two numbers 1,1,2 ,3 _____,_____ find the next two numbers

multiply last term by 2 to get the next

add last two terms to get the next

That's it

To find the next two numbers in the sequence 12, 24, 48, 96, _____, _____, we can look for a pattern in the numbers.

If we observe closely, we can see that each number is obtained by doubling the previous number. For example:
24 = 12 * 2
48 = 24 * 2
96 = 48 * 2

Using this pattern, we can find the next two numbers:
192 = 96 * 2
384 = 192 * 2

Therefore, the next two numbers in the sequence are 192 and 384.

Now, let's move on to the sequence 1, 1, 2, 3, _____, _____.

In this sequence, we can observe that each number is obtained by adding the previous two numbers. For example:
2 = 1 + 1
3 = 2 + 1

Using this pattern, we can find the next two numbers:
5 = 3 + 2
8 = 5 + 3

Therefore, the next two numbers in the sequence are 5 and 8.