How do you find a_1a1 for each geometric series S_n=381/64Sn=38164, r=1/2, n=7?

1 Answer
Dec 25, 2016

a_1 = 3a1=3

Explanation:

We use the formula s_n = (a(1 - r^n))/(1 - r)sn=a(1rn)1r to find the sum of the first n terms of a geometric series.

381/64= (a(1 - (1/2)^7))/(1 - 1/2)38164=a(1(12)7)112

381/64 = (a(1 - 1/128))/(1/2)38164=a(11128)12

381/64 = (127/128a)/(1/2)38164=127128a12

381/64 = 254/128a38164=254128a

a = (381/64)/(254/128)a=38164254128

a = 3a=3

Hopefully this helps!