solve the matrix equation below. What is the value of x in the new matrix?

The new matrix that is formed by the 3A + B is given below. Then the value of x is 102.
[tex]\begin{bmatrix} w & z \\y & z \\\end{bmatrix} = \begin{bmatrix} 46 & 102 \\15 & -2 \\\end{bmatrix}[/tex]
A matrix is a specific arrangement of items, particularly numbers. A matrix is a row-and-column mathematical structure. The [tex]a_{ij }[/tex] element in a matrix, such as M, refers to the i-th row and j-th column element.
The matrices are given below.
[tex]\rm A = \begin{bmatrix}9 & 27 \\0 & 6 \\\end{bmatrix}\\\\\\B = \begin{bmatrix}19 & 21 \\15 & -20\\\end{bmatrix}[/tex]
Then the new matrix is given as 3A + B. Then we have
[tex]\rm 3A + B =\begin{bmatrix} w & z \\y & z \\\end{bmatrix}\\\\\\3A + B =3 \times \begin{bmatrix}9 & 27 \\0 & 6 \\\end{bmatrix} + \begin{bmatrix}19 & 21 \\15 & -20\\\end{bmatrix}\\\\\\3A + B = \begin{bmatrix}27& 81\\0 & 18\\\end{bmatrix} + \begin{bmatrix}19 & 21 \\15 & -20\\\end{bmatrix}\\\\\\3A + B = \begin{bmatrix} 46 & 102 \\15 & -2 \\\end{bmatrix}[/tex]
More about the matrix link is given below.
https://brainly.com/question/9967572
#SPJ1