Solving Linear Equations
A linear equation is an equation where the highest power of the variable is 1. It graphs as a straight line.
Single: ax + b = 0 → x = −b/a
System: solve using substitution or Cramer's rule
System: solve using substitution or Cramer's rule
Cramer's Rule for 2×2 Systems
x = (c₁b₂ − c₂b₁) / (a₁b₂ − a₂b₁)
y = (a₁c₂ − a₂c₁) / (a₁b₂ − a₂b₁)
y = (a₁c₂ − a₂c₁) / (a₁b₂ − a₂b₁)