Multiply the following matrix with the given scalar. (1 point)

3 {9 8}
{10 4}
{6 5}

ANSWER

[27 20]
[30 12]
[18 20]

[12 11]
[13 7]
[9 8]

[27 24]
[30 12]
[18 15]

[24 27]
[12 30]
[15 18}

The correct answer is:

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

show work

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

Given matrix:
[9 8]
[10 4]
[6 5]

Scalar: 3

Calculating the scalar multiplication:
3 * [9 8] = [27 24]
[10 4] [30 12]
[6 5] [18 15]

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