You can put this solution on YOUR website! If f(n) is a function that gives you the sum of the first n terms, the nth term is given by subtracting away the previous terms. Since terms are integers apart (1,2,3), we can extract the nth term by taking the sum to n, and subtracting away the sum of n-1. Thus, n=f(n)-f(n-1).
Text form: 2n^2+3n+4-2*(n-1)^2+3*(n-1)+4 simplifies to 2*n^2+6*n-2*(n-1)^2+5
Cartoon (animation) form: For tutors: simplify_cartoon( 2n^2+3n+4-2*(n-1)^2+3*(n-1)+4 )
If you have a website, here's a link to this solution.
DETAILED EXPLANATION
Look at . Added fractions or integers together It becomes . Look at . Moved to the right of expression It becomes . Look at . Expanded term by using associative property on It becomes . Look at . Multiplied numerator integers It becomes . Look at . Added fractions or integers together It becomes . Look at . Eliminated similar terms, replacing them with It becomes . Look at . Added fractions or integers together It becomes . Look at . Remove unneeded parentheses around factor It becomes . Result: