document.write( "Question 1057964: The first element of a geometric sequence is 1/8 and the eighth element is -16, what is the sixth element? \n" ); document.write( "
Algebra.Com's Answer #672980 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The definition of the nth term of a geometric sequence is \n" ); document.write( ": \n" ); document.write( "a(n) = a(0) * r^(n-1), where a(0) is the first term and r is the common ratio \n" ); document.write( ": \n" ); document.write( "we are given a(0) = (1/8) and a(8) = -16 \n" ); document.write( ": \n" ); document.write( "-16 = (1/8) * r^(8-1) \n" ); document.write( ": \n" ); document.write( "r^7 = -128 \n" ); document.write( ": \n" ); document.write( "r = -128^(1/7) = -2 \n" ); document.write( ": \n" ); document.write( "****************************** \n" ); document.write( "a(6) = (1/8) * (-2)^(6-1) = -4 \n" ); document.write( "****************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |