Unit 2: Systems of Linear Equations and Inequalities

Topic 3

Interpreting Intersections and Solution Types

A system of two linear equations in two variables can have exactly one solution, no solution, or infinitely many solutions.
  • One solution: lines intersect at exactly one point. Slopes are different.
  • No solution: lines are parallel and distinct. Slopes are equal, intercepts differ.
  • Infinitely many solutions: lines are the same line. Both slope and intercept match after simplification.
The panels below show what each case actually looks like on a graph.
Algebraic tests:
If a1x+b1y=c1,a2x+b2y=c2,compare ratios a1a2, b1b2, c1c2.One solution if ratios of a and b are not equal.No solution if a1a2=b1b2c1c2.Infinitely many if a1a2=b1b2=c1c2.\begin{aligned} \text{If } &a_1x + b_1y = c_1,\quad a_2x + b_2y = c_2,\\ \text{compare ratios } &\frac{a_1}{a_2},\ \frac{b_1}{b_2},\ \frac{c_1}{c_2}.\\ &\text{One solution if ratios of }a\text{ and }b\text{ are not equal.}\\ &\text{No solution if } \frac{a_1}{a_2}=\frac{b_1}{b_2}\neq \frac{c_1}{c_2}.\\ &\text{Infinitely many if } \frac{a_1}{a_2}=\frac{b_1}{b_2}=\frac{c_1}{c_2}. \end{aligned}
Graph meaning:
  • Intersection point (x,y)(x,y) satisfies both equations.
  • In contexts, xx and yy carry units. The coordinates answer the question in those units.

One Solution

No Solution

Infinitely Many Solutions

Core Skills

  • Convert to slope intercept form to compare slopes and intercepts.
  • Use elimination or substitution to detect contradictions like 0=50=5 or identities like 0=00=0.
  • Interpret the ordered pair in context with correct units.

Example 1: One Solution

{y=2x+1y=x+10\begin{cases} y = 2x + 1\\ y = -x + 10 \end{cases}
Set equal: 2x+1=x+103x=9x=32x + 1 = -x + 10 \Rightarrow 3x = 9 \Rightarrow x = 3. Then y=2(3)+1=7y = 2(3) + 1 = 7. The lines have different slopes, so they meet once at (3,7)\boxed{(3,7)}.

Example 2: No Solution

{2x3y=64x6y=10\begin{cases} 2x - 3y = 6\\ 4x - 6y = 10 \end{cases}
Multiply the first equation by 2 to compare: 4x6y=124x - 6y = 12. The second is 4x6y=104x - 6y = 10. Same left side, different constants. This gives 12=1012 = 10, a contradiction. Slopes match and intercepts differ, so no solution. Lines are parallel.

Example 3: Infinitely Many Solutions

{3x+6y=12x+2y=4\begin{cases} 3x + 6y = 12\\ x + 2y = 4 \end{cases}
Multiply the second by 3: 3x+6y=123x + 6y = 12. The equations are identical. Every point on the line is a solution, so infinitely many solutions.

Example 4: Interpreting the Intersection in Context

Two plans for streaming:
{Plan A cost C=8+2mPlan B cost C=2+3m\begin{cases} \text{Plan A cost } C = 8 + 2m\\ \text{Plan B cost } C = 2 + 3m \end{cases}
where mm is the number of movies and CC is dollars. Set equal: 8+2m=2+3mm=68 + 2m = 2 + 3m \Rightarrow m = 6. Then C=8+2(6)=20C = 8 + 2(6) = 20. At m=6m=6 movies, both plans cost 2020 dollars. The intersection (6,20)(6, 20) means 6 movies and 20 dollars.

Key Takeaways

  • Different slopes gives one intersection and one solution.
  • Equal slopes with different intercepts gives no solution.
  • Proportional equations describe the same line and give infinitely many solutions.
  • In word problems, attach units to the coordinates and state what the point means.