Factors and Multiples
Use arrays to find all the factors of 8. Make as array with 8 squares.
If the array contains 2 rows of 4 squares each. So, 2 and 4 are both factors of 8. Make a different array with 8 squares.
An array with 1 row of 8 contains 8 squares. So, 1 and 8 are both factors of 8. So, the factors of 8 are: 1, 2, 4, and 8.
Learn more about factors and multiples by reading the explanation below.