0
$\begingroup$

I am looking through the mark scheme of a past A level paper and I cannot work out how they have simplified an expression:

$$\frac{k(k+1)(k+2)}{3} + (k+1)(k+2) = \frac{1}{3}(k+1)(k+2)(k+3)$$

Can anyone walk me through it?

Thanks.

  • 1
    Consider getting a common denominator then factoring out like terms.2017-01-26

3 Answers 3

4

We have: $$\frac{k(k+1)(k+2)}{3}+(k+1)(k+2)$$ Then: $$\frac{k(k+1)(k+2)}{3}+\frac{3(k+1)(k+2)}{3}$$ We can now combine the two fractions: $$\frac{\color{blue}{k}\color{#cc0000}{(k+1)(k+2)}+\color{blue}{3}\color{#cc0000}{(k+1)(k+2)}}{3}$$ Note that $(k+1)(k+2)$ are alike on both. Hence, we can factorise: $$\frac{\color{blue}{(k+3)}\color{#cc0000}{(k+1)(k+2)}}{3}$$ Which is the answer given.

1

$\begin{array}{rcl}\dfrac13k(k+1)(k+2)+(k+1)(k+2) &=& (k+1)(k+2)\left(\dfrac13k+1\right) \\ &=&(k+1)(k+2)\left(\dfrac13k+\dfrac13\cdot3\right) \\&=& \dfrac13(k+1)(k+2)(k+3) \end{array}$

1

Take $(k+1)(k+2)$ common, we have -

$(k+1)(k+2) \left[\frac k3 + 1\right]$

= $(k+1)(k+2) \left[\frac{k+3}{3}\right]$

= $\frac13(k+1)(k+2)(k+3)$