document.write( "Question 323108: Find the sum to n terms of the G.P. 1+12+104+1006+.... \n" ); document.write( "
Algebra.Com's Answer #231308 by Jk22(389)\"\" \"About 
You can put this solution on YOUR website!
=sum(10^k+2k,k=0,n-1)
\n" ); document.write( "=1/9*(10^n-1)+n(n-1)
\n" ); document.write( "
\n" );