document.write( "Question 1090199: If a,b,c are in A.P., show that\r
\n" );
document.write( "\n" );
document.write( "(i) 2(a-b) = a-c = 2(b-c)\r
\n" );
document.write( "\n" );
document.write( "(ii)(a-c)^2 = 4(b^2-ac) \n" );
document.write( "
Algebra.Com's Answer #704661 by htmentor(1343) You can put this solution on YOUR website! It is not stated whether the terms are consecutive, but we will proceed under that assumption. \n" ); document.write( "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 \n" ); document.write( "So b = a + d = and c = a + 2d \n" ); document.write( "(i) \n" ); document.write( "2(a - b) = -2d \n" ); document.write( "a - c = -2d \n" ); document.write( "2(b - c) = -2d \n" ); document.write( "(ii) \n" ); document.write( "(a - c)^2 = 4d^2 \n" ); document.write( "4(b^2 - ac) = 4( (a+d)^2 - a(a+2d) ) = 4( a^2 + 2ad + d^2 - a^2 - 2ad ) = 4d^2 \n" ); document.write( " \n" ); document.write( " |