document.write( "Question 208032: Could someone tell me if I understood this right? I should find out if these are geometric (if then I should give the common ratio) or arithmetic (if then I should give the common difference)
\n" );
document.write( "Are these right;
\n" );
document.write( "8,12,16,20... are Geometric with ratio=4
\n" );
document.write( "3,-6,12,-24...are geometric with ratio=-3
\n" );
document.write( "8,11,13,15... are none of both
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #157341 by Theo(13342) You can put this solution on YOUR website! Are these right; \n" ); document.write( "----- \n" ); document.write( "FIRST SEQUENCE \n" ); document.write( "----- \n" ); document.write( "8,12,16,20... \n" ); document.write( "----- \n" ); document.write( "this one is arithmetic with common difference = 4 \n" ); document.write( "12 - 8 = 4 \n" ); document.write( "16 - 12 = 4 \n" ); document.write( "20 - 16 = 4 \n" ); document.write( "8 + 4 = 12 + 4 = 16 + 4 = 20 ... \n" ); document.write( "----- \n" ); document.write( "SECOND SEQUENCE \n" ); document.write( "----- \n" ); document.write( "3,-6,12,-24... \n" ); document.write( "----- \n" ); document.write( "this one is geometric with common ratio = -2 (not 3) \n" ); document.write( "-6 / 3 = -2 \n" ); document.write( "12 / -6 = -2 \n" ); document.write( "-24 / 12 = -2 \n" ); document.write( "3 * (-2) = -6 * (-2) = 12 * (-2) = -24 ... \n" ); document.write( "----- \n" ); document.write( "THIRD SEQUENCE \n" ); document.write( "----- \n" ); document.write( "8,11,13,15... \n" ); document.write( "----- \n" ); document.write( "can't see an arithmetic sequence here. \n" ); document.write( "thought it would be 2 in an arithmetic but the first number throws it off since the difference between 11 and 8 is 3. once it gets past 11 it seem to be a common difference of 2 but the first number is an exception unless it was really 9? \n" ); document.write( "11 - 8 = 3 \n" ); document.write( "13 - 11 = 2 \n" ); document.write( "15 - 13 = 2 \n" ); document.write( "as it is there doesn't seem to be a common difference \n" ); document.write( "----- \n" ); document.write( "can't see a geometric sequence here. \n" ); document.write( "11/8 = 1.375 \n" ); document.write( "13/11 = 1.18181818... \n" ); document.write( "15/13 = 1.153846... \n" ); document.write( "there doesn't seem to be a common ratio \n" ); document.write( "----- \n" ); document.write( " |