Systems of Equations Formula

Systems of equations are two or more equations sharing the same variables, where the solution must satisfy all equations simultaneously.

The Formula

{ax+by=cdx+ey=f\begin{cases} ax+by=c \\ dx+ey=f \end{cases}

When to use: Where two lines crossβ€”the point that satisfies both equations.

Quick Example

x+y=5andxβˆ’y=1β†’x=3,β€…β€Šy=2x + y = 5 \quad \text{and} \quad x - y = 1 \to x = 3, \; y = 2

Notation

A solution to a system must satisfy every equation in the system at the same time.

What This Formula Means

Two or more equations sharing the same variables, where the solution must satisfy all equations simultaneously.

Where two lines crossβ€”the point that satisfies both equations.

Formal View

A linear system Ax=bA\mathbf{x} = \mathbf{b} with A∈RmΓ—nA \in \mathbb{R}^{m \times n} has solution set S={x∈Rn∣Ax=b}S = \{\mathbf{x} \in \mathbb{R}^n \mid A\mathbf{x} = \mathbf{b}\}. SS is nonempty iff rank(A)=rank([A∣b])\mathrm{rank}(A) = \mathrm{rank}([A \mid \mathbf{b}]); ∣S∣=1|S| = 1 iff additionally rank(A)=n\mathrm{rank}(A) = n.

Worked Examples

Example 1

easy
Solve the system: x+y=10x + y = 10 and xβˆ’y=4x - y = 4.

Answer

x=7,y=3x = 7, \quad y = 3

First step

1
Add the two equations to eliminate yy: (x+y)+(xβˆ’y)=10+4(x+y)+(x-y) = 10+4, giving 2x=142x = 14.

Full solution

  1. 2
    Solve for xx: x=7x = 7.
  2. 3
    Substitute back into x+y=10x + y = 10: 7+y=107 + y = 10, so y=3y = 3.
  3. 4
    Check in second equation: 7βˆ’3=47 - 3 = 4 βœ“
The elimination method adds or subtracts equations to remove one variable. This works well when coefficients of one variable are equal (or opposites).

Example 2

medium
Solve the system: y=2x+1y = 2x + 1 and 3x+y=113x + y = 11.

Example 3

hard
Solve the system: 2x+3y=122x + 3y = 12 and xβˆ’y=1x - y = 1.

Common Mistakes

  • Solving only one equation and ignoring the other β€” a system solution must satisfy all equations.
  • Treating the intersection as just an xx value β€” for two-variable systems, the solution is an ordered pair.
  • Using substitution or elimination without aligning variables β€” keep equations equivalent at each step.

Why This Formula Matters

Systems move algebra from one unknown to relationships between quantities. They power break-even questions, mixture problems, intersection of lines, and many modeling tasks. Recognizing it by "Does the answer need to make every equation true?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from single linear equation and linear function comparison in a mixed problem set.

Frequently Asked Questions

What is the Systems of Equations formula?

Two or more equations sharing the same variables, where the solution must satisfy all equations simultaneously.

How do you use the Systems of Equations formula?

Where two lines crossβ€”the point that satisfies both equations.

What do the symbols mean in the Systems of Equations formula?

A solution to a system must satisfy every equation in the system at the same time.

Why is the Systems of Equations formula important in Math?

Systems move algebra from one unknown to relationships between quantities. They power break-even questions, mixture problems, intersection of lines, and many modeling tasks. Recognizing it by "Does the answer need to make every equation true?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from single linear equation and linear function comparison in a mixed problem set.

What do students get wrong about Systems of Equations?

The procedure for systems of equations is the easy part; the trap is solving only one equation and ignoring the other. Asking "Does the answer need to make every equation true?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Systems of Equations formula?

Before studying the Systems of Equations formula, you should understand: linear functions, solving linear equations.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Solving Systems of Equations: Substitution, Elimination, and Matrices β†’