The Architecture of Sequences
A Journey into Arithmetic Progressions
Imagine you are standing before a grand staircase. Each step you take is higher than the last by a constant amount; this is the essence of an Arithmetic Progression (AP).
In this problem, we are uncovering the hidden structure of this staircase. We are given two clues: the sum of the first ten steps, S10=390, and the ratio of the tenth step to the fifth step, which is 15:7.
Our mission is to find the sum of the steps from the sixth to the fifteenth, which is mathematically represented as S15−S5.
The Blueprint
Defining Our Variables
Every journey begins with a definition. Let the first step be a and the constant height added at each step be d.
Our toolkit consists of two fundamental formulas:
These are our compass and map for navigating the sequence.
The Detective Work
Setting the Constraints
We are told that S10=390. By substituting n=10 into our sum formula:
S10=210[2a+(10−1)d]=390
Simplifying this, we get 5[2a+9d]=390, which reduces to the linear equation:
Next, we look at the ratio of the tenth term to the fifth term: T5T10=715. Using our general term formula:
By cross-multiplying, we get 7(a+9d)=15(a+4d), which expands to 7a+63d=15a+60d. Rearranging the terms, we find the relationship:
The Intersection
Solving the System
Now, we have a system of two linear equations. We can substitute Equation 2 into Equation 1.
Since 3d=8a, then 9d=3×(3d)=3×(8a)=24a. Substituting this into 2a+9d=78:
Thus, a=3. With a known, we find d using 3d=8(3)=24, so d=8. Our staircase starts at 3 and grows by 8 with every step.
The Final Calculation
Reaching the Summit
The question asks for S15−S5. Visually, S15 is the sum of the first 15 terms, and S5 is the sum of the first 5; subtracting them leaves us with the sum of terms from T6 to T15.
First, we calculate S15:
S15=215[2(3)+(15−1)8]=215[6+112]=215[118]=15×59=885
Next, we calculate S5:
S5=25[2(3)+(5−1)8]=25[6+32]=25[38]=5×19=95
Finally, we perform the subtraction:
We have successfully navigated the staircase and reached the summit. The final answer is 790.