document.write( "Question 945097: Determine the number of terms n in each arithmetic series.\r
\n" );
document.write( "\n" );
document.write( "Problem 1: a1= 4, d = 7, Sn= 228 \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Problem 2: (−2) + (−12) + (−22) + (−32)..., Sn= −224 \r
\n" );
document.write( "\n" );
document.write( "These problems stumped me...thanks in advance for your time and effort, I appreciate the help! \n" );
document.write( "
Algebra.Com's Answer #576280 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Both problems require the formula to find the nth term of an arithmetic sequence: \n" ); document.write( "Sn = A1 + (n-1)d \n" ); document.write( "where \n" ); document.write( "Sn is \"sum of n terms\" \n" ); document.write( "A1 is the first term \n" ); document.write( "n is the number of terms \n" ); document.write( "d is the distance \n" ); document.write( ". \n" ); document.write( "Problem 1: a1= 4, d = 7, Sn= 228 \n" ); document.write( "Sn = A1 + (n-1)d \n" ); document.write( "substitute the values given from the problem: \n" ); document.write( "228 = 4 + (n-1)7 \n" ); document.write( "228 = 4 + 7n-7 \n" ); document.write( "228 = 7n-3 \n" ); document.write( "231 = 7n \n" ); document.write( "33 = n \n" ); document.write( ". \n" ); document.write( "Problem 2: (−2) + (−12) + (−22) + (−32)..., Sn= −224 \n" ); document.write( "distance (d) is: \n" ); document.write( "-12 - (-2) = -12 + 2 = -10 \n" ); document.write( ". \n" ); document.write( "Sn = A1 + (n-1)d \n" ); document.write( "substitute the values given from the problem: \n" ); document.write( "-224 = -4 + (n-1)-10 \n" ); document.write( "-224 = -4 + -10n+10 \n" ); document.write( "-224 = -10n+6 \n" ); document.write( "-230 = -10n \n" ); document.write( "23 = n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |