#multiplying out double brackets e
8 messages · Page 1 of 1 (latest)
you have to multiply each term in the first bracket with every term in other bracket like here
(x+3)(x+1)
=(x * x) + (x * 1) + (3 * x) +(3*1)
=x^2+ x + 3x +3
=x^2+4x+3
You can also explain like
(x+3)(x+1)
= x(x+1) + 3(x+1)
= x^2 + x + 3x + 3
@silver token Are you from the UK?