How do I simplify n(n+1)/2 + n+1?

  • Context: High School 
  • Thread starter Thread starter helpm3pl3ase
  • Start date Start date
  • Tags Tags
    Simplify
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
helpm3pl3ase
Messages
79
Reaction score
0
I can't seem to figure out how to simplify this!

n(n+1)/2 + n+1

which they were able to get (n+1)(n+2)/2 by simplifying that

and this

n(n+1)(2n+6)/6 + (n+1)^2

and they were able to get (n+1)(n+1+1)(2(n+1)+1)/6 out of this one.

Any help is greatly appreciated.
 
Mathematics news on Phys.org
Try this: surely you know how to "expand" parenthesis, like this: a(b+c) ---> ab + ac.

So do this both from the given problem expression, and also from the answer. Like this:
Problem -----> xxx
Answer ------> xxx
And try to get the same "xxx" starting from both ends.

When you have that, you can walk *forward* the steps from the problem, and then *backward* the steps from the solution:
Problem ------> xxx -------> Answer.
 
ok i did that but for the first one i get

(n^2 + n)/2 + n + 1

=

n^2 + n + n + 1/2

= n^4 + 1/2

but this does not equal (n+1)(n+2)/2
 
You have only expanded the parenthesis on the initial problem... but have not expanded them yet on the solution. Try expanding (n+1)(n+2)/2.

And hey! Watch out, the /2 is dividing (n^2 + n), and only those two. Try again the first part.
 
Last edited:
ooo I see I got it.. Thanks for the help!