How to find the first term and common ratio if given that sum of first and third term is 20 and sum of fourth and sixth term is 540?
Relevant page
<a href="/series-binomial-theorem/2-geometric-progressions.php">2. Geometric Progressions</a>
What I've done so far
Trial and error, and reading over your examples.
I'll get you started and hope you can go from there.
As you know, the terms in an arithmetic progression go:
`a, ar, ar^2, ar^3, ...`
From the question, you know that
`a + ar^2 = 20`
Next, factorise the LHS.
Now write the sum of the 4th and 6th terms and factorise. You should be able to recognise something.
Then divide the second answer by the first. Out will pop your answer.
Good luck
X
Hello Alicia
I'll get you started and hope you can go from there.
As you know, the terms in an arithmetic progression go:
`a, ar, ar^2, ar^3, ...`
From the question, you know that
`a + ar^2 = 20`
Next, factorise the LHS.
Now write the sum of the 4th and 6th terms and factorise. You should be able to recognise something.
Then divide the second answer by the first. Out will pop your answer.
Good luck
`ar^3(1+r^2) = 540`
Do it mean this?
`(ar^3(1+r^2))/(a(1+r^2)) = 540/20`
Then
`r^3 = 27`
`r = 3`
I got it!
Putting that back in the first line gives me:
`a(1+3^2) = 10a = 20`
So `a=2`.
So first term is `2` and common ratio is `3`.
Plugging in to check:
The terms will be:
`2, 6, 18, 54, 162, 486, ...`
Sum of first and 3rd is `2 + 18 = 20` (OK)
Sum of 4th and 6th terms: `54 + 486 = 540`
Thank you so much
Regards
Alicia