Start at 5. Create a pattern that multiplies each number by 2. Stop when you have 4 numbers.

322

To create a pattern that multiplies each number by 2 starting from 5 and stopping at 4 numbers, you can follow these steps:

1. Start with the number 5.
2. Multiply 5 by 2 to get the next number in the pattern: 5 x 2 = 10.
3. Continue multiplying the previous number in the pattern by 2 to get the next number: 10 x 2 = 20.
4. Repeat the process one more time: 20 x 2 = 40.

Now, we have a pattern with 4 numbers, which are 5, 10, 20, and 40.

Create a pattern

Start at 5, create a pattern that multiplies each number by 5. Stop when you have 5 numbers.