document.write( "Question 1118782: sum from n = 1 to n = infinity(2^n - 1)/3^n \n" ); document.write( "
Algebra.Com's Answer #734219 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "S = (2^1-1)/3^1 + (2^2-1)/3^2 + {2^3-1/3^3 + ... \n" ); document.write( "S = 1/3 + 3/9 + 7/27 + 15/81 + ... \n" ); document.write( "If the denominators of the series form a geometric progression but the whole series is not geometric, then multiply that expression for the sum by the common ratio; then subtract the two series. \r\n" ); document.write( " 3S = 1 + 3/3 + 7/9 + 15/27 + ...\r\n" ); document.write( " S = 1/3 + 3/9 + 7/27 + ...\r\n" ); document.write( " --------------------------------\r\n" ); document.write( " 2S = 1 + 2/3 + 4/9 + 8/27 + ... \n" ); document.write( "The expression on the right is a pure geometric series... \n" ); document.write( " 2S = 1/(1-(2/3)) = 1/(1/3) = 3 \n" ); document.write( " S = 3/2 or 1.5 \n" ); document.write( " |