document.write( "Question 864059: the first term of arithmetic progression is 3. Given that the sum of the first 6 terms is 48 and that the sum of all the terms is 168,calculate the common difference,the number of terms in the sequence, and the last term \n" ); document.write( "
Algebra.Com's Answer #520780 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! S = ½(2a + (n-1)d)n \n" ); document.write( "48 = ½(6 + (5)d)6, \n" ); document.write( "168 = ½(6 + (n-1)d)n \n" ); document.write( "d = 2, n = 12\r \n" ); document.write( "\n" ); document.write( "an = a + (n - 1)d \n" ); document.write( "a12 =3 + (11)2 \n" ); document.write( "a12=25 \n" ); document.write( "check \n" ); document.write( "S = ½(a + an)n \n" ); document.write( "S = ½(3 + 25)12=168 \n" ); document.write( "ok\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |