Example 1: Find the constant that makes an equation true for every x
In the equation 3(x + k) = 3x + 12, k is a constant. For what value of k does the equation have infinitely many solutions?
Show solution
- Expand the left side: 3x + 3k = 3x + 12.
- The x-coefficients already match (3 and 3), so the equation has infinitely many solutions exactly when the constants match too: 3k = 12.
If the x-coefficients did not match, no value of k could give infinitely many solutions; the equation would have exactly one for every k.
- Solve: k = 4.
- Check: 3(x + 4) = 3x + 12 is 3x + 12 = 3x + 12, true for every x. For k = 5 it would read 3x + 15 = 3x + 12, false for every x: no solution.
Answer: k = 4