Respuesta :

Answer:

The answer is C.

Step-by-step explanation:

4(.032) + 3(2.458) = 7.502

7(.032) + 9(1.531) = 14.003

4(2.458) - 1.531 = 8.301

The solutions to the system of equation are x = 0.032, y = 2.458, z = 1.531 after using the inverse matrix method option (C) is correct.

What is the matrix?

It is defined as the group of numerical data, functions, and complex numbers in a specific way such that the representation array looks like a square, rectangle shape.

We have a system of equations:

4x + 3y = 7.5

7x + 9z = 14

4y - z = 8.3

First we have to write above system of equation in the form of:

AX = B

[tex]\rm X = A^{-1}B[/tex]

Where A, X and B are the matrix such that:

[tex]\rm A = \left[\begin{array}{ccc}4&3&0\\7&0&9\\0&4&-1\end{array}\right][/tex]

[tex]\rm X = \left[\begin{array}{c}x\\y\\z\end{array}\right][/tex]

[tex]\rm B = \left[\begin{array}{c}7.5\\14\\8.3\end{array}\right][/tex]

[tex]\rm \left[\begin{array}{ccc}4&3&0\\7&0&9\\0&4&-1\end{array}\right] \left[\begin{array}{c}x\\y\\z\end{array}\right] \rm = \left[\begin{array}{c}7.5\\14\\8.3\end{array}\right][/tex]

Now find the determinant of matrix A

|A| = -123

[tex]\rm A^{-1}= \dfrac{Adj(A)}{Det(A)}[/tex]

After calculating, we will get:

x = 0.032, y = 2.458, z = 1.531

Thus, the solutions to the system of equation are x = 0.032, y = 2.458, z = 1.531 after using the inverse matrix method

Learn more about the matrix here:

brainly.com/question/9967572

#SPJ2