document.write( "Question 856229: The sum of the first 7 terms of an A.P is 28 and the sum of the first 15 terms is 90. Find the sum of the n term \n" ); document.write( "
Algebra.Com's Answer #515804 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! S = ½(a + an)n \n" ); document.write( "S = ½(2a + (n-1)d)n \n" ); document.write( "an = a + (n - 1)d\r \n" ); document.write( "\n" ); document.write( "S = ½(2a + (n-1)d)n \n" ); document.write( "28= ½(2a + 6d)7 \n" ); document.write( "90 = 1/2(2a+ 14d)15 \n" ); document.write( "28=(a + 3d)7, \n" ); document.write( "90 = (a+ 7d)15 \n" ); document.write( "a = 5/2, d = 1/2 \n" ); document.write( "S = ½(5/2 + An)n \n" ); document.write( "or \n" ); document.write( "S = ½(2*5/2 + 1/2(n-1))n \n" ); document.write( "S = 1/4 n(n+9) \n" ); document.write( " |