2.2 Determining the Number of Solutions

Key Takeaways

  • A linear equation in one variable ax + b = cx + d has exactly one unique solution if and only if the coefficients of x are unequal (a != c).
  • A linear equation has zero solutions (inconsistent) when the variable coefficients are identical but the constant terms differ (a = c and b != d), yielding a mathematical contradiction such as 0 = 5.
  • A linear equation has infinitely many solutions (identity) when both the variable coefficients and constant terms are identical (a = c and b = d), yielding a tautology such as 0 = 0.
  • To solve for unknown constants (such as k, p, or c) under a given solution condition, expand both sides into standard form Ax + B = Cx + D and equate coefficients.
  • Graphically, one solution corresponds to intersecting lines with different slopes, zero solutions correspond to distinct parallel lines, and infinite solutions correspond to coincident lines.
Last updated: August 2026

Determining the Number of Solutions

A prominent category of Advanced Algebra questions on the Digital SAT asks students to evaluate how many solutions an equation possesses or to find the value of an unknown constant (often denoted $k, p, c,$ or $a$) that produces no solution, exactly one solution, or infinitely many solutions.

Mastering the structural conditions of these three solution regimes allows you to solve these problems algebraically in seconds without guesswork.


1. The Three Solution Regimes

Any single-variable linear equation can be simplified into the standard comparative form:

Ax+B=Cx+DAx + B = Cx + D

Rearranging terms to isolate $x$ yields:

(AC)x=DB(A - C)x = D - B

The number of real solutions is strictly determined by the relationship between the coefficients $(A, C)$ and the constants $(B, D)$:

+-----------------------------------------------------------------------------+
|                   LINEAR EQUATION SOLUTION TAXONOMY                         |
|                                                                             |
|                              Ax + B = Cx + D                                |
|                                     |                                       |
|                   +-----------------+-----------------+                     |
|                   |                                   |                     |
|                 A != C                              A = C                   |
|                   |                                   |                     |
|                   v                         +---------+---------+           |
|          [EXACTLY ONE SOLUTION]             |                   |           |
|          Unique intersection point          v                   v           |
|          x = (D - B)/(A - C)             B != D               B = D         |
|                                             |                   |           |
|                                             v                   v           |
|                                      [ZERO SOLUTIONS]   [INFINITELY MANY]   |
|                                      Parallel lines     Coincident lines    |
|                                      Contradiction      Identity            |
|                                      (e.g., 0 = 7)      (e.g., 0 = 0)       |
+-----------------------------------------------------------------------------+

Detailed Comparison Table

Solution ClassificationAlgebraic ConditionSimplified ResultGeometric MeaningSAT Trigger Phrases
Exactly One Solution$A \ne C$$x = \frac{D - B}{A - C}$Two lines with different slopes intersect at a single point $(x, y)$."has a unique solution", "is true for exactly one value of $x$"
Zero Solutions (Inconsistent)$A = C$ and $B \ne D$$0x = \text{non-zero constant}$ (e.g., $0 = 8$)Two parallel lines with identical slopes but different $y$-intercepts that never intersect."has no solution", "is true for no value of $x$", "inconsistent"
Infinitely Many Solutions (Identity)$A = C$ and $B = D$$0x = 0$ (e.g., $0 = 0$)Two coincident lines that are completely identical; every real number is a solution."is true for all real values of $x$", "infinitely many solutions", "an identity"

2. The "Expand, Group, Equate" Method for Unknown Constants

When an SAT question asks for the value of a constant $k$ that yields a specific number of solutions, follow this 3-step algebraic procedure:

  1. Expand: Distribute all constants and clear any parentheses on both sides.
  2. Group: Combine all $x$-terms into a single coefficient on each side, writing the equation as $(A)x + B = (C)x + D$.
  3. Equate:
    • For Infinitely Many Solutions: Set $A = C$ AND $B = D$.
    • For No Solution: Set $A = C$ AND verify $B \ne D$.
    • For One Solution: Set $A \ne C$.

Worked Example 1: Finding a Constant for "No Solution"

Problem: In the equation below, $k$ is a constant. If the equation has no solution, what is the value of $k$?

4(2x3)+kx=11x+74(2x - 3) + kx = 11x + 7

Step 1: Expand the left side 8x12+kx=11x+78x - 12 + kx = 11x + 7

Step 2: Group $x$-terms on the left side (8+k)x12=11x+7(8 + k)x - 12 = 11x + 7

Step 3: Apply the "No Solution" condition For the equation to have zero solutions, the coefficients of $x$ must be equal, while the constant terms must be unequal: 8+k=11    k=38 + k = 11 \implies k = 3 Check constants: $-12 \ne 7$ (Condition confirmed). Final Answer: $k = 3$.


Worked Example 2: Finding Multiple Constants for "Infinitely Many Solutions"

Problem: The equation $a(3x - 4) + 5x = 17x + b$ is true for all real values of $x$, where $a$ and $b$ are constants. What is the value of $a + b$?

Step 1: Expand and group the left side 3ax4a+5x=17x+b    (3a+5)x4a=17x+b3ax - 4a + 5x = 17x + b \implies (3a + 5)x - 4a = 17x + b

Step 2: Equate the variable coefficients 3a+5=17    3a=12    a=43a + 5 = 17 \implies 3a = 12 \implies a = 4

Step 3: Equate the constant terms 4a=b-4a = b Substitute $a = 4$: 4(4)=b    b=16-4(4) = b \implies b = -16

Step 4: Compute the requested expression $a + b$ a+b=4+(16)=12a + b = 4 + (-16) = -12


3. Disguised Quadratic Terms That Cancel Out

A classic Digital SAT question type presents what appears to be a quadratic equation with unknown parameters, but specifies that the relationship is an identity (true for all $x$). In these questions, quadratic terms cancel across the equality:

(2x+3)(ax4)=10x2+bx12(2x + 3)(ax - 4) = 10x^2 + bx - 12

Expand the left-hand side: 2ax28x+3ax12=10x2+bx122ax^2 - 8x + 3ax - 12 = 10x^2 + bx - 12 2ax2+(3a8)x12=10x2+bx122ax^2 + (3a - 8)x - 12 = 10x^2 + bx - 12

Equating coefficients of matching powers:

  1. $x^2$-coefficients: $2a = 10 \implies a = 5$
  2. $x$-coefficients: $3a - 8 = b \implies 3(5) - 8 = b \implies b = 7$
  3. Constant terms: $-12 = -12$ (Consistent)

4. Geometric Duality & Graphing Interpretation

Viewing linear equations through a geometric lens provides immediate clarity:

   ONE SOLUTION (m1 != m2)       NO SOLUTION (m1 = m2, b1 != b2)   INFINITE SOLUTIONS (m1 = m2, b1 = b2)
           y                                  y                                    y
           |     /                            |    /   /                           |     /
           |    /                             |   /   /                            |    /  (Both lines
           |   /  * (x0, y0)                  |  /   /                             |   /    coincide)
           |  / /                             | /   /                              |  / 
  ---------+---/-------- x           ---------+/---/--------- x           ---------+-/---------- x
           |  /                               |/  /                                |/
           | /                                |  /                                 |
  • One Solution: The graphs of $y = Ax + B$ and $y = Cx + D$ intersect at a single coordinate $(x_0, y_0)$.
  • No Solution: The graphs represent two distinct parallel lines with equal slopes ($m_1 = m_2$) and different $y$-intercepts ($b_1 \ne b_2$). Since parallel lines never intersect, there are no points of intersection.
  • Infinitely Many Solutions: The graphs represent the exact same line drawn on top of itself. Every point on the line is an intersection point.

[!TIP] Desmos Slider Strategy: If an SAT problem contains an unknown constant $k$ and asks for the value of $k$ that gives no solution or infinite solutions, graph both sides in Desmos as separate functions: y = LHS and y = RHS. Add a slider for $k$. Adjust the slider until the two lines become parallel (no intersection) or completely overlap (infinite solutions).

Test Your Knowledge

In the equation 3(kx - 4) + 10 = 15x - 2, the equation has infinitely many solutions for all real values of x. What is the value of the constant k?

A
B
C
D
Test Your Knowledge

For what value of the constant p does the equation (2/3)(6x - 9) + px = 7x + 11 have no real solution?

A
B
C
D
Test Your Knowledge

In the equation 5x - c(2x + 3) = dx - 12, the equation is satisfied by all real values of x, where c and d are constants. What is the value of d?

A
B
C
D