I've been given the following expression:
$2(a + b) + (n + 1)(2a + c) + 2n(2a + d + b) + (a + r)$
And I've been told that it can be simplified to:
$n(6a + 2b + c + 2d) + (5a + 2b + c + r)$
I've tried breaking it down for a while and couldn't find it.
$2a + 2b + 2a(n + 1) + c(n + 1) + n(2a + d + b) + 4a + 2d + 2b + a + r$
$2a + 2b + 2a(n + 1) + c(n + 1) + n(2a + d + b) + 5a + 2d + 2b + r$
$Don't\ know\ how\ to\ go\ from\ here...$
What are the correct order of operations to make it equal the above?
$$2(a+b)+(n+1)(2a+c)+2n(2a+d+b)+(a+r) = $$
$$= 2a+2b+2na+2a+nc+c+4na+2nd+2nb+a+r = $$
$$= (6na+2nb+nc+2nd)+5a+2b+c+r $$