document.write( "Question 637911: (a)if log x , log(x+2) , log(x+16) are three consecutive terms of an AP, find the value of x.
\n" );
document.write( "(B)the sixth terms of an AP is Twice the Second term and the fifth term exceeds the first term by 10.find first term and the common difference. \n" );
document.write( "
Algebra.Com's Answer #401939 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! (a) log(x+2) - log x = log(x + 16) - log (x + 2) \n" ); document.write( " log [(x + 2)/x] = log [(x + 16)/(x + 2)] \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " Answer: \n" ); document.write( "\n" ); document.write( "(b) Let x be the first term and k be the common difference. \n" ); document.write( " 6th term = x + 5k \n" ); document.write( " 2nd term = x + k \n" ); document.write( " 5th term = x + 4k\r \n" ); document.write( "\n" ); document.write( " Equations: \n" ); document.write( " (x + 5k) = 2(x + k) or x - 3k = 0 \n" ); document.write( " (x + 4k) - x = 10 or 4k = 10, therefore k = 2.5 \n" ); document.write( " So x - 3(2.5) = 0, therefore x = 7.5 \n" ); document.write( " \n" ); document.write( "Answer: The first term is 7.5 and the common difference is 2.5. \n" ); document.write( " |