Achievable logoAchievable logo
AMC
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Algebra
1.1 Linear equations and inequalities
1.2 Quadratics
1.3 Exponents and radicals
1.4 Functions
2. Geometry
3. Number theory
4. Counting and probability
5. Intermediate topics (AMC 10/12)
6. Advanced topics (AMC 12)
7. General approaches
8. Practical strategies
Wrapping up
Achievable logoAchievable logo
1.1 Linear equations and inequalities
Achievable AMC
1. Algebra

Linear equations and inequalities

11 min read
Font
Discuss
Share
Feedback

This chapter applies to all AMC 8/10/12 test takers.

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 x2).

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 100). 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 100 points. Her scores on the first three tests are 76 , 94 , and 87 . In order to average 81 for all five tests, what is the lowest score she could earn on one of the other two tests?
A. 48
B. 52
C. 66
D. 70
E. 74

(spoiler)

Answer: A. 48

(x+76+94+87+100)/5=81

x=48

Some problems don’t ask for x or y directly. Instead, they ask for an expression like 3x−yx+3y​. In those cases, you often don’t need to find x and y 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 x and y are nonzero real numbers such that x−3y3x+y​=−2. What is the value of 3x−yx+3y​?
A. −3
B. −1
C. 1
D. 2
E. 3

(spoiler)

Answer: D. 2

From x−3y3x+y​=−2, you can rewrite it as 3x+y=−2(x−3y) and simplify to get x=y. Once you know x=y, substitute into the expression you want:

(x+3y)/(3x−y)=(x+3x)/(3x−x)=4x/2x=2.

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 0<x<10

That last example means x is greater than 0 and less than 10.

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 15 baskets out of 20 attempts in the first half of a game, and 10 baskets out of 10 attempts in the second half. Candace took 12 attempts in the first half and 18 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 2015​ 1010​
Candace 12□​ 18□​

A. 7
B. 8
C. 9
D. 10
E. 11

(spoiler)

Answer: C. 9

Let x be Candace’s first-half baskets and y be Candace’s second-half baskets.

The two linear inequalities are x/12<15/20 and y/18<10/10. After finding the largest integer possible for x and y, solve for their difference.

y−x=17−8=9.

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 a 2a
half of a a/2
x percent of a (x/100)a

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 was65​ 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 43​full of water. What is the ratio of the volume of the first container to the volume of the second container?
A. 85​
B. 54​
C. 87​
D. 109​
E. 1211​

(spoiler)

Answer: D. 109​

A(5/6)=B(3/4)

A/B=9/10

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.

Work=Rate(Time)

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 x). Other times, you’ll use them to find an expression the question asks for (like 2x+y) without fully solving the system.

The two fundamental techniques used for SOLE equations are:

  1. Isolate and substitute
  2. 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:
x+3y=12
y+3x=15> Select all that apply.
A. x>y
B. y>x
C. y=x
D. 21y=33x
E. 21x=33y

The first step is to isolate one variable. Isolate x in the first equation:

x+3yx​=12=12−3y​

Now substitute x=12−3y into the second equation:

y+3xy+3(12−3y)​=15=15​

Solve for y:

y+3(12−3y)y+36−9y36−8y362121/8​=15=15=15=15+8y=8y=y​

Now plug y=21/8 back into the first equation to find x:

x+3yx+3(21/8)x+63/8xxx​=12=12=12=12−63/8=96/8−63/8=33/8​

So the solution is:

xy​=33/8=21/8​

Now check each answer choice:

So we get:

Select all that apply.
A.33/8>21/8 TRUE
B. 21/8>33/8 FALSE
C. 33/8=21/8 FALSE
D. 21(21/8)=33(33/8) FALSE
E.21(33/8)=33(21/8) 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 y:

4x−2y4x+4y​=16=4​

Both equations contain 4x, so subtracting one equation from the other will eliminate x.

 −(​4x4x​−2y+4y−6y​===​16412​)​​

Be sure you subtract the entire equation (equivalently, multiply the whole second equation by −1). Now solve:

−6yy​=12=−2​

The question only asks for y, so you can stop here. If you also wanted x, substitute back:

4x−2y4x−2(−2)4x+44xx​=16=16=16=12=3​

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 3x+y?

Given:
6x−7y=50
3x−8y=25

Subtract the second equation from the first:

 −(​6x3x3x​−7y−8y+y​===​502525​)​​

Since 3x+y 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 x:

7x+10y−3x−5y​=2=3​

The y-coefficients are 10 and −5. Multiply the second equation by 2 so you get −10y:

−3x−5y2(−3x−5y)−6x−10y​=3=2(3)=6​

Now add the equations:

 +(​7x−6xx​+10y−10y​===​268​)​​

So x=8.

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 x:

y2/5125/x​=x=y2​

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 (y2/5) by the left side of the second equation (125/x)
  • Multiply the right side of the first equation (x) by the right side of the second equation (y2)

×(​y2/5125/x(y2/5)(125/x)​===​xy2(x)(y2)​)​​

Now simplify:

(y2/5)(125/x)125y2/5x25y2/x25y2/x25y225​=(x)(y2)=xy2=xy2=xy2=x2y2=x2​

So there are two possibilities:

xx​=5=−5​

Now check which values actually work in the original system. From y2/5=x, we know x must be positive, so x=−5 is impossible.

y2/5y2/5​=x=−5​

So the only valid solution is x=5.

You can also solve the same system by substitution. For example, substitute y2=125/x into y2/5=x:

y2/5(125/x)/525/x25​=x=x=x=x2​

This again gives x=5 or x=−5, and the same check shows only x=5works.

This system can be solved through repeated substitution.

Example: The question below is from 2000 AMC 12

Ifx,y, and z are positive numbers satisfying

x+y1​=4,y+z1​=1,andz+x1​=37​

Then what is the value of xyz?
A. 32​
B. 1
C. 34​
D. 2
E. 37​

(spoiler)

Answer: B. 1

Common themes

  • Never divide or multiply an inequality by an unknown variable. You do not have enough information to know whether to flip the inequality.
  • The exam is multiple choice. Do not be afraid to plug answer choices into the equations presented in the question instead of directly solving.
  • Drawing out the graphs for inequalities or linear equations may help in estimating their solutions (which may lead to eliminating answer choices).
  • When a question asks for the value of some combination of multiple variables, try to find an equivalency for said expression instead of directly solving for the values of each individual variable in the expression.
  • The verb “to be” and all of its versions, like “is”, “was”, “would be”, and “equals”, all signify the equals sign. When translating a sentence into an equation, anything to the left of the verb should be on one side of the equation and anything to the right should be on the other. Also, periods often signify the end of an equation and the start of another.

Linear equations and inequalities\

  • Linear equation: straight line, variables to first power only
  • System of linear equations: set of linear equations, solution = intersection point
  • Linear inequality: uses <, >, ≤, ≥; boundary line divides true/false regions

Solving linear equations\

  • Isolate the variable using inverse operations
  • For expressions (not just x or y), manipulate equations to match the desired form

Solving linear inequalities\

  • Solve like equations, but flip inequality when multiplying/dividing by negative
  • Key phrases:
    • “no more than” → ≤
    • “at least” → ≥
    • “between” → compound inequality (a<x<b)

Word problems and translation\

  • Translate words to algebra:
    • “is” → =
    • “more than” → +
    • “less than” → −
    • “twice a” → 2a
    • “x percent of a” → (x/100)a
  • Work/rate formula: Work=Rate×Time

Solving systems of equations (SOLE)\

  • Two main techniques:
    1. Isolate and substitute: solve one equation for a variable, substitute into the other
    2. Add/subtract equations: eliminate a variable by combining equations
  • Sometimes multiply one/both equations to align coefficients before adding/subtracting

Multiplying/dividing equations\

  • Multiply/divide both sides of equations to eliminate variables/expressions
  • Always check which solutions are valid in the original system

Common themes and strategies\

  • Never multiply/divide inequalities by unknowns (sign is uncertain)
  • Use answer choices to check solutions (multiple choice advantage)
  • Graphing can help estimate or eliminate answer choices
  • For expressions involving multiple variables, manipulate equations to match the target expression
  • “Is”/“equals”/“was” signal the equals sign when translating word problems

Sign up for free to take 6 quiz questions on this topic

Previous
Next  | 1.2 Quadratics
All rights reserved ©2016 - 2026 Achievable, Inc.

Linear equations and inequalities

This chapter applies to all AMC 8/10/12 test takers.

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 x2).

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 100). 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 100 points. Her scores on the first three tests are 76 , 94 , and 87 . In order to average 81 for all five tests, what is the lowest score she could earn on one of the other two tests?
A. 48
B. 52
C. 66
D. 70
E. 74

(spoiler)

Answer: A. 48

(x+76+94+87+100)/5=81

x=48

Some problems don’t ask for x or y directly. Instead, they ask for an expression like 3x−yx+3y​. In those cases, you often don’t need to find x and y 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 x and y are nonzero real numbers such that x−3y3x+y​=−2. What is the value of 3x−yx+3y​?
A. −3
B. −1
C. 1
D. 2
E. 3

(spoiler)

Answer: D. 2

From x−3y3x+y​=−2, you can rewrite it as 3x+y=−2(x−3y) and simplify to get x=y. Once you know x=y, substitute into the expression you want:

(x+3y)/(3x−y)=(x+3x)/(3x−x)=4x/2x=2.

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 0<x<10

That last example means x is greater than 0 and less than 10.

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 15 baskets out of 20 attempts in the first half of a game, and 10 baskets out of 10 attempts in the second half. Candace took 12 attempts in the first half and 18 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 2015​ 1010​
Candace 12□​ 18□​

A. 7
B. 8
C. 9
D. 10
E. 11

(spoiler)

Answer: C. 9

Let x be Candace’s first-half baskets and y be Candace’s second-half baskets.

The two linear inequalities are x/12<15/20 and y/18<10/10. After finding the largest integer possible for x and y, solve for their difference.

y−x=17−8=9.

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 a 2a
half of a a/2
x percent of a (x/100)a

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 was65​ 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 43​full of water. What is the ratio of the volume of the first container to the volume of the second container?
A. 85​
B. 54​
C. 87​
D. 109​
E. 1211​

(spoiler)

Answer: D. 109​

A(5/6)=B(3/4)

A/B=9/10

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.

Work=Rate(Time)

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 x). Other times, you’ll use them to find an expression the question asks for (like 2x+y) without fully solving the system.

The two fundamental techniques used for SOLE equations are:

  1. Isolate and substitute
  2. 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:
x+3y=12
y+3x=15> Select all that apply.
A. x>y
B. y>x
C. y=x
D. 21y=33x
E. 21x=33y

The first step is to isolate one variable. Isolate x in the first equation:

x+3yx​=12=12−3y​

Now substitute x=12−3y into the second equation:

y+3xy+3(12−3y)​=15=15​

Solve for y:

y+3(12−3y)y+36−9y36−8y362121/8​=15=15=15=15+8y=8y=y​

Now plug y=21/8 back into the first equation to find x:

x+3yx+3(21/8)x+63/8xxx​=12=12=12=12−63/8=96/8−63/8=33/8​

So the solution is:

xy​=33/8=21/8​

Now check each answer choice:

So we get:

Select all that apply.
A.33/8>21/8 TRUE
B. 21/8>33/8 FALSE
C. 33/8=21/8 FALSE
D. 21(21/8)=33(33/8) FALSE
E.21(33/8)=33(21/8) 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 y:

4x−2y4x+4y​=16=4​

Both equations contain 4x, so subtracting one equation from the other will eliminate x.

 −(​4x4x​−2y+4y−6y​===​16412​)​​

Be sure you subtract the entire equation (equivalently, multiply the whole second equation by −1). Now solve:

−6yy​=12=−2​

The question only asks for y, so you can stop here. If you also wanted x, substitute back:

4x−2y4x−2(−2)4x+44xx​=16=16=16=12=3​

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 3x+y?

Given:
6x−7y=50
3x−8y=25

Subtract the second equation from the first:

 −(​6x3x3x​−7y−8y+y​===​502525​)​​

Since 3x+y 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 x:

7x+10y−3x−5y​=2=3​

The y-coefficients are 10 and −5. Multiply the second equation by 2 so you get −10y:

−3x−5y2(−3x−5y)−6x−10y​=3=2(3)=6​

Now add the equations:

 +(​7x−6xx​+10y−10y​===​268​)​​

So x=8.

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 x:

y2/5125/x​=x=y2​

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 (y2/5) by the left side of the second equation (125/x)
  • Multiply the right side of the first equation (x) by the right side of the second equation (y2)

×(​y2/5125/x(y2/5)(125/x)​===​xy2(x)(y2)​)​​

Now simplify:

(y2/5)(125/x)125y2/5x25y2/x25y2/x25y225​=(x)(y2)=xy2=xy2=xy2=x2y2=x2​

So there are two possibilities:

xx​=5=−5​

Now check which values actually work in the original system. From y2/5=x, we know x must be positive, so x=−5 is impossible.

y2/5y2/5​=x=−5​

So the only valid solution is x=5.

You can also solve the same system by substitution. For example, substitute y2=125/x into y2/5=x:

y2/5(125/x)/525/x25​=x=x=x=x2​

This again gives x=5 or x=−5, and the same check shows only x=5works.

This system can be solved through repeated substitution.

Example: The question below is from 2000 AMC 12

Ifx,y, and z are positive numbers satisfying

x+y1​=4,y+z1​=1,andz+x1​=37​

Then what is the value of xyz?
A. 32​
B. 1
C. 34​
D. 2
E. 37​

(spoiler)

Answer: B. 1

Common themes

  • Never divide or multiply an inequality by an unknown variable. You do not have enough information to know whether to flip the inequality.
  • The exam is multiple choice. Do not be afraid to plug answer choices into the equations presented in the question instead of directly solving.
  • Drawing out the graphs for inequalities or linear equations may help in estimating their solutions (which may lead to eliminating answer choices).
  • When a question asks for the value of some combination of multiple variables, try to find an equivalency for said expression instead of directly solving for the values of each individual variable in the expression.
  • The verb “to be” and all of its versions, like “is”, “was”, “would be”, and “equals”, all signify the equals sign. When translating a sentence into an equation, anything to the left of the verb should be on one side of the equation and anything to the right should be on the other. Also, periods often signify the end of an equation and the start of another.
Key points

Linear equations and inequalities\

  • Linear equation: straight line, variables to first power only
  • System of linear equations: set of linear equations, solution = intersection point
  • Linear inequality: uses <, >, ≤, ≥; boundary line divides true/false regions

Solving linear equations\

  • Isolate the variable using inverse operations
  • For expressions (not just x or y), manipulate equations to match the desired form

Solving linear inequalities\

  • Solve like equations, but flip inequality when multiplying/dividing by negative
  • Key phrases:
    • “no more than” → ≤
    • “at least” → ≥
    • “between” → compound inequality (a<x<b)

Word problems and translation\

  • Translate words to algebra:
    • “is” → =
    • “more than” → +
    • “less than” → −
    • “twice a” → 2a
    • “x percent of a” → (x/100)a
  • Work/rate formula: Work=Rate×Time

Solving systems of equations (SOLE)\

  • Two main techniques:
    1. Isolate and substitute: solve one equation for a variable, substitute into the other
    2. Add/subtract equations: eliminate a variable by combining equations
  • Sometimes multiply one/both equations to align coefficients before adding/subtracting

Multiplying/dividing equations\

  • Multiply/divide both sides of equations to eliminate variables/expressions
  • Always check which solutions are valid in the original system

Common themes and strategies\

  • Never multiply/divide inequalities by unknowns (sign is uncertain)
  • Use answer choices to check solutions (multiple choice advantage)
  • Graphing can help estimate or eliminate answer choices
  • For expressions involving multiple variables, manipulate equations to match the target expression
  • “Is”/“equals”/“was” signal the equals sign when translating word problems

More from Algebra

  • Quadratics
  • Exponents and radicals
  • Functions