document.write( "Question 936170: Hello,\r
\n" );
document.write( "\n" );
document.write( "How can i find the first and sum of the first 14 terms of an arithmetic sequence if i only know that the sum of the 3rd and 7th term is 24 and difference between the 6th and 4th is 4?\r
\n" );
document.write( "\n" );
document.write( "Thanks alot :) \n" );
document.write( "
Algebra.Com's Answer #569609 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! formula for n th term ( tn) = a+(n-1)d \n" ); document.write( "where a= first term \n" ); document.write( " d= common difference \n" ); document.write( " n = no of terms \n" ); document.write( "so 3rd term (t3)= a+(3-1)d \n" ); document.write( " = a+2d \n" ); document.write( "similarly \n" ); document.write( " 7 the term t(7) = a+(7-1)d \n" ); document.write( " =a+6d\r \n" ); document.write( "\n" ); document.write( "6 th term (t6)= a+5d \n" ); document.write( " 4 th term (t4) = a+3d \n" ); document.write( " sum of the 3rd and 7th term is 24 \n" ); document.write( "so \n" ); document.write( " (a+2d) +(a+6d) = 24 \n" ); document.write( " 2a+8d =24...................eq(1)\r \n" ); document.write( "\n" ); document.write( "difference between the 6th and 4th is 4 \n" ); document.write( " (a+5d)-(a+3d) = 4 \n" ); document.write( " 2d = 4 \n" ); document.write( " divide with 2 on both sides \n" ); document.write( " 2d/d = 4/4 \n" ); document.write( " d= 2 \n" ); document.write( "put d=2 in eq(1) \n" ); document.write( " 2a+8*2=24 \n" ); document.write( " 2a+16=24 \n" ); document.write( " 2a =24-16 \n" ); document.write( " 2a= 8 \n" ); document.write( " divide with 2 on both sides \n" ); document.write( " \n" ); document.write( " a= 4 \n" ); document.write( "so , first term (a) = 4 \n" ); document.write( "sum of n terms in Arithmetic series = \n" ); document.write( " sum of first 14 terms = \n" ); document.write( " = \n" ); document.write( " = \n" ); document.write( " = \n" ); document.write( " = \n" ); document.write( "Result : first term = 4 , sum = 238\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |