Free Practice Question
PS · Problem Solving
sub-505
Sequences
In a specific sequence, every term after the first is one less than double the preceding term. Given that the initial term is 1.25, what is the value of the 3rd term?
Answer Choices
Correct answer marked belowA
−0.5
B
0
C
1
2
Correct
E
2.5
See the full step-by-step explanation
You can see the correct answer above. Sign in for free to unlock the complete worked solution.
Track your performance and improve
Get detailed analytics, unlock full explanations, and move up difficulty tiers as you practice.
Explanation
Preview
Official Explanation
Official
Let N1 = 1.25. Then, N2 = 2(1.25) - 1 = 1.5. Next, N3 = 2(1.5) - 1 = 2.
Read the full explanation
Sign in for free to see the complete step-by-step solution to this question.
Comments
2
Sign in to join the discussion
N
NishatAug 23, 2024
Thank for sharing!!!
N
NominNov 4, 2024
thanks for posting
What this question tests
What it tests
Your ability to spot and extend arithmetic and geometric sequences and work with recursive definitions.
Common trap
Off-by-one errors in indexing (a₀ vs a₁) or confusing an arithmetic difference with a geometric ratio.
Details
Difficulty
sub-505
Type
PS
Category