document.write( "Question 477532: How do I solve this? Can you help me please?
\n" );
document.write( "a1=4 r=2 what are the first four terms in the geometric sequence? \n" );
document.write( "
Algebra.Com's Answer #327274 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a1=4 r=2 what are the first four terms in the geometric sequence? \n" ); document.write( "--- \n" ); document.write( "1st term: 1 \n" ); document.write( "2nd term: 1*2 = 2 \n" ); document.write( "3rd term: 2*2 = 2^2 \n" ); document.write( "4th term: 2^2*2 = 2^3 \n" ); document.write( "nth term: 2^(n-1) \n" ); document.write( "------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |