document.write( "Question 662461: Question: In an arithmetic series of 50 terms, the 17th term is 53 and the 28th term is 86. Find the sum of the series.\r
\n" ); document.write( "\n" ); document.write( "Problem: I've gone through all the steps but I ended up with a different answer than what's in the back of my textbook. I'm going to type everything thing I did below, and hopefully someone can tell me where I messed up. I used \ when referring to division and / when referring to a fraction.\r
\n" ); document.write( "\n" ); document.write( "t17=53
\n" ); document.write( "t28=86\r
\n" ); document.write( "\n" ); document.write( "tn=a+(n-1)d
\n" ); document.write( "53=a+(17-1)d
\n" ); document.write( "53=a+16d
\n" ); document.write( "a=53-16d\r
\n" ); document.write( "\n" ); document.write( "Sn=n\2(2a+(n-1)d)
\n" ); document.write( "86=28/2(2a+(28-1)d)
\n" ); document.write( "86=14(2a+27d)\r
\n" ); document.write( "\n" ); document.write( "86=14(2(53-16d)+27d)
\n" ); document.write( "6/1/7=2(53-16d)+27d
\n" ); document.write( "6/1/7=106-32d+27d
\n" ); document.write( "-99/6/7=5d
\n" ); document.write( "-19/34/35=d\r
\n" ); document.write( "\n" ); document.write( "a=53-16(-19/34/35)
\n" ); document.write( "a=53-320
\n" ); document.write( "a=-267\r
\n" ); document.write( "\n" ); document.write( "Sn=n\2(2a+(n-1)d)
\n" ); document.write( "Sn= 50\2(2(-267)+(50-1)-19/34/35)
\n" ); document.write( "Sn=25(-534+(49)-19/34/34)
\n" ); document.write( "Sn=25(-1512/3/5)
\n" ); document.write( "Sn=-37815\r
\n" ); document.write( "\n" ); document.write( "The answer im the back of my textbook says it's suppose to be 3925
\n" ); document.write( "

Algebra.Com's Answer #412289 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
The first part of your work is right.
\n" ); document.write( "term number \"17\" is \"53\" --> \"t%5B17%5D=53\"
\n" ); document.write( "term number \"n\" is \"t%5Bn%5D=a%2B%28n-1%29d\"
\n" ); document.write( "\"53=a%2B%2817-1%29d\" --> \"53=a%2B16d\" <--> \"a=53-16d\"
\n" ); document.write( "You were on your way to finding \"a\" and \"d\".
\n" ); document.write( "You just needed to use more data to get \"a\" and \"d\".
\n" ); document.write( "
\n" ); document.write( "Next, you misinterpreted \"the 28th term is 86\" (or maybe lost track of your planned steps)
\n" ); document.write( "You wrote \"S%5Bn%5D=%28n%5C2%29%282a%2B%28n-1%29d%29\" , the formula for sum of the first \"n\" terms,
\n" ); document.write( "followed by \"86=%2828%2F2%29%282a%2B%2828-1%29d%29\" as if the sum of the first 28 terms was 86.
\n" ); document.write( "You knew that the next step would require using that formula for the sum,
\n" ); document.write( "but lost track, and skipped a step.
\n" ); document.write( "
\n" ); document.write( "At that point, a bunch of people would write some of this:
\n" ); document.write( "term number \"28\" is \"86\" --> \"t%5B28%5D=86\"
\n" ); document.write( "term number \"n\" is \"t%5Bn%5D=a%2B%28n-1%29d\"
\n" ); document.write( "\"86=a%2B%2828-1%29d\" --> \"86=a%2B27d\"
\n" ); document.write( "Then, they would use \"86=a%2B27d\", along with \"53=a%2B16d\" to find \"a\" and \"d\".
\n" ); document.write( "They would write the system \"system%2886=a%2B27d%2C53=a%2B16d%29\"
\n" ); document.write( "and would solve it to get \"highlight%28a=5%29\" and \"highlight%28d=3%29\".
\n" ); document.write( "
\n" ); document.write( "RANT:
\n" ); document.write( "I may write all that to go with the flow, and please a teacher,
\n" ); document.write( "but I prefer to use definitions, logic and 5th grader reasoning (if possible),
\n" ); document.write( "trying to always understand the meaning of my calculations,
\n" ); document.write( "rather than using formulas.
\n" ); document.write( "I look at it the fifth grader way:
\n" ); document.write( "Going from the 17th to the 28th term, we are adding \"d\" from one term to the next,
\n" ); document.write( "and we do that \"28-17=11\" times,
\n" ); document.write( "so the difference between the 17th and the 28th terms must be \"11\" times \"d\".
\n" ); document.write( "The difference is \"86-53=33\", so I divide to get \"d=33%2F11=highlight%283%29\"
\n" ); document.write( "Then, since you gave me \"a=53-16d\",
\n" ); document.write( "I use it to get \"a=53-16%2A3\" --> \"a=53-48\" --> \"highlight%28a=5%29\".
\n" ); document.write( "
\n" ); document.write( "THE SUM:
\n" ); document.write( "\"S%5Bn%5D=%28n%5C2%29%282a%2B%28n-1%29d%29\"
\n" ); document.write( "\"S%5B50%5D=%2850%5C2%29%282%2A5%2B%2850-1%29%2A3%29\" --> \"S%5B50%5D=%2850%5C2%29%2810%2B49%2A3%29\" --> \"S%5B50%5D=%2850%5C2%29%2810%2B147%29\" --> \"S%5B50%5D=%2850%5C2%29%28157%29\" --> \"highlight%28S%5B50%5D=3925%29\".
\n" ); document.write( "
\n" );