document.write( "Question 848905: The first,third and eight term of an arithmetic sequence form the first three terms of a geometric sequence. if the first term is 4. Find the common difference of the arthimetic sequence \n" ); document.write( "
Algebra.Com's Answer #522269 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! an = a + (n - 1)d \n" ); document.write( "a1 = a \n" ); document.write( "a3 = a + (2)d \n" ); document.write( "a8 = a + (7)d \n" ); document.write( " \n" ); document.write( "Geometric \n" ); document.write( "Tn = t * r^(n - 1) \n" ); document.write( "a= t \n" ); document.write( "4 + 2d= 4 * r \n" ); document.write( "4 + 7d= 4 * r^(2) \n" ); document.write( "d = 3, r = 5/2 \n" ); document.write( "or\r \n" ); document.write( "\n" ); document.write( "d = 0, r = 1 \n" ); document.write( " |