139k views
1 vote
Find a1 when Sn=152, r=-3, an=200

2 Answers

4 votes

Answer:

This expression is read as the sum of 3n as n goes from 1 to 10. Example 1: Find the sum of the first 20 terms of the arithmetic series if a1=5 and a20=62 .

User Ptikobj
by
8.7k points
2 votes

To find the value of a1 in a geometric sequence, we can use the formula:

an = a1 * r^(n-1)

Given that an = 200, r = -3, and Sn = 152, we can utilize the formulas for the sum of a geometric sequence to find the value of a1.

The formula for the sum of a geometric sequence is:

Sn = a1 * (1 - r^n) / (1 - r)

Let's substitute the given values:

152 = a1 * (1 - (-3)^n) / (1 - (-3))

To find the value of n, we can rearrange the formula:

(1 - (-3)^n) / (1 - (-3)) = 152 / a1

Simplifying further:

(1 - (-3)^n) / 4 = 152 / a1

Now, we know that an = 200, and we can substitute these values into the formula for an:

200 = a1 * (-3)^(n-1)

Since we have two equations involving a1 and n, we can solve this system of equations to find the value of a1.

Dividing the second equation by the first equation:

(-3)^(n-1) / 4 = 200 / 152

Simplifying further:

(-3)^(n-1) / 4 = 25 / 19

To solve for n, we can take the logarithm of both sides:

log((-3)^(n-1) / 4) = log(25 / 19)

(n-1) * log(-3) - log(4) = log(25) - log(19)

Now, we can solve for n:

(n-1) * log(-3) = log(25) - log(19) + log(4)

n - 1 = (log(25) - log(19) + log(4)) / log(-3)

n = 1 + (log(25) - log(19) + log(4)) / log(-3)

Using a calculator, we can find the approximate value of n:

n ≈ 2.191

Now that we have the value of n, we can substitute it back into the equation:

(1 - (-3)^n) / 4 = 152 / a1

(1 - (-3)^2.191) / 4 = 152 / a1

Simplifying further:

a1 ≈ 52.717

Therefore, approximately, a1 ≈ 52.717.


User Prthrokz
by
8.3k points