Analyzing the Setup
Imagine you are standing on a number line. We are given four points: a, 4, α, and b. They are locked in an Arithmetic Progression (A.P.), meaning the gap between any two consecutive terms is a constant common difference, d.
If we start at a, the next term is a+d=4. This gives us the relation d=4−a.
We can now express the remaining terms in terms of a:
- The third term, α, is a+2d=a+2(4−a)=8−a.
- The fourth term, b, is a+3d=a+3(4−a)=12−2a.
By doing this, we have reduced the complexity of the problem by expressing all variables in terms of a.
The Bridge of Arithmetic Mean
The problem provides the condition that the arithmetic mean of a1 and b1 is 165. Mathematically, this is expressed as:
Simplifying the left side, we obtain:
Substituting b=12−2a into the equation, we get:
This simplifies to:
Solving for the Variable
Cross-multiplying the terms leads to a quadratic equation in a:
8(12−a)=10a(6−a)
96−8a=60a−10a2
10a2−68a+96=0
Dividing the entire equation by 2 yields:
Factoring the quadratic, we find:
This provides two potential values: a=4.8 or a=2. Given the constraint a>2, we must discard a=2 and accept a=4.8.
The Final Act
With a=4.8, we calculate the remaining values:
- α=8−4.8=3.2
- b=12−2(4.8)=2.4
We now substitute these into the final quadratic equation αx2−ax+2(α−2b)=0:
3.2x2−4.8x+2(3.2−2(2.4))=0
3.2x2−4.8x+2(3.2−4.8)=0
3.2x2−4.8x−3.2=0
Dividing by 1.6 simplifies the equation to:
Factoring this quadratic gives (2x+1)(x−2)=0. The roots are x=2 and x=−0.5.