document.write( "Question 630804: Find the nth term, the fifth term, and the eighth term of the geometric sequence.
\n" );
document.write( " 8,4,2,1....
\n" );
document.write( "an=
\n" );
document.write( "a5=
\n" );
document.write( "a8= \n" );
document.write( "
Algebra.Com's Answer #397170 by dfrazzetto(283)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "a(n) = 2^(4-n)\r \n" ); document.write( "\n" ); document.write( "a(5) = 1/2\r \n" ); document.write( "\n" ); document.write( "a(8) = 1/16 \n" ); document.write( " |