document.write( "Question 222468: find the twelfth term of the geometric sequence: 1/16, 1/8, 1,4... \n" ); document.write( "
Algebra.Com's Answer #166569 by stanbon(75887) ![]() You can put this solution on YOUR website! find the twelfth term of the geometric sequence: 1/16, 1/8, 1,4... \n" ); document.write( "------------------ \n" ); document.write( "nth term: a(n) = a(1)*r^(n-1) \n" ); document.write( "------- \n" ); document.write( "Your Problem: \n" ); document.write( "r = (1/8)/(1/16) = 2 \n" ); document.write( "a(12) = (1/16)*2^11 \n" ); document.write( "a(12) = (1/16)*2048 \n" ); document.write( "a(12) = 128 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |