Q1.
Can this equation have any other solution? [The equation 2n + 1 = 99, solved by trial and error to give n = 49.]
Answer
No. n = 49 is the only solution.
If n = 48, LHS = 2 × 48 + 1 = 97 (too small)
If n = 49, LHS = 2 × 49 + 1 = 99 (correct)
If n = 50, LHS = 2 × 50 + 1 = 101 (too big)
If n = 49, LHS = 2 × 49 + 1 = 99 (correct)
If n = 50, LHS = 2 × 50 + 1 = 101 (too big)
Why it happens: every time n increases by 1, the LHS increases by exactly 2 — it never goes back down. So the LHS passes through 99 once and only once. Solving it systematically shows the same thing: 2n + 1 = 99 forces 2n = 98, and 98 has only one half, namely 49.
Tip: not every equation behaves like this. x + 4 = x + 5 has no solution, and 5s = 3s has exactly one (s = 0). Equations you will meet later can have more than one. It is always worth asking the question.