A number pattern with the rule 6n, where n represents the position of the number in the pattern.

What are the first five numbers of the pattern?

6,12,18,24, ... 6n

6,12,18,28,30

To find the numbers in the pattern with the rule 6n, we need to substitute different values of n into the rule.

The position of a number in the pattern is represented by n. So, let's substitute the values of n from 1 to 5 into the rule and calculate the corresponding numbers.

For n = 1:
The number = 6 * 1 = 6

For n = 2:
The number = 6 * 2 = 12

For n = 3:
The number = 6 * 3 = 18

For n = 4:
The number = 6 * 4 = 24

For n = 5:
The number = 6 * 5 = 30

Therefore, the first five numbers of the pattern with the rule 6n are: 6, 12, 18, 24, 30.