There are 10 numbers in the certain arithmetic progression. The sum of first 3 numbers is 321. The sum of last 3 numbers is 405. Find the sum of all the 10 terms.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let a_1 = a; Then a + (a + d) + (a + 2d) = 321, or 3a + 3d = 321 and a + d = 107.(a + 7d) +(a + 8d) + (a + 9d) = 405, or 3a + 24d = 405, and a + 8d = 135. Subtracting, 7d = 28, or d = 4, and from the equation a + d = 107, we have a = 103. Then S = (10/2)(103 + 139) = 1210. Ed Gray