Linear equations and inequalities
A linear equation describes a straight line on a graph. It usually involves one or two variables, and the variables are only to the first power (no exponents like ).
A system of linear equations is a set of two or more linear equations. Solving the system means finding values of the variables that make every equation true. Geometrically, that solution is the point where the lines intersect.
A linear inequality looks like a linear equation, but it uses symbols like , , , or . On a graph, the boundary line separates the plane into two regions:
- One region where the inequality is true
- One region where it’s false
If the inequality is or , then points on the boundary line also satisfy the inequality.
The geometry connection will come up later. For now, we’ll focus on solving these problems algebraically.
Solving linear equations
Most linear equations are solved by isolating the variable. You do the same operation to both sides until the variable is alone.
That direct approach is most useful when the question really does ask for a single unknown. In the example below, it looks like there are two unknown test scores, but to make one score as low as possible, you can make the other score as high as possible (set it to ). Then you only have one unknown left.
Example: The question below is from 2019 AMC 8
Shauna takes five tests, each worth a maximum of points. Her scores on the first three tests are , , and . In order to average for all five tests, what is the lowest score she could earn on one of the other two tests?
A.
B.
C.
D.
E.
Answer: A.
Some problems don’t ask for or directly. Instead, they ask for an expression like . In those cases, you often don’t need to find and separately - you just need enough information to rewrite the expression you’re asked for.
Example: The question below is from 2017 AMC 10B
Supposed that and are nonzero real numbers such that . What is the value of ?
A.
B.
C.
D.
E.
Answer: D.
From , you can rewrite it as and simplify to get . Once you know , substitute into the expression you want:
.
Solving linear inequalities
You solve inequalities the same way you solve equations, with one key rule:
- If you multiply or divide both sides by a negative number, you must flip the inequality sign.
Translating words into inequality symbols is also important:
- “no more than” means
- “at least” means
- “between” two numbers often becomes a compound inequality like
That last example means is greater than and less than .
In the next problem, you can set up one inequality for each half of the game by comparing Candace’s shooting percentage to Steph’s.
Example: The question below is from 2022 AMC 8
Steph scored baskets out of attempts in the first half of a game, and baskets out of attempts in the second half. Candace took attempts in the first half and attempts in the second. In each half, Steph scored a higher percentage of baskets than Candace. Surprisingly they ended with the same overall percentage of baskets scored. How many more baskets did Candace score in the second half than in the first?
First half Second half Steph Candace A.
B.
C.
D.
E.
Answer: C.
Let be Candace’s first-half baskets and be Candace’s second-half baskets.
The two linear inequalities are and . After finding the largest integer possible for and , solve for their difference.
.
Word problems
Many AMC algebra word problems need to be translated into an equation (or a system of equations) before you can solve them. Here are some common translations to keep in mind.
| Word | Algebraic meaning |
|---|---|
| is | |
| more than | |
| less than | |
| twice | |
| half of | |
| percent of |
Try translating the next problem into a single equation with two variables, then isolate the ratio the question asks for.
Example: The question below is from 2019 AMC 10B
Alicia had two containers. The first was full of water and the second was empty. She poured all the water from the first container into the second container, at which point the second container was full of water. What is the ratio of the volume of the first container to the volume of the second container?
A.
B.
C.
D.
E.
Answer: D.
You can also translate work-and-rate problems into equations using the following formula. You can rearrange it by dividing both sides by either rate or time to isolate the quantity you need.
Solving systems of equations
How do you solve a system of linear equations?
There are two fundamental techniques used for systems of linear equations (SOLE). Sometimes you’ll use them to solve for a specific variable (like ). Other times, you’ll use them to find an expression the question asks for (like ) without fully solving the system.
The two fundamental techniques used for SOLE equations are:
- Isolate and substitute
- Add or subtract the equations
SOLE technique #1: Isolate and substitute
The idea behind isolate and substitute is:
- Rewrite one equation so one variable is alone.
- Substitute that expression into the other equation.
- Solve the resulting one-variable equation.
Which of the following could be true?
Given:
> Select all that apply.
A.
B.
C.
D.
E.
The first step is to isolate one variable. Isolate in the first equation:
Now substitute into the second equation:
Solve for :
Now plug back into the first equation to find :
So the solution is:
Now check each answer choice:
So we get:
Select all that apply.
A. TRUE
B. FALSE
C. FALSE
D. FALSE
E. TRUE
SOLE technique #2: Add or subtract the equations
Another common approach is to add or subtract the equations so that one variable cancels.
Solve for :
Both equations contain , so subtracting one equation from the other will eliminate .
Be sure you subtract the entire equation (equivalently, multiply the whole second equation by ). Now solve:
The question only asks for , so you can stop here. If you also wanted , substitute back:
Sometimes the question asks for an expression instead of individual values. You can still use elimination and stop as soon as you reach the expression you need.
What is the value of ?
Given:
Subtract the second equation from the first:
Since is exactly what the question asks for, you’re done.
Sometimes you’ll need to multiply one equation first so the coefficients match.
Solve for :
The -coefficients are and . Multiply the second equation by so you get :
Now add the equations:
So .
SOE technique: Multiply or divide the equations
This next method can be used for systems of equations in general, not just linear equations. Instead of adding or subtracting, you can sometimes multiply or divide the equations to eliminate an expression.
Solve for :
You could solve this by substitution, but multiplying the equations also works.
When you multiply (or divide) two equations, match left side with left side and right side with right side:
- Multiply the left side of the first equation () by the left side of the second equation ()
- Multiply the right side of the first equation () by the right side of the second equation ()
Now simplify:
So there are two possibilities:
Now check which values actually work in the original system. From , we know must be positive, so is impossible.
So the only valid solution is .
You can also solve the same system by substitution. For example, substitute into :
This again gives or , and the same check shows only works.
This system can be solved through repeated substitution.
Example: The question below is from 2000 AMC 12
If and are positive numbers satisfying
Then what is the value of ?
A.
B.
C.
D.
E.
Answer: B.