Multiply the following matrix with the given scalar. 3 [ 9 8

10 4
6 5

[ 27 24

30 12
18 15 ]

SHOW WORK

Given matrix:

[ 9 8
10 4
6 5 ]

Scalar: 3

To multiply a matrix by a scalar, we simply multiply each element of the matrix by the scalar:

3 * [ 9 8 ] = [ 3*9 3*8 ] = [ 27 24 ]
[ 10 4 ] [ 3*10 3*4 ] [ 30 12 ]
[ 6 5 ] [ 3*6 3*5 ] [ 18 15 ]

Therefore, the result of multiplying the given matrix by the scalar 3 is:
[ 27 24
30 12
18 15 ]