document.write( "Question 862775: For each sequences
\n" ); document.write( "1.Continue the pattern for three more terms
\n" ); document.write( "2.Describe the rule or pattern of the sequence in words
\n" ); document.write( "3.Write a formula for the general term fir each sequence\r
\n" ); document.write( "\n" ); document.write( "(a) 2,4,6, , , , ,
\n" ); document.write( "(b)5,10,15, , , ,
\n" ); document.write( "(c)1,4,9, , , , ,
\n" ); document.write( "(d)10,20,30, , , , ,
\n" ); document.write( "e)2,5,10, , , , , ,
\n" ); document.write( "f)18,27, , , , , ,
\n" ); document.write( "g)2,9,28, , , , ,
\n" ); document.write( "h)4,7,10, , , , ,
\n" ); document.write( "

Algebra.Com's Answer #519977 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( " (a)2,4,6,8,10,12,       the even positive integers, an = 2n\r\n" );
document.write( " (b)5,10,15,20,25,30     multiples of 5, an =  5n\r\n" );
document.write( " (c)1,4,9,16,25,36       squares of the positive integers, an = n² \r\n" );
document.write( " (d)10,20,30,40,50,60    multiples of 10, an = 10n\r\n" );
document.write( " (e)2,5,10,17,26,37      add 1 to each term of (c), an = n²+1\r\n" );
document.write( " (f)18,27,36,45,54       multiples of 9 starting with 9×2, an = 9(n+1)\r\n" );
document.write( " (g)2,9,28,65,126,217    add 1 to each cube, an = n³+1\r\n" );
document.write( " (h)4,7,10,13,16,19      add 1 to each multiple of 3, an = =3n+1\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );