9.2k views
4 votes
draw an array to show how to arrange 20 chairs into 5 equal rows. Explain what each part of the array represents.

User Art F
by
7.9k points

1 Answer

1 vote
Since there are 20 chairs and should be arrange into 5 equal rows. So the number of chairs in each row is equal to 20 / 5 which equal to 4. so let x represent a chair in the array. so the drawing should be like:
x x x x
x x x x
x x x x
x x x x
x x x x
User IsAif
by
9.3k points