DSAT-1.1

Linear Equations in One Variable

Master solving linear equations in one variable on the Digital SAT: clear fractions, isolate variables, classify no/infinite solutions, and solve for target expressions.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Linear Equations in One Variable, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Linear equations in one variable are the foundation of the Digital SAT Math section, and they show up more than any other single skill. Nearly every module opens with problems that ask you to solve for xx, clear fractions, or figure out when an equation has no solution or infinitely many.

This lesson gives you a reliable procedure that works every time, then trains you on the three twists the test loves: fraction coefficients, equations that collapse into always-true or never-true statements, and questions that ask for a target expression like 3x23x-2 rather than xx alone. Get these automatic and you free up time for the harder problems.

The Core Solving Procedure

A linear equation in one variable can always be written in the form ax+b=cx+dax+b=cx+d, where the variable appears only to the first power with no x2x^2 terms and no variable in a denominator. Your goal is to isolate the variable using inverse operations while keeping both sides equal.

Work in a fixed order to avoid mistakes:
StepAction
1Distribute to remove parentheses
2Clear fractions (multiply every term by the LCD)
3Combine like terms on each side
4Move variable terms to one side, constants to the other
5Divide by the coefficient of the variable
Consider 2(x+3)=4x22(x+3)=4x-2. Distribute to get 2x+6=4x22x+6=4x-2. Subtract 2x2x from both sides: 6=2x26=2x-2. Add 22: 8=2x8=2x. Divide: x=4x=4.

A common misconception is applying an operation to only one term. Whatever you do must apply to the entire side. When you multiply by the LCD to clear fractions, every term — including constants — gets multiplied. The Digital SAT rewards students who execute this cleanly and quickly, because the arithmetic is where careless errors sneak in.

Fraction Coefficients

Fractions scare students, but they are easy to eliminate. Find the least common denominator of all the fractions in the equation and multiply every term by it. This turns the equation into one with whole-number coefficients.

Solve x3+12=56\frac{x}{3}+\frac{1}{2}=\frac{5}{6}. The LCD of 33, 22, and 66 is 66. Multiply each term by 66:6x3+612=6566\cdot\frac{x}{3}+6\cdot\frac{1}{2}=6\cdot\frac{5}{6}This simplifies to 2x+3=52x+3=5, so 2x=22x=2 and x=1x=1.

When a variable expression sits in a numerator, treat the whole numerator as a group. For x+24=x13\frac{x+2}{4}=\frac{x-1}{3}, cross-multiply or multiply both sides by 1212: 3(x+2)=4(x1)3(x+2)=4(x-1), giving 3x+6=4x43x+6=4x-4, so 10=x10=x.

The misconception here is distributing the denominator incorrectly or forgetting to multiply the term that has no fraction. Every single term on both sides must be multiplied by the LCD, even a lone constant like the 33 in the first example. On the calculator-allowed Digital SAT you can check your answer by plugging it back, but clearing fractions first almost always saves time.

No Solution and Infinitely Many Solutions

Not every linear equation has exactly one solution. When you simplify and the variable disappears from both sides, the equation tells you something about its solution set.
Result after simplifyingMeaningSolution set
x=x = a numberUnique solutionone value
False statement (e.g. 3=73=7)No solutionempty
True statement (e.g. 5=55=5)Infinitely manyall real numbers
For a no solution case: 2x+5=2x+92x+5=2x+9. Subtract 2x2x: 5=95=9, which is false, so there is no solution. The two sides have the same slope but different constants.

For infinitely many: 3(x+2)=3x+63(x+2)=3x+6. Distribute: 3x+6=3x+63x+6=3x+6, always true, so every xx works.

The Digital SAT frequently gives an equation with an unknown coefficient and asks which value produces no solution or infinitely many. Set the variable coefficients equal for the two special cases: matching coefficients with unequal constants gives no solution; matching both coefficients and constants gives infinitely many. This connects directly to the equivalent-forms lesson later in the unit.

Solving for a Target Expression

Some questions never ask for xx by itself. Instead they ask for the value of an expression like 6x+16x+1 or x2\frac{x}{2}. Students waste time solving for xx and then substituting, but often you can reach the target directly.

Suppose 2x3=112x-3=11 and the question asks for the value of 4x64x-6. Notice 4x6=2(2x3)=2(11)=224x-6=2(2x-3)=2(11)=22. No need to find xx at all. Always compare the target expression to the equation to see if it is a scalar multiple or simple transformation.

Another version asks you to isolate one variable in terms of another, such as solving 3a+2b=123a+2b=12 for bb: subtract 3a3a to get 2b=123a2b=12-3a, then divide by 22 to get b=123a2b=\frac{12-3a}{2}. This literal-equation skill is heavily tested.

The key misconception is assuming you must always find the individual variable. Read the final question carefully — the Digital SAT deliberately offers answer choices that match the value of xx to trap students who ignore what was actually asked. Underline the target expression before you solve.

Key terms

Linear equation in one variable.
An equation that can be written as ax+b=cx+dax+b=cx+d, where the variable appears only to the first power with no variable in a denominator.
Coefficient.
The number multiplied by a variable, such as the 33 in 3x3x.
Least common denominator (LCD).
The smallest number divisible by all denominators in an equation, used to clear fractions by multiplying every term.
No solution.
A result where simplifying eliminates the variable and leaves a false statement, meaning no value satisfies the equation.
Infinitely many solutions.
A result where simplifying eliminates the variable and leaves a true statement, so every real number is a solution.
Target expression.
The specific quantity a question asks you to evaluate, which may be a multiple or transformation of the variable rather than the variable itself.
Literal equation.
An equation with multiple variables that you rearrange to isolate one variable in terms of the others.

Worked example

For what value of kk does the equation 4x+k=2(2x+7)4x+k=2(2x+7) have no solution?
Start by distributing the right side: 2(2x+7)=4x+142(2x+7)=4x+14. The equation becomes 4x+k=4x+144x+k=4x+14.

Subtract 4x4x from both sides to eliminate the variable: k=14k=14. This is the value where the equation would be true for all xx, meaning infinitely many solutions — not what we want.

So we need the opposite. The coefficients of xx already match (both are 44). For no solution, the constant terms must differ. The equation reduces to k=14k=14 only when kk equals 1414; for any other value of kk, after subtracting 4x4x we get a false statement like k=14k=14 that cannot hold.

Therefore the equation has no solution for every k14k \neq 14. If the question asks for infinitely many solutions, the answer is k=14k=14. If it asks for no solution, any value other than 1414 works. Read the question wording carefully: matching coefficients with equal constants gives infinitely many solutions, while matching coefficients with unequal constants gives no solution.

Practice questions

Solve for xx: 2x13=x+42\frac{2x-1}{3}=\frac{x+4}{2}.

Answer: x=14x=14

Multiply both sides by the LCD 66: 2(2x1)=3(x+4)2(2x-1)=3(x+4). Distribute: 4x2=3x+124x-2=3x+12. Subtract 3x3x: x2=12x-2=12. Add 22: x=14x=14. You can verify by substituting: 2(14)13=273=9\frac{2(14)-1}{3}=\frac{27}{3}=9 and 14+42=182=9\frac{14+4}{2}=\frac{18}{2}=9, so both sides match.
If 5x2=185x-2=18, what is the value of 10x410x-4?
  1. 2020
  2. 3636
  3. 4040
  4. 7272

Answer: 3636

Notice that 10x4=2(5x2)10x-4=2(5x-2). Since 5x2=185x-2=18, you get 10x4=2(18)=3610x-4=2(18)=36. Solving for xx first also works: 5x=205x=20 so x=4x=4, then 10(4)4=404=3610(4)-4=40-4=36, matching 2(18)=362(18)=36 from the first method. The answer is 3636.
For what value of aa does 3(x+a)=3x+123(x+a)=3x+12 have infinitely many solutions?

Answer: a=4a=4

Distribute the left side: 3x+3a=3x+123x+3a=3x+12. Subtract 3x3x from both sides: 3a=123a=12, so a=4a=4. When a=4a=4, the equation becomes 3x+12=3x+123x+12=3x+12, which is true for every real number, giving infinitely many solutions. Any other value of aa would produce a false statement and no solution.

FAQ

How do I know if a linear equation has no solution or infinitely many solutions?
Simplify until the variable is gone from both sides. If you get a false statement like 2=52=5, there is no solution. If you get a true statement like 4=44=4, there are infinitely many solutions. If the variable survives and you solve for a number, there is exactly one solution.
What is the fastest way to handle fraction coefficients on the Digital SAT?
Multiply every term on both sides by the least common denominator of all fractions. This clears the fractions immediately and leaves whole-number coefficients that are much easier to work with. Remember to multiply constant terms too, not just the fractions.
Why do some questions ask for an expression like 2x+32x+3 instead of just xx?
The test checks whether you read carefully and whether you can spot shortcuts. Often the target expression is a multiple of the equation, so you can find it directly without solving for xx. Always underline exactly what the question asks before choosing an answer.
Can I just plug answer choices back into the equation?
Yes, back-solving is a valid strategy, especially when solving algebraically feels risky. Substitute each choice and see which makes the equation true. However, for no-solution and infinitely-many questions, understanding coefficient matching is faster and more reliable than testing values.

Learn this with a teacher, not a page

The Crimsora tutor teaches Linear Equations in One Variable live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.