document.write( "Question 841898: Please help with this question: each term of a sequence is determined by adding half to the preceding term.The sum of the first twenty five terms of the sequence equals the square of the twenty fifth term.Calculate the possible values of the first term \n" ); document.write( "
Algebra.Com's Answer #507241 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! each term of a sequence is determined by adding half to the preceding term.The sum of the first twenty five terms of the sequence equals the square of the twenty fifth term.Calculate the possible values of the first term \n" ); document.write( "---- \n" ); document.write( "1st term: x \n" ); document.write( "2nd term: x + 1/2 \n" ); document.write( "3rd term: x + 2(1/2) \n" ); document.write( ".... \n" ); document.write( ".... \n" ); document.write( "25th term: x + 24(1/2) \n" ); document.write( "======== \n" ); document.write( "Sum:: S(25) = (25/2)(x + x+12) \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "12.5(2x+12) = (x+12)^2 \n" ); document.write( "25(2x+12) = 2(x^2+24x+144) \n" ); document.write( "50x + 300 = 2x^2 + 48x + 288 \n" ); document.write( "------ \n" ); document.write( "2x^2 - 2x - 12 = 0 \n" ); document.write( "x^2 - x - 6 = 0 \n" ); document.write( "(x-3)(x+2) = 0 \n" ); document.write( "x = 3 or x = -2 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------------------- \n" ); document.write( " |