document.write( "Question 863642: The pth term of an AP is (3p-1)/6. The sum of the first n terms of the AP is? \n" ); document.write( "
Algebra.Com's Answer #520529 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The pth term of an AP is (3p-1)/6. The sum of the first n terms of the AP is? \n" ); document.write( "------ \n" ); document.write( "Sum Formula: S(n) = (n/2)(a(1)+a(n) \n" ); document.write( "------------------- \n" ); document.write( "a(1) = (3-1)/6 = 1/2 \n" ); document.write( "a(n) = (3n-1)/6 \n" ); document.write( "----- \n" ); document.write( "S(n) = (n/2)[(1/2)+(3n-1)/6] \n" ); document.write( "---- \n" ); document.write( "= (n/2)[(3+3n-1)/6] \n" ); document.write( "==== \n" ); document.write( "= (n/2)(3n+2)/6 \n" ); document.write( "---- \n" ); document.write( "= (3n^2+2n)/12 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------------- \n" ); document.write( " |