document.write( "Question 296293: I need to find the rule of the infinite series starting with
\n" );
document.write( "1, 2, 4, 8,...\r
\n" );
document.write( "\n" );
document.write( "i tried multiplying, using powers, adding and subtracting..
\n" );
document.write( "and nothing's worked! please help and give me tips to do it
\n" );
document.write( "faster.. thanks:) \n" );
document.write( "
Algebra.Com's Answer #213538 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I need to find the rule of the infinite series starting with \n" ); document.write( "1, 2, 4, 8,... \n" ); document.write( "----------- \n" ); document.write( "1st: 1 = 2^0 \n" ); document.write( "2nd: 2 = 2^1 \n" ); document.write( "3rd: 4 = 2^2 \n" ); document.write( "4th: 8 = 2^3 \n" ); document.write( "..... \n" ); document.write( "nth: 2^(n-1) \n" ); document.write( "------ \n" ); document.write( "Rule a(n) = 2^(n-1) \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========================== \n" ); document.write( " |