document.write( "Question 743400: The sum of all terms of the arithmetic progression having ten terms except for the first term is 99 and except for the sixth term 89. Find the third term of the progression if the sum of the first term and the fifth term is equal to 10. \n" ); document.write( "
Algebra.Com's Answer #452870 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
\"a%5B1%5D\"= first term
\n" ); document.write( "\"d\"= common difference
\n" ); document.write( "\"S\"= sum of all 10 terms
\n" ); document.write( "
\n" ); document.write( "The sum of all terms of the arithmetic progression except for the first term is 99 translates into
\n" ); document.write( "\"S-a%5B1%5D=99\"
\n" ); document.write( "The sum of all terms of the arithmetic progression except for the sixth term 89 translates into
\n" ); document.write( "\"S-a%5B6%5D=99\"
\n" ); document.write( "\"system%28S-a%5B1%5D=99%2CS-a%5B6%5D=89%29\" --> \"a%5B6%5D-a%5B1%5D=99-89\" --> \"a%5B6%5D-a%5B1%5D=10\"
\n" ); document.write( "
\n" ); document.write( "The nth term in an arithmetic progression is given by the formula
\n" ); document.write( "\"a%5Bn%5D=a%5B1%5D%2B%28n-1%29%2Ad\" so
\n" ); document.write( "\"a%5B6%5D=a%5B1%5D%2B5d\" --> \"a%5B6%5D-a%5B1%5D=5d\"
\n" ); document.write( "
\n" ); document.write( "\"system%28a%5B6%5D-a%5B1%5D=10%2Ca%5B6%5D-a%5B1%5D=5d%29\" --> \"5d=10\" --> \"d=2\"
\n" ); document.write( "
\n" ); document.write( "We are told that the sum of the first term and the fifth term is equal to 10.
\n" ); document.write( "The fifth term is
\n" ); document.write( "\"a%5B5%5D=a%5B1%5D%2B%285-1%29%2A2\" --> \"a%5B5%5D=a%5B1%5D%2B8\"
\n" ); document.write( "The sum of the first term and the fifth term is
\n" ); document.write( "\"a%5B1%5D%2B%28a%5B1%5D%2B8%29=10\" --> \"2a%5B1%5D%2B8=10\" --> \"2a%5B1%5D=10-8\" --> \"2a%5B1%5D=2\" --> \"a%5B1%5D=1\"
\n" ); document.write( "
\n" ); document.write( "Knowing that the first term is \"a%5B1%5D=1\" and the common difference is \"d=2\" we can calculate the third term as
\n" ); document.write( "\"a%5B3%5D=1%2B%283-1%29%2A2\" --> \"a%5B3%5D=1%2B2%2A2\" --> \"a%5B3%5D=1%2B4\" --> \"highlight%28a%5B3%5D=5%29\"
\n" ); document.write( "
\n" );