document.write( "Question 435617: The sum of the first n terms of an arithmetic squence is given by the formula; Sn= n/2 (3n-13)=
\n" );
document.write( "i) Find the sum of the first two terms
\n" );
document.write( "ii) Find the sum of the first three terms
\n" );
document.write( "iii) Find the first three terms of the sequence
\n" );
document.write( "iv) How many terms of this sequence are required to give a sum of 85? \n" );
document.write( "
Algebra.Com's Answer #301461 by edjones(8007)![]() ![]() You can put this solution on YOUR website! iv) \n" ); document.write( " n/2(3n-13)=85 \n" ); document.write( "n(3n-13)=170 \n" ); document.write( "3n^2-13n-170=0 \n" ); document.write( "(n-10)(3n+17)=0 \n" ); document.write( "n=10 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |