The sum of n terms of a G.P is 10-5/2^n-1, find (a) the sum of the first 4 terms (b) the 4th term

I think you mean

Sn = 10 - 5/(2^(n-1)

The first term can be found using n=1, so
a = 10 - 5/2^0 = 5

Now we know that

S2 = 5 + 5r = 10-5/2
r = 1/2

So the sequence is

5, 5/2, 5/4, 5/8, ...

Pls what of the sum of the first four term

To find the sum and the 4th term of a geometric progression (G.P), we can use the formulas for the sum of n terms and the nth term of a G.P.

The sum of n terms of a G.P is given by the formula:
Sn = a(1 - r^n) / (1 - r)

where Sn is the sum of n terms, a is the first term, r is the common ratio, and n is the number of terms.

In this case, we know that the sum of n terms is 10 - 5/(2^n-1). We want to find:
(a) The sum of the first 4 terms (S4)
(b) The 4th term of the G.P (a4)

Let's solve these step by step:

(a) The sum of the first 4 terms (S4):
Using the formula for the sum of n terms,
Sn = a(1 - r^n) / (1 - r)

Given that Sn = 10 - 5/(2^n-1), we substitute n = 4:
S4 = a(1 - r^4) / (1 - r)

Since we need to find the sum of the first 4 terms, we substitute n = 4 and solve for S4:
S4 = a(1 - r^4) / (1 - r)
10 - 5/(2^4-1) = a(1 - r^4) / (1 - r)

Now we can simplify and solve for S4.

(b) The 4th term (a4):
To find the 4th term (a4), we can use the formula for the nth term of a G.P:
an = a * r^(n-1)

In this case, we want to find a4, so we substitute n = 4 in the formula:
a4 = a * r^(4-1)
a4 = a * r^3

Now we can calculate a4.

It is important to note that in order to find the specific values of a and r, we would need more information, either the value of Sn for a given n, or additional terms in the G.P. Without that information, we can only determine the formulas and expressions for the sum and the 4th term.