Respuesta :
Modeling the above problem in matrix form we have,
[3 5;9 7]*[x y]'=[49 77]'
AX=b
X=inv(A)*b
X=[1.7500 8.7500]'
ie x=1.7500 and y=8.7500
[3 5;9 7]*[x y]'=[49 77]'
AX=b
X=inv(A)*b
X=[1.7500 8.7500]'
ie x=1.7500 and y=8.7500