document.write( "Question 897665: is the sequence 2, 6, 12, 20 arithmetic, geometric, or neither? \n" ); document.write( "
Algebra.Com's Answer #544218 by Edwin McCravy(20059)\"\" \"About 
You can put this solution on YOUR website!
2, 6, 12, 20
\n" ); document.write( "
\r\n" );
document.write( "Let's test it to see if it is arithmetic sequence:\r\n" );
document.write( "\r\n" );
document.write( "(2nd term) - (1st term) = 6 - 2 = 4\r\n" );
document.write( "\r\n" );
document.write( "(3rd term) - (2nd term) = 12 - 6 = 6  \r\n" );
document.write( "\r\n" );
document.write( "The test fails.  4 and 6 aren't the same.  To be an arithmetic sequence,\r\n" );
document.write( "any term subtracted from the next term must always give the same number,\r\n" );
document.write( "called the common difference.  So it is not an arithmetic sequence, because\r\n" );
document.write( "4 and 6 are different.\r\n" );
document.write( "\r\n" );
document.write( "Let's test it to see if it is geometric sequence:\r\n" );
document.write( "\r\n" );
document.write( "\"matrix%281%2C2%2C2nd%2Cterm%29%2Fmatrix%281%2C2%2C1st%2Cterm%29\"\"%22%22=%22%22\"\"6%2F2\"\"%22%22=%22%22\"\"3\"\r\n" );
document.write( "\r\n" );
document.write( "\"matrix%281%2C2%2C3rd%2Cterm%29%2Fmatrix%281%2C2%2C2nd%2Cterm%29\"\"%22%22=%22%22\"\"12%2F6\"\"%22%22=%22%22\"\"2\"\r\n" );
document.write( "\r\n" );
document.write( "The test fails also.  They aren't the same.  To be an geometric sequence,\r\n" );
document.write( "any term divided be the preceding term must always give the same number,\r\n" );
document.write( "called the common ratio.  So it is not a geometric sequence either.\r\n" );
document.write( "\r\n" );
document.write( "It is neither an arithmetic nor a geometric sequence.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );