Property
A solution to a system of equations is an ordered pair (x,y) that satisfies each equation in the system. To check whether an ordered pair is a solution, substitute the coordinates into each equation to verify that they result in true statements.
Examples
- Is (2,5) a solution to the system y=x+3 and y=2x+1? For the first equation, 5=2+3 is true. For the second, 5=2(2)+1 is true. Yes, it is the solution.
- Is (1,4) a solution to the system y=3x+1 and y=βx+3? For the first, 4=3(1)+1 is true. For the second, 4=β(1)+3 or 4=2 is false. No, it is not a solution.
- To verify that (3,7) solves the system y=2x+1 and y=4xβ5, we check both. 7=2(3)+1 becomes 7=7 (True). 7=4(3)β5 becomes 7=7 (True). So it is a solution.
Explanation
The solution is the one special ordered pair that works in both equations of the system. It is the single point that lies on both lines when you graph them, representing the value where they are equal.