Make 3 arrays for 36.

18 x 2

6 x 6
12 x 3
9 x 4

Is that enough?

Thanks :)

Thanksssss

OK thanks

Xxxtentacein

It’s okay

To make 3 arrays for the number 36, we can create arrays with different arrangements of elements. Here are three examples:

1. Array 1: [36, 0, 0]
- In this array, we have assigned the value 36 to the first element and set the remaining elements to 0.

2. Array 2: [12, 12, 12]
- Here, we have evenly divided the value 36 into three equal elements, each with a value of 12.

3. Array 3: [18, 10, 8]
- In this array, we have chosen three random numbers that add up to 36, such as 18, 10, and 8.

Please note that these are just examples, and there are many other possible combinations and arrangements when creating arrays for a given number.