Question 1090199: If a,b,c are in A.P., show that
(i) 2(a-b) = a-c = 2(b-c)
(ii)(a-c)^2 = 4(b^2-ac) Found 2 solutions by htmentor, ikleyn:Answer by htmentor(1343) (Show Source):
You can put this solution on YOUR website! It is not stated whether the terms are consecutive, but we will proceed under that assumption.
A general expression for the term a is a = a1 + (n-1)d, assuming a is the n-th term, and d is the common difference
So b = a + d = and c = a + 2d
(i)
2(a - b) = -2d
a - c = -2d
2(b - c) = -2d
(ii)
(a - c)^2 = 4d^2
4(b^2 - ac) = 4( (a+d)^2 - a(a+2d) ) = 4( a^2 + 2ad + d^2 - a^2 - 2ad ) = 4d^2