document.write( "Question 937656: Given an arithmetic sequence with total of the first three terms is equal to 13 and the last N th term is equal to 7. Determine the middle term of arithmetic sequence and its value \n" ); document.write( "
Algebra.Com's Answer #571078 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
Any term at index i would be \"A%5B1%5D%2B%28i-1%29d\", for common difference of d.\r
\n" ); document.write( "\n" ); document.write( "Your description with the last N th term must mean, index of 3 because your sequence is given to have three terms.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To be simple, \"a=A%5B1%5D\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"a%2B%281-1%29d%2Ba%2B%282-1%29d%2Ba%2B%283-1%29d=13\"
\n" ); document.write( "\"a%2Ba%2Bd%2Ba%2B2d=13\"
\n" ); document.write( "\"highlight_green%283a%2B3d=13%29\"
\n" ); document.write( "One equation in two unknowns.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "More from the description,
\n" ); document.write( "\"a%2B%283-1%29d=7\"
\n" ); document.write( "\"highlight_green%28a%2B2d=7%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now, we have two equation in the two unknowns, a and d.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"system%283a%2B3d=13%2Ca%2B2d=7%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"system%283a%2B3d=13%2C3a%2B6d=21%29\", starting with Elimination Method
\n" ); document.write( "E2-E1 gives.....\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"3d=8\"
\n" ); document.write( "\"highlight%28d=8%2F3%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The middle, or term at index 2, is \"7-8%2F3=21%2F3-8%2F3=highlight%2813%2F3%29\".\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "....Only three terms are in the sequence.
\n" ); document.write( "\"...sequence with total of the first three terms is equal to 13...\"
\n" ); document.write( "and
\n" ); document.write( "\" last N th term is equal to 7.\"
\n" ); document.write( "and
\n" ); document.write( "\"Determine the middle term of arithmetic sequence\".
\n" ); document.write( "Those strongly imply that the last term of the sequence is at index number 3.
\n" ); document.write( "
\n" );