Respuesta :

Answer:

[4  -2  -19]

[-1   1     8]

Step-by-step explanation:

[ 2 5]    *   [a b c]    =   [3 1 2]

[ 1  3]         ld e f]          [1 1 5]

[2a+5d 2b+5e 2c+ 5f]   =   [3 1 2]

[a+3d    b + 3e   c + 3f]       [1 1 5]

Solving systems of equations:

2a + 5d = 3

a + 3d    = 1

2a + 6d = 2

Subtract -d = 1 so d = -1

and a = 1 - 3d = 1 - 3(-1) = 4

So d = -1 and a = -4.

In the same way we find that b = -2, e = 1, c = -19, f = 8.