Q1.
How do we expand this? [(a + 1) (b + 1)]
Answer
Treat the whole bracket (a + 1) as a single term and distribute the second bracket over it.
(a + 1)(b + 1) = (a + 1) b + (a + 1) 1
= (ab + b) + (a + 1)
= ab + a + b + 1
= (ab + b) + (a + 1)
= ab + a + b + 1
So the increase in the product ab is a + b + 1.
Why it happens: distributivity does not care what the “single number” a stands for — it can itself be a bracket. Using it once splits the second bracket, using it again splits the first, and every term of one bracket has then met every term of the other.