document.write( "Question 1127336: n : 1st term, 2nd term, 3rd term, 4th term, 5th term, 6th term, ………. 15th term
\n" );
document.write( "series: -3, 0,4,9,15,22\r
\n" );
document.write( "\n" );
document.write( "Find the 15th term. HINT: I think we need to multiply the series by 2 and then find factors and then solve. I am getting stuck between 4th and 5th term to find meaningful series for factors. Could you please help solve ? \n" );
document.write( "
Algebra.Com's Answer #743735 by math_helper(2461)  You can put this solution on YOUR website! \n" );
document.write( " Term Diff \n" );
document.write( " \n" );
document.write( " 3 \n" );
document.write( " 4 \n" );
document.write( " 5 \n" );
document.write( " 6 \r \n" );
document.write( "\n" );
document.write( " \n" );
document.write( " \n" );
document.write( " \r \n" );
document.write( "\n" );
document.write( "The pattern is: \n" );
document.write( " + . . . + \r \n" );
document.write( "\n" );
document.write( "If we write it a little differently: \n" );
document.write( " + (1+2+3 + . . . + (n+1)) - 3 \r \n" );
document.write( "\n" );
document.write( "[ Then noting the sum of the first m integers: (1+2+ . . . + m ) = (m)(m+1)/2 ] \r \n" );
document.write( "\n" );
document.write( "we can simplify: \n" );
document.write( " + - 3 \r \n" );
document.write( "\n" );
document.write( "Combining with the -3 we introduced : \n" );
document.write( " n=1,2,3, . . . \r \n" );
document.write( " \n" );
document.write( "\n" );
document.write( "Check with given values: \n" );
document.write( "a[1] = -6 + (2)(3)/2 = -6 + 3 = -3 \n" );
document.write( "a[2] = -6 + (3)(4)/2 = -6 + 6 = 0 \n" );
document.write( "a[3] = -6 + (4)(5)/2 = -6 + 10 = 4
\n" );
document.write( " \n" );
document.write( "You can plug in n=15 to find a[15] = 130.\r \n" );
document.write( " \n" );
document.write( " \n" );
document.write( "\n" );
document.write( " \n" );
document.write( " |
\n" );