Q1.
Consider an equation 15 + 8 = 23. If we add, subtract, multiply or divide the same number on both sides, will it still preserve the equality of LHS and RHS? For example, you can check by adding 10 to both sides.
Answer
Yes — the equality survives all four operations, as long as you do the same thing to both sides.
| Operation | New LHS | New RHS | Still equal? |
|---|---|---|---|
| Add 10 | 15 + 8 + 10 = 33 | 23 + 10 = 33 | Yes |
| Subtract 7 | 15 + 8 − 7 = 16 | 23 − 7 = 16 | Yes |
| Multiply by 4 | (15 + 8) × 4 = 92 | 23 × 4 = 92 | Yes |
| Divide by 23 | (15 + 8) ÷ 23 = 1 | 23 ÷ 23 = 1 | Yes |
Why it happens: the LHS and the RHS are not two different things — they are two names for the same number, 23. If you do the same thing to a number, you get the same answer, whichever name you started from. So the two sides can never drift apart. This is precisely the weighing-scale rule: remove (or add) equal weights on both pans and the scale stays balanced.
Tip: the one operation to be careful with is dividing by 0 — that is not allowed for any number. Everything else is safe.