Consider all options:
1. You can multiply a matrix of any size by a scalar. This option is true, because the rule of multiplication matrix by the number k, where k≠0 (according to definition) is
2. For any matrix A, 1 × A = A. This option is true, because according to previous definition
3. For any scalar r, rI = I, where I is the identity matrix. This option is false, for example
4. You can scale geometric figures using scalar multiplication. Geometric figures consists of points and their coordinates can be considered as matrices. Using scalar multiplication to these matrices you'll get coordinates of image figures.
This option is true.
5. Scalar multiplication is a shortcut for repeated addition of the same matrix. While adding matrices you add the corresponding numbers ( to ), then for each matrix's element you can use multiplication as a shortcut for repeated addition and then get multiplication as a shortcut for repeated addition for whole matrix.
6. Scalar multiplication is not possible for matrices that are not square. This is not true, because the definition says that multiplication matrix by a scalar is possible for all matrices.
Answer: correct options are 1, 2, 4 and 5.