Question
Question: Solve the following equations by reduction method: 2x + y = 5, 3x + 5y = –3...
Solve the following equations by reduction method: 2x + y = 5, 3x + 5y = –3
Solution
Hint: We had to only write the given equations in the form of AX = B, where A, X and B are matrices of different orders. A is the matrix of the coefficients of the variables X in the given equations. B is the column matrix of the variable Y. And B is also a column matrix of constant terms.
Complete step-by-step answer:
As we know that according to the reduction method to solve linear equations if we are given two linear equations like ax+by=c and dx+ey=f. Then we have to write the equations in form of AX = B, where A = \left[ {\begin{array}{*{20}{c}}
a&b; \\\
d&e;
\end{array}} \right], X = \left[ {\begin{array}{*{20}{c}}
x \\\
y
\end{array}} \right] and B = \left[ {\begin{array}{*{20}{c}}
c \\\
f
\end{array}} \right]. And after that we had to apply row or column operations of the matrix A to change matrix A to identity matrix i.e. I = \left[ {\begin{array}{*{20}{c}}
1&0 \\\
0&1
\end{array}} \right].
As it is given that two equations are,
⇒2x+y=5 (1)
⇒3x+5y=−3 (2)
Now we had to write equations 1 and 2 in the form of AX = B.
So, A = \left[ {\begin{array}{*{20}{c}}
2&1 \\\
3&5
\end{array}} \right], X = \left[ {\begin{array}{*{20}{c}}
x \\\
y
\end{array}} \right] and B = \left[ {\begin{array}{*{20}{c}}
5 \\\
{ - 3}
\end{array}} \right]