How would I find the sum of 3^r from r=1 to r=n?
I honestly have no workings because I don't know how to approach this since I can't split it into 3*(sum[1^r])
Thank you for your help.
Printable View
How would I find the sum of 3^r from r=1 to r=n?
I honestly have no workings because I don't know how to approach this since I can't split it into 3*(sum[1^r])
Thank you for your help.