document.write( "Question 978613: Given the geometric sequence: 20,(5/2),(5/16) ... \r
\n" );
document.write( "\n" );
document.write( "Find an explicit formula for a_n.
\n" );
document.write( "a_n = \r
\n" );
document.write( "\n" );
document.write( "Find a_(8) = \n" );
document.write( "
Algebra.Com's Answer #599979 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "20,(5/2),(5/16) ... \n" ); document.write( "Find 'r' Using 1st and 2nd numbers \n" ); document.write( "5/2 / 20 = 5/40 = 1/8 \n" ); document.write( "An = 20* (1/8)^n-1 \n" ); document.write( "A(8) = 20*(1/8)^7 \n" ); document.write( "A^8 = 5/524288 \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |