Geometric Sequence (Only 4 terms and their sums are given)

AI Thread Summary
In the discussion about solving a geometric sequence problem, participants analyze the sums of specific terms to find the first term and common ratio. The sums provided are t7 + t8 = 5832 and t2 + t3 = 24. Initial attempts to find the common ratio resulted in an incorrect value of r = 3.8, leading to confusion. Through a systematic approach using equations derived from the sums, the correct common ratio was determined to be r = 3, with the first term a calculated as 2. The importance of careful calculations and the elimination method in solving such problems was emphasized.
CrimsonKnight
Messages
3
Reaction score
0

Homework Statement


"In a geometric sequence, the sum of t7 and t8 is 5832, the sum of t2 and t3 is 24. Find the common ratio and first term."


Homework Equations


d = t8/t7 or t3/t2
tn = a * rn-1

The Attempt at a Solution


So I thought of developing a system of equations then solving by elimination. The result that I got is r = 3.8 but I have a gut feeling that it's wrong because when I plug it into the equation, it gives me unbelievably huge numbers and the end result would be negative and I believe I did something wrong when trying to find a.

Explaining the reasoning behind the solution would be appreciated :)
 
Physics news on Phys.org
Did you show the work here? I asked this question because I want to see how you approached this problem.

Other than that, the answer is not ##3.8##. I recommend you start this problem by indicating all available info you have.
 
NasuSama said:
Did you show the work here? I asked this question because I want to see how you approached this problem.

Other than that, the answer is not ##3.8##. I recommend you start this problem by indicating all available info you have.

I'm also asking help on how to approach this problem. Hope someone can enlighten us on how to solve this problem.
 
We can help you, but we can't answer the question for you since it's important for students to work out the problem by themselves.

Based on the problem, we know that since the sum of ##t_7## and ##t_8## is ##5832## and the sum of ##t_3## and ##t_2## is ##24##, we have

##t_2 + t_3 = 24##
##t_7 + t_8 = 5832##

Since ##t_n## is a geometric sequence, we obtain

##ar^{2 - 1} + ar^{3 - 1} = 24##
##ar^{7 - 1} + ar^{8 - 1} = 5832##

##ar + ar^{2} = 24##
##ar^{6} + ar^{7} = 5832##

Let's see if you can solve for ##r##.
 
  • Like
Likes 1 person
NasuSama said:
We can help you, but we can't answer the question for you since it's important for students to work out the problem by themselves.

Based on the problem, we know that since the sum of ##t_7## and ##t_8## is ##5832## and the sum of ##t_3## and ##t_2## is ##24##, we have

##t_2 + t_3 = 24##
##t_7 + t_8 = 5832##

Since ##t_n## is a geometric sequence, we obtain

##ar^{2 - 1} + ar^{3 - 1} = 24##
##ar^{7 - 1} + ar^{8 - 1} = 5832##

##ar + ar^{2} = 24##
##ar^{6} + ar^{7} = 5832##

Let's see if you can solve for ##r##.

Using the elimination process for solving systems of equations:
##ar^{6} + ar^{7} = 5832##
##ar + ar^{2} = 24##

##r^{5} + r^{5} = 5808##
##2r^{5} = 5808##
## r^{5} = 243##
##r = \sqrt[5]{243}##
##r = 3##

Substituting ##r = 3## into the previous equation:
## ar + ar^{2} = 24 ##
##a = 24/ (r + r^{2}) ##
##a = 24/ (3 + 3^{2}) ##
##a = 24/(3+9)##
##a = 2##

Now I understand; I made the problem of subtracting 24 to 5832 when I should've divided it instead.
Thank you very much :)
 
Last edited:
Very well done!
 
Back
Top