Asked by HELP PLS

Solve the system of equations using a matrix.

{ x + 7y = 12
{ 2x - y = 9

Answers

Answered by oobleck
you have AX = B
where
A =
(1 7)
(2 -1)

X =
(x)
(y)

and B =
(12)
(9)
Since AX = B, X = A<sup><sup>-1</sup></sup>B
A<sup><sup>-1</sup></sup> = 1/15 * A
and so
(x y) = (5 1)
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions