If a matrix has 8 elements, what are the possible number of orders it can have?
Open in App
Solution
We know that if matrix is of order m × n, it has mn elements, we will find all ordered pairs of natural numbers, whose product is 8. Thus, all possible ordered pairs are (1, 8), (8, 1), (4, 2), (2, 4) Hence, possible order are 1×8,8×1,4×2,2×4