In general, if a problem has multiple variables and you want to find unique numerical values for all of the variables, you will need as many distinct equations as you have variables. If you are given two distinct equations with two variables, you can combine the equations to obtain a unique solution set. Don’t be intimidated by calculating values, since usually—though not always—the GMAT will give integer answers for the variables. Focus instead on looking for opportunities to combine equations. The GMAT rewards those who find clever combinations with quick solutions.
Note that the word distinct means that each equation must provide new, different information. In other words, each additional equation must contain information you couldn’t have derived using the equation(s) you already have.
There are two commonly used ways to solve a system of linear equations: substitution and combination. Some systems of equations will be more efficiently solved with substitution and others with combination. Learn both approaches so you are ready to use either one on the questions you see on Test Day.
Isolate one variable in one equation. Then plug the expression that it equals into its place in the other equation.
Example: Find the values of m and n if m = 4n + 2 and 3m + 2n = 20.
1. |
You know that m = 4n + 2. Substitute 4n + 2 for m in the second equation. |
3(4n + 2) + 2n = 20 |
2. |
Solve for n. |
![]() |
3. |
To find the value of m, substitute 1 for n in the first equation and solve. |
m = 4n + 2 m = 4(1) + 2 m = 4 + 2 = 6 |
Add or subtract whole equations from each other to eliminate a variable.
Example: Find the values of x and y if 4x + 3y = 27 and 3x − 6y = −21.
There’s no obvious isolation/substitution to be done, since all variables have coefficients. But if you multiplied the first equation by 2, you’d be able to get rid of the y’s.
Now add the new equation to the second equation, carefully lining them up to combine like terms:
Divide by 11: x = 3
This value can now be substituted back into either equation to yield the other value.
Now let’s use the Kaplan Method on a Problem Solving question dealing with systems of linear equations:
You have two distinct linear equations and two variables, so you will be able to solve for x. Remember that there are two techniques for solving distinct linear equations: (1) substitution and (2) combination. Since these equations look easy to simplify, substituting one equation into the other will be the most efficient approach here.
Substitute one linear equation into the other to eliminate y and solve for x.
Simply the first equation:
Simplify the second equation:
Substitute the second equation into the first and solve for x:
Choice (A) is correct.
You can confirm your work by substituting x = 11 into either equation to find a value for y. This value for y can then be substituted into the other equation to ensure that x = 11.