document.write( "Question 913227: Which sequence is geometric and has 1/4 as its fifth term and 1/2 as the common ratio? \n" ); document.write( "
Algebra.Com's Answer #554361 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! a[n] = a[1](1/2)^(n-1) \n" ); document.write( "a[5] = a[1](1/2)^(4) = 1/4 \n" ); document.write( " \n" ); document.write( "{4,2,1/2,1/4,...} \n" ); document.write( " |