If a matrix has 24 elements, what are the possible orders it can have? What if, it has 13 elements?
If a matrix has 24 elements, what are the possible orders it can have? What if, it has 13 elements?
Official Solution
VVidaara Team
✓ Verified solution
NCERT & Exemplar
.:
We know that a matrix of order m × n, has mn elements.
Thus, all possible ordered pairs are (1, 24), (24, 1), (2, 12), (12, 2), (3, 8), (8, 3), (4, 6), (6, 4).
The matrix with 13 elements has possible order 1 × 13 and 13 × 1.
Community Answers (0)
Log in to post your own answer or join the discussion.
No comments yet — start the discussion.