Property
An ordered pair (x,y) is a solution to the linear equation Ax+By=C, if the equation is a true statement when the x- and y-values of the ordered pair are substituted into the equation. To find a solution, choose any value for one variable, substitute it into the equation, and solve for the other variable.
Examples
- To check if (3,1) is a solution to 2x+y=7, substitute the values: 2(3)+1=6+1=7. Since 7=7, it is a solution.
- Find a solution to y=3x+1. Let's choose x=2. Substitute it in: y=3(2)+1=7. So, (2,7) is a solution.
- Find a solution to 4x−2y=10. Let's choose y=1. Substitute it in: 4x−2(1)=10, which means 4x=12, so x=3. The ordered pair (3,1) is a solution.
Explanation
A solution is an (x,y) pair that makes the equation true. Think of it as a specific point that lies on the equation's line. Since the line is infinite, there are infinitely many solutions you can find for any linear equation.