Finding a common solution between two equations—one of the core skills in college algebra—reveals the point where the equations share the same values for both variables, x and y. When you solve such systems, you determine the exact coordinates that satisfy every equation simultaneously.
Consider the pair of equations:
Individually, each equation describes a line with a range of (x, y) pairs. Together, they intersect at a single point, the common solution.
One intuitive method is to graph the equations. Create a table of x-values and compute the corresponding y-values:
| x | y₁ = 2x | y₂ = 3x + 1 |
|---|---|---|
| 0 | 0 | 1 |
| 1 | 2 | 4 |
| 2 | 4 | 7 |
| 3 | 6 | 10 |
Plotting the points (0,0), (1,2), (2,4), (3,6) for the first line and (0,1), (1,4), (2,7), (3,10) for the second line, and drawing each line, you’ll see they meet at (-1, -2).
Using a standard Cartesian coordinate system, mark each point and connect them with straight lines. The intersection of the two lines is the common solution. While graphing gives a visual confirmation, it may not be precise enough for complex equations.
For a more accurate result, substitute one equation into the other. Replace y in the second equation with 2x:
2x = 3x + 1
−x = 1
x = −1
Substitute x = −1 back into y = 2x:
y = 2(−1) = −2
Thus, the common solution is (x, y) = (−1, −2).
Both methods—graphing and algebraic substitution—are standard techniques taught in college algebra courses. Using either approach confirms that the two equations share exactly one solution.