Equations with three variables: Let the equations be $$ a_{1}x+b_{1}y+c_{1}z$$=$$d_{1}$$, $$ a_{2}x+b_{2}y+c_{2}z$$=$$d_{2}$$ and $$ a_{3}x+b_{3}y+c_{3}z$$=$$d_{3}$$. Here we define the following matrices: $$$D=\begin{bmatrix} a_{1} & b_{1} & c_{1}\\ a_{2} & b_{2} & c_{2}\\ a_{3} & b_{3} & c_{3}\end{bmatrix}$$$, $$$D_{x}=\begin{bmatrix} d_{1} & b_{1} & c_{1}\\ d_{2} & b_{2} & c_{2}\\ d_{3} & b_{3} & c_{3}\end{bmatrix}$$$, $$$D_{y}=\begin{bmatrix} a_{1} & d_{1} & c_{1}\\ a_{2} & d_{2} & c_{2}\\ a_{3} & d_{3} & c_{3}\end{bmatrix}$$$, $$$D_{z}=\begin{bmatrix} a_{1} & b_{1} & d_{1}\\ a_{2} & b_{2} & d_{2}\\ a_{3} & b_{3} & d_{3}\end{bmatrix}$$$
Follow these basic steps to solve linear equations:
For equations of the form ax+by=c and mx+ny=p, find the LCM of b and n. Multiply each equation with a constant to make the y term coefficient equal to the LCM. Then subtract equation 2 from equation 1.
Example:
Let 2x+3y=13 and 3x+4y=18 are the given equations (1) and (2).
This is one of the easiest topics in Quant and also one of the foundation topics. Apart from direct questions on linear equations, many questions on other topics also involve solving linear equations from time to time. Be careful of silly mistakes in this topic as that is how students generally lose marks here. Also lookout for the tricky special equations mentioned at the bottom of the formulae list. Generally when the number of equations is less than the number of variables the answer cannot be determined EXCEPT in a few cases where either additional conditions are specified or special combination of variables is asked.
Equations with 2 variables: Consider two equations ax+by=c and mx+ny=p. Each of these equations represent two lines on the x-y coordinate plane. The solution of these equations is the point of intersection.