document.write( "Question 996734: The sum of the first 50 elements of a set is 6925 with a common difference of 5. What is the first element of the set.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #615040 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of the first 50 elements of a set is 6925 with a common difference of 5. What is the first element of the set. \n" ); document.write( "---- \n" ); document.write( "S(n) = (n/2)(a(1)+a(n)) \n" ); document.write( "a(n) = a(1)+(n-1)d \n" ); document.write( "----- \n" ); document.write( "Solve for a(1):: \n" ); document.write( "25(a(1)+[a(1)+49*5]) = 6925 \n" ); document.write( "----- \n" ); document.write( "2*a(1) + 245 = 277 \n" ); document.write( "--- \n" ); document.write( "2a(1) = 32 \n" ); document.write( "--- \n" ); document.write( "a(1) = 16 \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " \n" ); document.write( " |