document.write( "Question 1178227: Write the first five terms of the arithmetic sequence. Find the common difference and write the nth term of the sequence as a function of n.\r
\n" );
document.write( "\n" );
document.write( "a1 = 8, ak + 1 = ak + 6\r
\n" );
document.write( "\n" );
document.write( "an= \n" );
document.write( "
Algebra.Com's Answer #807427 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A1=8, ak +1 = ak+6\r \n" ); document.write( "\n" ); document.write( "let k=1, a2 =a1+6 = 8+6=14\r \n" ); document.write( "\n" ); document.write( "k=2 , a3 = a2+8 14+6 =20\r \n" ); document.write( "\n" ); document.write( "so the first five terms= 8,14,20,26,32 \n" ); document.write( "common difference =6\r \n" ); document.write( "\n" ); document.write( "an= a1+(n-1)d = 8+(n-1)6 \n" ); document.write( " |