Questions: Arrays

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A farmer plants tomatoes in an array with 3 rows and 5 plants in each row. A neighbor says she can describe the same garden as '5 rows of 3.' Who is right?

AOnly the farmer — you must count rows first, then plants in each row
BOnly the neighbor — 5 is bigger so it should be the number of rows
CBoth are right — you can describe the same array by its rows or its columns and get the same total
DNeither — the array has 3 rows, so it can only be called a 3-by-5 array
Question 2 Multiple Choice

You see 12 apples arranged in an array. Which of the following is NOT a valid way to arrange them?

A2 rows with 6 in each row
B3 rows with 4 in each row
C4 rows with 3 in each row
D5 rows with 2 in each row
Question 3 True / False

A 4-by-6 array and a 6-by-4 array contain different numbers of objects.

TTrue
FFalse
Question 4 True / False

An array is any rectangular group of objects, even if some rows have different numbers of objects.

TTrue
FFalse
Question 5 Short Answer

Why can you describe the same array as '3 rows of 4' and also as '4 rows of 3'? What does this reveal about multiplication?

Think about your answer, then reveal below.