document.write( "Question 843209: the sum of the fourth and twelfth term of an A.P is 120.what is the sum of the first 15 terms of the A.p
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #516258 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! an = a + (n - 1)d \n" ); document.write( "a4 = a + 3d \n" ); document.write( "a12 = a + 11d \n" ); document.write( "120=2a+14d\r \n" ); document.write( "\n" ); document.write( "S = ½(2a + (n-1)d)n \n" ); document.write( "S = ½(2a + (14)d)15 \n" ); document.write( "S = ½(120)15 \n" ); document.write( "S=900 \n" ); document.write( " |