Skip to main content
All resources

Resources · Education

What Is an Array in Math?

An array is a set of objects arranged in equal rows and equal columns. Four rows of six counters is a 4 by 6 array holding 24 counters, and the total is always rows times columns. This guide covers the definition, how an array turns multiplication and division into something you can count, why rotating one proves 4 × 6 = 6 × 4, the way a number’s possible arrays are exactly its factor pairs, and how an array differs from a matrix and an area model.

6 min read

Blake Boege
Blake BoegeFounder, Calculator AnswersPublished August 23, 2026

What is an array in math?

An array is a set of objects arranged in equal rows and equal columns. Four rows of six counters is a 4 by 6 array, and it holds 24 counters.

The word describes the arrangement, not the objects. Dots, counters, squares and tiles all make arrays; what matters is that every row has the same number of items and every column does too. A ragged arrangement is not an array.

• • • • • •
• • • • • •
• • • • • •
• • • • • •

A 4 × 6 array. Four rows, six columns, 24 dots. Rows are named first by convention, so this is “four by six” and not “six by four”.

Arrays are taught early because they turn multiplication from a rule to be memorised into a picture that can be counted. The total is the number of rows times the number of columns, and you can check it by counting the dots.

How an array shows multiplication

Every array states a multiplication fact twice over, once by rows and once by columns.

  1. Count the rows. Four.
  2. Count the columns. Six.
  3. Multiply. 4 × 6 = 24.
  4. Turn the array a quarter turn and it becomes six rows of four. Still 24 dots; not one has been added or removed.

That last step is a proof rather than a demonstration. Rotating the picture cannot change how many dots are in it, so 4 × 6 and 6 × 4 must be equal. This is the commutative property of multiplication, and the array is the reason it is obvious rather than something to take on trust.

The same picture also explains division. Twenty-four dots dealt into four equal rows gives six per row, so 24 ÷ 4 = 6. The array does not change; only the question asked of it does.

Arrays and factors are the same list

Ask how many different arrays a number can make and you have asked for its factor pairs.

Every array that 24 objects can form
ArrayTotalFactor pair
1 × 24241 and 24
2 × 12242 and 12
3 × 8243 and 8
4 × 6244 and 6

Four arrays, four factor pairs, and the same four read backwards give the rotations. Listing arrays and listing factors are one activity, which is why classrooms use counters for both. The guides to factors and to products cover the same relationship in words rather than dots. The factor calculator produces the same list without the counters.

This gives a picture of what a prime number is. Seven objects can be arranged as 1 × 7 and in no other way, because no other whole numbers multiply to 7. A prime is a number with only the one boring array. A square number is the opposite kind of special case: 16 makes a 4 × 4 array, and being able to form a genuine square is what the name records.

Array vs matrix vs area model

Three closely related ideas that arrive at different points in a curriculum.

Three ways of arranging in rows and columns
What it holdsWhat you do with it
ArrayObjects, dots or squaresCount them; read off a multiplication fact
Area modelA rectangle, not separate objectsMultiply length by width, including decimals
MatrixNumbers, in named positionsAdd, multiply and transform with them

An array is the concrete version, an area model is the continuous version, and a matrix is the algebraic version. A 2 × 3 matrix has two rows and three columns and so holds six entries, counted exactly as an array of dots would be. The matrix calculator operates on that grown-up form.

In programming the word means something related but looser: an array there is an ordered list, and a list of lists is called a two-dimensional array precisely because it is laid out in rows and columns like this one. Same picture, different subject.

Worked examples

  1. Find the total. An array has 4 rows and 6 columns. Total is 4 × 6 = 24.
  2. Find a missing side. An array of 24 objects has 3 rows. Columns are 24 ÷ 3 = 8.
  3. Count the possible arrays. For 24 there are four distinct shapes: 1×24, 2×12, 3×8, 4×6. For 7 there is only 1×7, because 7 is prime.
  4. Recognise a square. 16 objects make a 4 × 4 array, so 16 is a square number.

The second of those is the one that carries forward. Being handed a total and one side and asked for the other is division dressed as arrangement, and it is the same question a rectangle area problem asks later on.

Common mistakes

  • Counting one by one. The point of an array is that you do not have to. Rows times columns.
  • Naming columns before rows. The convention is rows first, so a 4 by 6 array has four rows.
  • Calling an uneven arrangement an array. Every row must hold the same number, and so must every column.
  • Treating 4 × 6 and 6 × 4 as different totals. They are the same array turned a quarter turn.
  • Confusing an array with a matrix. An array holds objects to be counted; a matrix holds numbers to be operated on.

Quick summary

  • An array is objects in equal rows and equal columns.
  • Rows are named first: a 4 by 6 array has 4 rows, 6 columns and 24 objects.
  • Total = rows × columns, which is why an array models multiplication.
  • Rotating an array proves 4 × 6 = 6 × 4.
  • The arrays a number can form are exactly its factor pairs; a prime has only one.
  • A matrix is the same layout holding numbers instead of objects.

The factor calculator lists every factor pair, which is the same list as every array a number can form, and the matrix calculator works with the algebraic version of the same grid.

Run the numbers

Frequently asked questions

An array is a set of objects arranged in equal rows and equal columns. Four rows of six counters is a 4 by 6 array holding 24 counters. The word describes the arrangement rather than the objects.

Count the rows, count the columns and multiply. A 4 by 6 array holds 4 x 6 = 24 objects, and you can check by counting the dots. That is what makes multiplication something to see rather than memorise.

Turning the array a quarter turn makes it six rows of four instead of four rows of six. Rotating a picture cannot change how many dots are in it, so both must equal 24. That is the commutative property.

Four distinct shapes: 1 by 24, 2 by 12, 3 by 8 and 4 by 6, plus the same four rotated. They are exactly the factor pairs of 24, because asking which arrays a number can form is asking for its factors.

Only one: 1 by the number itself. Seven objects can be arranged as 1 by 7 and no other way, which is what makes 7 prime.

The layout is the same but the contents differ. An array holds objects to be counted; a matrix holds numbers in named positions that can be added, multiplied and used to transform. A 2 by 3 matrix has six entries, counted exactly as an array of dots would be.

Rows. A 4 by 6 array has four rows and six columns. The convention matters when a question asks you to draw a specific array rather than just find a total.

An ordered list of values. A list of lists is called a two-dimensional array precisely because it is laid out in rows and columns like the mathematical kind. The picture is shared; the subject is not.

Divide. An array of 24 objects with 3 rows has 24 divided by 3, which is 8 columns. It is the same question a rectangle area problem asks later on.