document.write( "Question 831211: given the arithmetic sequence 58, 73, 88 determine:
\n" ); document.write( "-the general term, tn
\n" ); document.write( "-the value of the tenth term, t10
\n" ); document.write( "-the sum of the first ten terms, S10
\n" ); document.write( "

Algebra.Com's Answer #501213 by Elomeht(22)\"\" \"About 
You can put this solution on YOUR website!
We are dealing here with an arithmetic progression where the the first term, a, is 58 and the common difference, d, is 15.\r
\n" ); document.write( "\n" ); document.write( "1. The general formula for the nth term of an arithmetic progression is:\r
\n" ); document.write( "\n" ); document.write( " a + (n - 1)d\r
\n" ); document.write( "\n" ); document.write( " Substituting for a and d, we get 58 + 15(n - 1)\r
\n" ); document.write( "\n" ); document.write( "2. When n = 10, we have 58 + 15 times 9 = 58 + 135 = 193\r
\n" ); document.write( "\n" ); document.write( "3. The sum of the first n terms is given by the formula:
\n" ); document.write( " (n/2)[2a + (n - 1)d]
\n" ); document.write( " Substituting for a, n and d, we get:\r
\n" ); document.write( "\n" ); document.write( " (10/2)[2 times 58 + 15 times 9] = 5[116 + 135] = 5 times 251 = 1255
\n" ); document.write( "
\n" );