From the notebook
Graph or Algebra? Choosing the Best Way to Solve Simultaneous Equations
Two simultaneous equations describe two lines. Their solution is the point where the lines cross.
When a graph helps
A graph gives a quick visual idea of whether there is one solution, no solution or infinitely many solutions. It also helps you estimate the intersection.
When algebra is better
If the intersection is not on tidy grid coordinates, reading from a graph only gives an approximation. Elimination or substitution gives the exact answer.
y = 2x + 1
3x + y = 16
3x + y = 16
Substituting gives:
3x + (2x + 1) = 16
5x = 15
x = 3, y = 7
5x = 15
x = 3, y = 7
Decision tip: use a graph to understand the picture; use algebra to secure the exact numbers.
Useful next step: cover the worked answer and try the same method on a similar question before moving on.