Multiply the matrix by the scalar 0.25. Find the element in the first row , second column of the answer.

[20 -12]]
[16 -24

[20*0.25 -12*0.25]

[16*0.25 -24*0.25]

[5 -3]
[4 -6]

The element in the first row, second column is -3.