Constraint Systems: Solving with Multiple Rules
๐ What is a Constraint System?
A constraint system is a set of two or more equations (or inequalities) that must be true at the same time. They are also called systems of equations. We use them to find values that satisfy all given conditions, like finding where two lines cross on a graph.
๐ How to Solve: The Substitution Method
- Solve one equation for one variable.
- Substitute that expression into the other equation.
- Solve the new equation for the one remaining variable.
- Substitute back to find the other variable.
- Check your solution in both original equations!
โจ Worked Examples
Example 1: Solve the system.
y = 2x + 1
x + y = 10
- The first equation is already solved for y: y = 2x + 1
- Substitute into the second equation: x + (2x + 1) = 10
- Solve for x: 3x + 1 = 10 โ 3x = 9 โ x = 3
- Substitute back: y = 2(3) + 1 โ y = 7
- Check: 7 = 2(3)+1 โ๏ธ and 3+7=10 โ๏ธ
Solution: (3, 7)
Example 2: Solve the system.
2x + y = 11
3x - y = 9
- Solve the first equation for y: y = 11 - 2x
- Substitute into the second: 3x - (11 - 2x) = 9
- Solve for x: 3x - 11 + 2x = 9 โ 5x = 20 โ x = 4
- Substitute back: y = 11 - 2(4) โ y = 3
Solution: (4, 3)
โ ๏ธ Common Mistakes to Avoid
- Sign errors: Be careful with negative signs when substituting! Example: -(2x+1) is -2x-1, not -2x+1.
- Forgetting to check: Always plug your solution back into both original equations to verify.
- Mixing variables: Keep your x's and y's straight. Label your work clearly.
๐ก Tips & Tricks
- Look for the easy solve: Choose to solve the equation that has a variable with a coefficient of 1 (like just "x" or "y").
- Graphical check: Sketch the lines. The solution is where they intersect!
- Stay organized: Use parentheses when substituting to avoid sign mistakes.
๐ฏ How to Practice
Start with systems where one equation is already solved for a variable (like Example 1). Then move to systems where you need to do the first solving step (like Example 2). Create your own problems and solve them, or use online practice sites. The key is repetition to build confidence!