Q1.
Write equations whose solution is y = 5. Share the equations you made with each other and discuss the methods used.
Answer
Start from y = 5 and do the same thing to both sides — every step gives a new equation with the same solution.
| Operation applied to y = 5 | Equation you get | Check with y = 5 |
|---|---|---|
| Add 1 | y + 1 = 6 | 5 + 1 = 6 ✓ |
| Multiply by 3 | 3y = 15 | 15 = 15 ✓ |
| Multiply by 3, then add 6 | 3y + 6 = 21 | 15 + 6 = 21 ✓ |
| Subtract from 12 | 12 − y = 7 | 12 − 5 = 7 ✓ |
| Divide by 5 | y ÷ 5 = 1 | 5 ÷ 5 = 1 ✓ |
| Multiply by 4, then subtract y | 4y = 3y + 5 | 20 = 15 + 5 ✓ |
Why it happens: this is solving run backwards. When you solve, you strip operations away until only y is left. When you generate, you build operations on until the equation looks interesting. Because every step is done to both sides, the value y = 5 keeps satisfying every equation in the chain.
Try This: make one whose unknown appears on both sides, such as 4y = 3y + 5, and give it to a friend to solve.