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.
Consider an equation $$ax+by=c$$. The slope of this equation is $$\frac{-a}{b}$$
The slope-intercept form $$y=mx+b$$
If the equation is in the form given above, m will be the slope of the given linear equation.
$$\dfrac{a}{x}+\dfrac{b}{y}=\dfrac{1}{z}$$ Such equations can be simplied as $$\left(x-az\right)\left(y-bz\right)=a.b.z^2$$
Further, we can factorise $$a.b.z^2$$ which are the possible values for $$\left(x-az\right)\left(y-bz\right)$$
In questions, sometimes we are given information that can be written as axe + by + cz =d, ex + fy + gz = h, and we will be asked to find the value of lx + my + nz.
Here, the trick is to write lx + my + nz in terms of ax + by + cz and ex + fy + gz, for example: lx + my + nz = p( ax + by + cz) + q(ex + fy + gz) => lx + my + nz = p*d + q*h
Given a system of three linear equations in three variables:
$$a_1x + b_1y + c_1z = d_1$$
$$a_2x + b_2y + c_2z = d_2 $$
$$a_3x + b_3y + c_3z = d_3$$
Suppose two equations represent the same line, i.e., one is a multiple of the other:
$$a_2 = k a_1,\quad b_2 = k b_1,\quad c_2 = k c_1,\quad d_2 = k d_1 \quad (k \neq 0)$$
Since two of the three equations are the same, they together act as only one equation.
Hence, the system effectively has only two independent equations in three variables.
$$\boxed{\text{Therefore, the system does not have a unique solution.}}$$
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).
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.