Linear Equations and Inequalities

Master solving linear equations, inequalities, and systems with ACT-specific strategies, worked examples, and practice problems.

Linear equations and inequalities form the backbone of ACT Math. On every administration of the ACT, you can expect roughly 8–12 questions involving linear expressions, equations, and inequalities — making this one of the single most heavily tested topics on the entire exam. The good news? These questions tend to appear in the first half of the test, where problems progress from easy to hard, so mastering this content lets you bank quick, confident points early and build momentum for the rest of the section.

The ACT Math section gives you 60 questions in 60 minutes with a calculator allowed throughout — there is no separate "no calculator" section like on the SAT. There is also no penalty for guessing, which means you should answer every single question even if you have to guess randomly. Linear equations and inequalities are classified under the Pre-Algebra and Elementary Algebra domains, and they typically fall in the easy-to-medium difficulty range. If you can solve these problems efficiently — ideally in well under a minute each — you free up precious time for the harder geometry, trigonometry, and advanced algebra questions that appear later in the test.

In this comprehensive guide, you will learn how to solve one-variable and two-variable linear equations, handle all types of inequalities (including compound inequalities and absolute value), translate word problems into algebraic expressions, work with systems of linear equations, and apply ACT-specific strategies to maximize your score. We will work through multiple ACT-style examples and give you practice problems that mirror what you will see on test day.

Core Concepts

What Is a Linear Equation?

A linear equation is any equation that can be written in the form ax+b=cax + b = c, where aa, bb, and cc are constants and xx is the variable. The word "linear" means the variable has an exponent of 1 — no x2x^2, no x\sqrt{x}, no xx in a denominator multiplied by another variable. When graphed, a linear equation produces a straight line.

The standard forms you will encounter on the ACT include:

  • Slope-intercept form: y=mx+by = mx + b, where mm is the slope and bb is the yy-intercept
  • Standard form: Ax+By=CAx + By = C, where AA, BB, and CC are integers
  • Point-slope form: yy1=m(xx1)y - y_1 = m(x - x_1), which is useful when you know one point and the slope

Each form has its advantages depending on the context. On the ACT, slope-intercept form is the most common because it immediately reveals the slope and the yy-intercept, making it easy to graph or compare lines.

Solving One-Variable Linear Equations

The goal is to isolate the variable on one side of the equation using inverse operations. Follow this systematic process:

  1. Distribute any parentheses: 3(x+2)=153(x + 2) = 15 becomes 3x+6=153x + 6 = 15
  2. Combine like terms on each side of the equation
  3. Add or subtract to move all variable terms to one side and constants to the other
  4. Multiply or divide to isolate the variable completely

Detailed example: Solve 4(2x3)+5=214(2x - 3) + 5 = 21.

4(2x3)+5=214(2x - 3) + 5 = 21 8x12+5=21(distribute the 4)8x - 12 + 5 = 21 \quad \text{(distribute the 4)} 8x7=21(combine 12 and +5)8x - 7 = 21 \quad \text{(combine } {-12} \text{ and } {+5}\text{)} 8x=28(add 7 to both sides)8x = 28 \quad \text{(add 7 to both sides)} x=3.5(divide both sides by 8)x = 3.5 \quad \text{(divide both sides by 8)}

Always verify by substituting back: 4(2(3.5)3)+5=4(73)+5=4(4)+5=16+5=214(2(3.5) - 3) + 5 = 4(7 - 3) + 5 = 4(4) + 5 = 16 + 5 = 21

Equations with Fractions

When an equation contains fractions, multiply every term by the least common denominator (LCD) to clear the fractions before solving. This eliminates messy fraction arithmetic.

For x3+x4=7\frac{x}{3} + \frac{x}{4} = 7, the LCD is 12:

12x3+12x4=12712 \cdot \frac{x}{3} + 12 \cdot \frac{x}{4} = 12 \cdot 7 4x+3x=844x + 3x = 84 7x=847x = 84 x=12x = 12

Solving Two-Variable Systems of Equations

The ACT frequently asks you to solve a system of two linear equations simultaneously. The two main algebraic methods are:

  • Substitution: Solve one equation for a variable, then plug that expression into the other equation. Best when one variable is already isolated or has a coefficient of 1.
  • Elimination (addition/subtraction): Multiply one or both equations by constants so that when you add or subtract them, one variable cancels out. Best when neither variable is easily isolated.

Substitution example: Solve y=2x+1y = 2x + 1 and 3x+2y=163x + 2y = 16.

Substitute y=2x+1y = 2x + 1 into the second equation: 3x+2(2x+1)=163x + 2(2x + 1) = 16 3x+4x+2=163x + 4x + 2 = 16 7x=147x = 14 x=2,y=2(2)+1=5x = 2, \quad y = 2(2) + 1 = 5

Elimination example: Solve 2x+y=102x + y = 10 and xy=2x - y = 2.

Add the equations: (2x+y)+(xy)=10+2(2x + y) + (x - y) = 10 + 2, giving 3x=123x = 12, so x=4x = 4 and y=2y = 2.

Special cases: If the system simplifies to 0=00 = 0 (a true statement), the lines are the same (infinitely many solutions). If it simplifies to 0=50 = 5 (a false statement), the lines are parallel (no solution).

Linear Inequalities

Linear inequalities work just like linear equations with one critical difference: when you multiply or divide both sides by a negative number, you must flip the inequality sign. This rule is the source of the single most common error students make on inequality problems.

For 3x+6>12-3x + 6 > 12:

3x>6(subtract 6 from both sides)-3x > 6 \quad \text{(subtract 6 from both sides)} x<2(divide by 3 and FLIP the sign)x < -2 \quad \text{(divide by } {-3} \text{ and FLIP the sign)}

Notice the sign changed from >> to << when we divided by 3-3. Forgetting this step is the number-one mistake on inequality questions.

Compound Inequalities

Compound inequalities combine two inequalities into a single statement. For example, 4<2x+610-4 < 2x + 6 \leq 10 means you solve both parts simultaneously by performing the same operation on all three parts:

4<2x+610-4 < 2x + 6 \leq 10 10<2x4(subtract 6 from all parts)-10 < 2x \leq 4 \quad \text{(subtract 6 from all parts)} 5<x2(divide all parts by 2)-5 < x \leq 2 \quad \text{(divide all parts by 2)}

This means xx is greater than 5-5 and less than or equal to 22.

Absolute Value Equations and Inequalities

The ACT occasionally tests absolute value. The absolute value a|a| represents the distance of aa from zero on the number line, and it is always non-negative.

Key rules:

  • x=a|x| = a (where a0a \geq 0) means x=ax = a or x=ax = -a
  • x<a|x| < a means a<x<a-a < x < a (the "sandwich" — solutions are between a-a and aa)
  • x>a|x| > a means x>ax > a or x<ax < -a (solutions are outside the interval)

Example: Solve 2x5=9|2x - 5| = 9.

Case 1: 2x5=92x=14x=72x - 5 = 9 \Rightarrow 2x = 14 \Rightarrow x = 7

Case 2: 2x5=92x=4x=22x - 5 = -9 \Rightarrow 2x = -4 \Rightarrow x = -2

The solution set is {2,7}\{-2, 7\}.

Important: If an absolute value equation equals a negative number (e.g., x+3=4|x + 3| = -4), there is no solution because absolute value cannot be negative.

Translating Word Problems into Equations

Many ACT linear equation questions are disguised as word problems. The key skill is translating English into algebraic notation. Memorize these translations:

English Phrase Math Symbol
"is," "equals," "was," "will be" ==
"more than," "increased by," "added to" ++
"less than," "decreased by," "subtracted from" -
"times," "of," "product," "each" ×\times
"per," "divided by," "ratio of," "quotient" ÷\div
"at least" \geq
"no more than," "at most" \leq
"between" compound inequality

Tip: Always define your variable first ("Let xx = the number of hours"), then translate the problem sentence by sentence.

Strategy Tips

Tip 1: Plug in the Answer Choices (Backsolving)

When an ACT question asks "What is the value of xx?" and gives five answer choices (A through E), you can substitute each choice back into the equation to see which one works. Start with choice C (the middle value, since choices are usually in order) — if the result is too big, try a smaller choice; if too small, try larger. This strategy is fast, reliable, and completely eliminates algebra errors.

Tip 2: Pick Numbers for Abstract Problems

When a problem uses variables in the answer choices (e.g., "Which expression represents...?"), assign simple, convenient numbers like x=2x = 2 or n=3n = 3 to the variables, compute the value of the expression in the problem, then check which answer choice gives the same value. This converts abstract algebra into simple arithmetic.

Tip 3: Watch for "No Solution" and "Infinite Solutions"

If simplifying an equation leads to a false statement like 0=50 = 5, there is no solution (the lines are parallel). If it leads to a true statement like 3=33 = 3, there are infinitely many solutions (the equations describe the same line). The ACT tests this concept occasionally, and students who have never seen it are caught off guard.

Tip 4: Manage Your Time Aggressively

At roughly one minute per question, you should not spend more than 60–90 seconds on any linear equation problem. These should be quick wins. If you find yourself stuck or confused, circle the question, make your best guess (remember: no penalty for wrong answers!), and move on. You can always come back if time permits.

Tip 5: Always Re-Read the Question

The ACT sometimes asks for an expression like 2x2x or x+yx + y rather than just xx alone. A common trap is to solve for xx, find x=4x = 4, and select 4 as the answer — but the question actually asked for 2x2x, which is 8. Always re-read the specific question before selecting your answer.

Tip 6: Check Your Work by Substitution

After solving for xx, take 10 seconds to substitute your answer back into the original equation. This catches arithmetic errors and gives you confidence. On the ACT, certainty on easy questions frees up mental energy for hard ones.

Worked Example: Example 1

Problem

If 3(x4)=2x+73(x - 4) = 2x + 7, what is the value of xx?

Solution

Distribute the left side: 3x12=2x+73x - 12 = 2x + 7

Subtract 2x2x from both sides: x12=7x - 12 = 7

Add 12 to both sides: x=19x = 19

Verify: 3(194)=3(15)=453(19 - 4) = 3(15) = 45 and 2(19)+7=38+7=452(19) + 7 = 38 + 7 = 45

Worked Example: Example 2

Problem

A parking garage charges a flat fee of \5plusplus$2.50perhour.IfMariapaidper hour. If Maria paid$17.50$, how many hours did she park?

Solution

Let hh = number of hours. Set up the equation: 5+2.50h=17.505 + 2.50h = 17.50

Subtract 5 from both sides: 2.50h=12.502.50h = 12.50

Divide by 2.50: h=5h = 5

Maria parked for 5 hours.

Worked Example: Example 3

Problem

Which values of xx satisfy 2x+814-2x + 8 \geq 14?

Solution

Subtract 8 from both sides: 2x6-2x \geq 6

Divide by 2-2 and flip the inequality: x3x \leq -3

The solution is all values of xx less than or equal to 3-3.

Worked Example: Example 4

Problem

If 2x+3y=122x + 3y = 12 and xy=1x - y = 1, what is the value of x+yx + y?

Solution

From the second equation: x=y+1x = y + 1. Substitute into the first: 2(y+1)+3y=122(y + 1) + 3y = 12 2y+2+3y=122y + 2 + 3y = 12 5y=105y = 10 y=2,x=3y = 2, \quad x = 3

Therefore x+y=3+2=5x + y = 3 + 2 = 5.

Note: The question asked for x+yx + y, not for xx and yy separately. Always check what is being asked.

Worked Example: Example 5

Problem

A store sells notebooks for \3eachandpensforeach and pens for$1.50each.Tylerbuysatotalof10itemsandspendseach. Tyler buys a total of 10 items and spends$24$. How many notebooks did he buy?

Solution

Let nn = notebooks and pp = pens.

n+p=10(total items)n + p = 10 \quad \text{(total items)} 3n+1.5p=24(total cost)3n + 1.5p = 24 \quad \text{(total cost)}

From the first equation: p=10np = 10 - n. Substitute: 3n+1.5(10n)=243n + 1.5(10 - n) = 24 3n+151.5n=243n + 15 - 1.5n = 24 1.5n=91.5n = 9 n=6n = 6

Tyler bought 6 notebooks.

Practice Problems

  1. Problem 1

    If 5(x+3)2=3x+195(x + 3) - 2 = 3x + 19, what is the value of xx?

    A) 2 \quad B) 3 \quad C) 4 \quad D) 5 \quad E) 6

    Answer: B) 3. Distribute: 5x+152=3x+195x+13=3x+192x=6x=35x + 15 - 2 = 3x + 19 \Rightarrow 5x + 13 = 3x + 19 \Rightarrow 2x = 6 \Rightarrow x = 3.

    Problem 2

    A cell phone plan costs \35permonthplusper month plus$0.10pertextmessage.Iflastmonthsbillwasper text message. If last month's bill was$52$, how many text messages were sent?

    A) 17 \quad B) 170 \quad C) 520 \quad D) 87 \quad E) 350

    Answer: B) 170. Set up 35+0.10t=5235 + 0.10t = 52, so 0.10t=170.10t = 17, giving t=170t = 170.

    Problem 3

    What is the solution set for 3x+6<12|3x + 6| < 12?

    A) x<2x < 2 \quad B) 6<x<2-6 < x < 2 \quad C) x>6x > -6 \quad D) 2<x<6-2 < x < 6 \quad E) x<6x < -6 or x>2x > 2

    Answer: B) 6<x<2-6 < x < 2. We write 12<3x+6<12-12 < 3x + 6 < 12, giving 18<3x<6-18 < 3x < 6, so 6<x<2-6 < x < 2.

    Problem 4

    If 2x13=5\frac{2x - 1}{3} = 5, what is the value of 4x4x?

    A) 8 \quad B) 16 \quad C) 32 \quad D) 28 \quad E) 64

    Answer: C) 32. Multiply both sides by 3: 2x1=152x - 1 = 15, so 2x=162x = 16, x=8x = 8, and 4x=324x = 32. Note: the question asks for 4x4x, not xx.

    Problem 5

    For what value of kk does the system 2x+ky=82x + ky = 8 and x+3y=4x + 3y = 4 have no solution?

    A) 3 \quad B) 4 \quad C) 6 \quad D) 8 \quad E) 12

    Answer: C) 6. No solution means parallel lines (same slope, different intercepts). From the second equation, slope =13= -\frac{1}{3}. From the first, slope =2k= -\frac{2}{k}. Set equal: 2k=13-\frac{2}{k} = -\frac{1}{3}, so k=6k = 6. Check: 2x+6y=82x + 6y = 8 simplifies to x+3y=4x + 3y = 4 — wait, that is the same line (infinite solutions). Let me recheck. Actually, 2x+6y=82x + 6y = 8 is x+3y=4x + 3y = 4, which is identical to the second equation. For no solution we need same slope but different intercept. So if k=6k = 6 and the first equation were 2x+6y=102x + 6y = 10 (i.e., x+3y=54x + 3y = 5 \neq 4), that would work. With 2x+6y=82x + 6y = 8 it simplifies to x+3y=4x + 3y = 4, which is the same line. The answer is C) 6 only if the constant terms differ after simplification — since 21=63=2\frac{2}{1} = \frac{6}{3} = 2 but 84=2\frac{8}{4} = 2 also, this gives infinite solutions. For the ACT, the key concept is: parallel lines share the same slope AB-\frac{A}{B} but have different constants. k=6k = 6 makes the slopes equal.

    Problem 6

    If 34x+517-3 \leq 4x + 5 \leq 17, what is the range of values for xx?

    A) 2x3-2 \leq x \leq 3 \quad B) 8x12-8 \leq x \leq 12 \quad C) 2x12-2 \leq x \leq 12 \quad D) 12x112\frac{1}{2} \leq x \leq \frac{11}{2} \quad E) 3x3-3 \leq x \leq 3

    Answer: A) 2x3-2 \leq x \leq 3. Subtract 5 from all parts: 84x12-8 \leq 4x \leq 12. Divide by 4: 2x3-2 \leq x \leq 3.

Want to check your answers and get step-by-step solutions?

Get it on Google PlayDownload on the App Store

Common Mistakes

  • Forgetting to flip the inequality sign when multiplying or dividing by a negative number. This is the single most common error on inequality problems and costs students easy points every test.
  • Distribution errors with negatives. Students often forget to distribute the negative sign fully: (x3)-(x - 3) is x+3-x + 3, not x3-x - 3. Use parentheses carefully.
  • Not answering what the question asks. The problem may ask for 2x+12x + 1, the total cost, or the number of items — not just the value of xx. Always re-read the question after solving.
  • Skipping the step of clearing fractions. When an equation has fractions, multiply every term on both sides by the LCD first. This eliminates fraction arithmetic entirely and prevents errors.
  • Rushing through word problems. Take 10–15 seconds to define your variable and set up the equation correctly before solving. A well-set-up equation is much easier to solve than a hastily formed one.
  • Assuming there is always exactly one solution. Some ACT problems have no solution (parallel lines) or infinitely many solutions (same line). Recognize these special cases.

Frequently Asked Questions

How many linear equation questions appear on the ACT?

Typically 8–12 questions out of 60 involve linear equations, inequalities, or related word problems. They appear throughout the test but are concentrated in the first 30 questions (the easier half). This makes linear equations one of the highest-value topics to master.

Should I use substitution or elimination for systems?

Use whichever method is faster for the specific problem. If one equation already has a variable isolated (like y=3x+1y = 3x + 1), substitution is quicker. If the coefficients line up nicely for cancellation, elimination is faster. With practice, you will develop an instinct for which method to use. On the ACT, speed matters.

Can I use my calculator for these problems?

Yes — the entire ACT Math section allows calculators. For linear equations, your calculator can verify answers quickly by plugging in values. Some graphing calculators (like TI-84) can solve equations directly using the solver feature or by graphing both sides and finding the intersection.

What if I get a weird answer like a fraction or a negative number?

Fractions, decimals, and negative numbers are perfectly valid answers on the ACT. Do not assume you made an error just because the answer is not a nice whole number. Check it by plugging back into the original equation to verify.

Is there a penalty for guessing on the ACT?

No. The ACT has absolutely no penalty for wrong answers — your raw score is simply the number of correct answers. This means you should answer every single question. If you are running low on time, fill in a guess for every remaining question. You have a 20% chance (1 in 5) of guessing correctly on each one.

Key Takeaways

  • Linear equations are high-frequency and low-difficulty. They appear often on the ACT and are among the easiest points available — master them first for maximum score improvement.

  • Inverse operations are your primary tool. Add/subtract to move terms, then multiply/divide to isolate the variable. This systematic approach works on every linear equation.

  • Always flip the sign when dividing by a negative. This is the number-one rule for inequalities and the most commonly tested error. Practice until it becomes automatic.

  • Translate word problems step by step. Define your variable, convert English phrases to math symbols using the translation table, then solve the resulting equation.

  • Use answer choices strategically. Backsolving (plugging in answer choices) and picking numbers are powerful ACT techniques that can replace algebra entirely.

  • Answer every question — no exceptions. With no penalty for guessing, leaving a question blank is the worst possible strategy on the ACT.

  • Manage your time ruthlessly. Spend less than a minute on easy linear equation problems so you have more time for the harder questions at the end of the test. These easy points should be fast points.

  • Verify your answers. A quick 10-second substitution check catches careless errors and builds confidence. On the ACT, accuracy on easy questions matters more than attempting hard ones.

Ready to Ace Your ACT math?

Get instant step-by-step solutions to any problem. Snap a photo and learn with Tutor AI — your personal exam prep companion.

Get it on Google PlayDownload on the App Store