SOLUTION: hi i'm confused about this question it asks the third term of an arithmitic sequence is 4 and the sum of the first 8 term is 36. write down the first 8 terms of the sequence.

Algebra ->  Sequences-and-series -> SOLUTION: hi i'm confused about this question it asks the third term of an arithmitic sequence is 4 and the sum of the first 8 term is 36. write down the first 8 terms of the sequence.      Log On


   



Question 696868: hi i'm confused about this question it asks the third term of an arithmitic sequence is 4 and the sum of the first 8 term is 36. write down the first 8 terms of the sequence.
Found 2 solutions by reviewermath, abhishek meena:
Answer by reviewermath(1029) About Me  (Show Source):
You can put this solution on YOUR website!
The nth term of an arithmetic sequence is
+a%5Bn%5D+=+a%5B1%5D+%2B+%28n-1%29d+
The third term is 4,therefore
+a%5B3%5D+=+a%5B1%5D+%2B+%283-1%29d+ or
+4+=+a%5B1%5D+%2B+2d+
The sum of the first n terms of an arithmetic sequence is
+S%5Bn%5D+=+%28n%2F2%29%28a%5B1%5D+%2B+a%5Bn%5D%29
The sum of the first 8 term is 36,therefore
+S%5B8%5D+=+%288%2F2%29%28a%5B1%5D+%2B+a%5B8%5D%29 or
+36+=+4%28a%5B1%5D+%2B+a%5B8%5D%29 ,divide by 4
+9+=+a%5B1%5D+%2B+a%5B8%5D, substitute +a%5B8%5D+=+a%5B1%5D+%2B+7d
+9+=+a%5B1%5D+%2B++a%5B1%5D+%2B+7d+
+9+=+2a%5B1%5D+%2B+7d+
Solve the system
4+=+a%5B1%5D+%2B+2d
9+=+2a%5B1%5D+%2B+7d
Multiply the first equation by -2
-8+=+-2a%5B1%5D+-+4d
9+=+2a%5B1%5D+%2B+7d
Add the two equations
1 = 3d
d = 1/3, substitute in the first equation and solve for +a%5B1%5D
4+=+a%5B1%5D+%2B+2%2F3
a%5B1%5D+=+10%2F3,add 1/3 to get the next terms
The first 8 terms are:
10%2F3, 11%2F3, +4, 13%2F3, 14%2F3, 5, 16%2F3, and 17%2F3

Answer by abhishek meena(6) About Me  (Show Source):
You can put this solution on YOUR website!
a(3)=4
s(8)=36
s(n)=(n/2)(2a+(n-1)d)
here n=8
therefore, s(8)=4(2a+7d)=8a+28d=36 - first equation
also a(n)=a+(n-1)d
therefore a(3)=a+2d=4 - second equation
now solve both equation
8(4-2d)+28d=36
32-16d+28d=36
32+12d=36
12d=4
d=1/3
therefore a=4-2d=4-2(1/3)=10/3
now using formula for terms i.e. a(n)=a+(n-1)d
10/3, 11/3, 4, 13/3, 14/3, 5 ,16/3 , 17/3

solved....cheers
my method is easier than mentioned above