Aimathic
Login | English | Deutsch

Free math worksheets

Build your own math worksheets from 30,000+ problems for grades 3 to 12, from fractions to AP Calculus. Every problem comes with step-by-step solutions.

Arithmetic series

Click problems to add them to your worksheet.

55060811
An arithmetic sequence begins \(4, 7, 10, 13, \ldots\). Find \(a_4\) and \(S_4\), where \(S_4\) is the sum of the first four terms. Explain the difference between these two quantities.

Hints

- Read the subscript on \(a_4\) as a position in the sequence. - Read \(S_4\) as a total that includes several terms. - Write out exactly which terms contribute to each quantity.

Solution

The fourth term is \(a_4=13\). The partial sum is \(S_4=4+7+10+13=34\). The symbol \(a_4\) names one term of the sequence, while \(S_4\) names the cumulative total of the first four terms.

Answer

\(a_4=13\); \(S_4=34\). The first is a single term, and the second is a partial sum.
55543011
Consider the finite sum \(12+17+22+27\). Is it an arithmetic series? State the first term, common difference, and number of terms, and give the evidence for your classification.

Hints

- Compare each term with the term immediately before it by subtraction. - Count the displayed terms after deciding whether the additive change is constant.

Solution

1. The consecutive differences are \(17-12=5\), \(22-17=5\), and \(27-22=5\). 2. Because the difference is constant, the sum is an arithmetic series with first term \(a_1=12\), common difference \(d=5\), and \(n=4\) terms.

Answer

Yes. The consecutive differences are all \(5\), so it is an arithmetic series with \(a_1=12\), \(d=5\), and \(n=4\).
55543111
An arithmetic series has first term \(a_1=6\), last term \(a_7=30\), and \(7\) terms. Use \(S_n=\frac{n}{2}(a_1+a_n)\) to find \(S_7\). Show the substitution before simplifying.

Hints

- Match each given value to the corresponding symbol in the formula. - Substitute all three given values before doing the arithmetic.

Solution

1. Substitute \(n=7\), \(a_1=6\), and \(a_7=30\): \(S_7=\frac{7}{2}(6+30)\). 2. Simplify: \(S_7=\frac{7}{2}\cdot36=126\).

Answer

\(S_7=\frac{7}{2}(6+30)=126\).
52575811
An arithmetic sequence has first term \(a_1=12\), and the sum of its first \(20\) terms is \(S_{20}=1000\). Find the common difference \(d\) and the term \(a_{15}\).

Hints

- Use the arithmetic-series formula that includes the first term and common difference. - Set up an equation with \(d\) as the only unknown. - Then use the explicit arithmetic-sequence formula to find \(a_{15}\).

Solution

1. Use the arithmetic-series formula: \(S_n=\frac n2[2a_1+(n-1)d]\). Substituting the given values gives \(1000=\frac{20}{2}[2\cdot12+19d]=10(24+19d)\). 2. Solve for \(d\): \(100=24+19d\), so \(76=19d\) and \(d=4\). 3. Then \(a_{15}=a_1+14d=12+14\cdot4=68\).

Answer

\(d=4\) and \(a_{15}=68\).
52576311
Find the sum of all positive integers from \(100\) through \(1000\) that are divisible by \(13\).

Hints

- Find the first and last multiples of \(13\) in the interval. - Recognize that the values form an arithmetic sequence. - Determine the number of terms before applying the sum formula.

Solution

1. The first multiple of \(13\) in the interval is \(104=8\cdot13\). The last is \(988=76\cdot13\). 2. These numbers form an arithmetic sequence with common difference \(13\). Find the number of terms: \(988=104+(n-1)13\). Thus, \(884=13(n-1)\), so \(n=69\). 3. Apply the arithmetic-series formula: \(S_{69}=\frac{69}{2}(104+988)=\frac{69}{2}\cdot1092=37{,}674\).

Answer

The sum is \(37{,}674\).
52577111
In an arithmetic sequence, \(a_3=17\) and \(a_7=45\). Find the sum of the first \(20\) terms.

Hints

- Use the spacing between the known indices to find the common difference. - Work backward from the third term to the first term. - Then use the finite arithmetic-series formula.

Solution

1. Since \(a_7=a_3+4d\), \(45=17+4d\), so \(d=7\). 2. Since \(a_3=a_1+2d\), \(17=a_1+14\), so \(a_1=3\). 3. Find the twentieth term: \(a_{20}=a_1+19d=3+19\cdot7=136\). 4. Apply the arithmetic-series formula: \(S_{20}=\frac{20}{2}(a_1+a_{20})=10\cdot(3+136)=1390\).

Answer

The sum of the first \(20\) terms is \(1390\).
52578311
Consider the sequence of positive integers that leave a remainder of \(3\) when divided by \(4\). 1) Find an explicit formula for the \(n\)th term \(a_n\), where \(n\ge1\). 2) Derive a formula for the partial sum \(S_n=\sum_{k=1}^{n}a_k\).

Hints

- Write the first few terms to identify the arithmetic pattern. - Express the \(n\)th term using the first term and common difference. - For the partial sum, use the first term together with your expression for \(a_n\).

Solution

1) The sequence begins \(3, 7, 11, \ldots\). It is arithmetic with first term \(3\) and common difference \(4\). Therefore, \(a_n=3+4(n-1)=4n-1\). 2) Apply the arithmetic-series formula: \(S_n=\frac n2(a_1+a_n)=\frac n2[3+(4n-1)]\) \(=\frac n2(4n+2)=n(2n+1)=2n^2+n\).

Answer

1) \(a_n=4n-1\). 2) \(S_n=2n^2+n\).
52580111
Starting with the values \(3, 15, 27\), insert enough numbers between each pair of consecutive original values to create one arithmetic sequence with common difference \(d=1.5\). 1) How many values must be inserted between each pair of consecutive original values? 2) List the first six terms of the new sequence. 3) Find the sum of all terms from \(3\) through \(27\), inclusive.

Hints

- Divide the distance between endpoints by the common difference to count equal steps. - Distinguish between the number of steps and the number of inserted values. - For the total, first determine how many terms run from the first endpoint through the last.

Solution

1) Between \(3\) and \(15\), the number of common-difference steps is \(\frac{15-3}{1.5}=8\). Therefore, there are \(8-1=7\) inserted values. The same count applies between \(15\) and \(27\). 2) Beginning at \(3\) and adding \(1.5\), the first six terms are \(3, 4.5, 6, 7.5, 9, 10.5\). 3) The number of terms from \(3\) through \(27\) satisfies \(27=3+(N-1)(1.5)\), so \(N=17\). Thus, \(S_{17}=\frac{17}{2}(3+27)=255\).

Answer

1) Insert \(7\) values between each pair. 2) The first six terms are \(3, 4.5, 6, 7.5, 9, 10.5\). 3) The sum is \(255\).
52814311
An arithmetic sequence has first term \(a_1=15\) and common difference \(d=-1.5\). 1) Find the number of terms \(n\) for which the partial sum \(S_n=\sum_{i=1}^{n}a_i\) equals \(0\). 2) Explain why \(S_n\) is negative for every \(n>21\).

Hints

- Set the finite arithmetic-series formula equal to zero. - Determine where the sequence terms change sign. - Use the sign of all later terms to explain what happens after the zero partial sum.

Solution

1) Set the arithmetic-series formula equal to zero: \(\frac n2[2\cdot15+(n-1)(-1.5)]=0\). Since \(n>0\), \(30-1.5(n-1)=0\). Thus, \(31.5=1.5n\), so \(n=21\). 2) The sequence is strictly decreasing because \(d<0\). Also, \(a_{11}=15+10\cdot(-1.5)=0\), so every term beginning with \(a_{12}\) is negative. At \(n=21\), the negative terms exactly balance the positive terms. Every additional term is negative, so \(S_n<0\) for all \(n>21\).

Answer

1) \(n=21\). 2) Beginning with the twelfth term, all added terms are negative; after \(S_{21}=0\), every further partial sum is negative.
55060911
Find the sum of the arithmetic sequence \(8+13+18+\cdots+83\).

Hints

- Determine the number of terms before applying a finite-sum formula. - Use the first term, last term, and term count together. - Check that the last term occurs at an integer index.

Solution

The common difference is \(5\). The number of terms satisfies \(83=8+5(n-1)\), so \(n=16\). Therefore, \(S_{16}=\frac{16}{2}(8+83)=8\cdot91=728\).

Answer

\(728\)
55061011
An arithmetic sequence has \(a_1=-6\), common difference \(d=4\), and \(25\) terms. Find \(S_{25}\).

Hints

- Use the form of the arithmetic-series formula that contains \(a_1\), \(d\), and \(n\). - Keep the negative first term when substituting. - Simplify the bracket before multiplying by the outside factor.

Solution

Use the arithmetic-series formula with the first term and common difference: \(S_{25}=\frac{25}{2}[2(-6)+(25-1)4]\). Thus, \(S_{25}=\frac{25}{2}(84)=1050\).

Answer

\(1050\)
55061111
A small auditorium has \(15\) rows. The first row has \(18\) seats, and each row behind it has \(2\) more seats than the row before it. How many seats are in the auditorium altogether?

Hints

- Model the number of seats in each row as an arithmetic sequence. - Determine the number of seats in the final row before finding the total. - The total number of seats is a sum of all row values, not just the last-row count.

Solution

The row counts form an arithmetic sequence with \(a_1=18\), \(d=2\), and \(n=15\). The last row has \(a_{15}=18+14\cdot2=46\) seats. Therefore, \(S_{15}=\frac{15}{2}(18+46)=480\).

Answer

\(480\) seats
52577311
The sum \(1+2+3+\cdots+n\) is an arithmetic series. a) Starting from the arithmetic-series formula \(S_n=\frac{n}{2}(a_1+a_n)\), substitute the first term, last term, and number of terms for this series and simplify to a formula in \(n\). Show that substitution in your answer. b) Use your formula to find the positive integer \(n\) for which \(1+2+3+\cdots+n=1275\).

Hints

- Identify the first term, last term, and number of terms before substituting into the arithmetic-series formula. - Keep the result symbolic in part a rather than substituting a particular value of \(n\). - In part b, set the derived sum formula equal to the given total and solve for a positive integer.

Solution

1. The series has first term \(1\), last term \(n\), and \(n\) terms. Substituting into the arithmetic-series formula gives \(S_n=\frac{n}{2}(1+n)=\frac{n(n+1)}{2}\). 2. Set the derived formula equal to the given sum: \(\frac{n(n+1)}{2}=1275\). 3. This gives \(n^2+n-2550=0\). The discriminant is \(10{,}201=101^2\), so \(n=\frac{-1\pm101}{2}\). 4. The positive solution is \(n=50\).

Answer

a) \(S_n=\frac{n}{2}(1+n)=\frac{n(n+1)}{2}\) b) \(n=50\)
52580211
A finite arithmetic sequence begins with \(a_1=5\) and ends with \(a_k=45\). Between these endpoints, \(n\) additional terms are inserted. The sum of all \(k\) terms is \(275\). 1) Find the number \(n\) of inserted terms. 2) Find the common difference \(d\). 3) Find the sum of the first five terms.

Hints

- Use the endpoints and total sum to determine the total number of terms first. - Keep the total number of terms separate from the number of inserted terms. - After finding the term count, use the endpoint spacing to determine the common difference.

Solution

1) Use the finite arithmetic-series formula: \(275=\frac{k}{2}(5+45)=25k\). Thus, \(k=11\). Since the two endpoints are not inserted, \(n=k-2=9\). 2) Use the explicit term formula: \(45=5+(11-1)d\). Therefore, \(40=10d\), so \(d=4\). 3) The first five terms are \(5, 9, 13, 17, 21\), and their sum is \(65\). Equivalently, \(S_5=\frac52[2\cdot5+4\cdot4]=65\).

Answer

1) \(n=9\) inserted terms. 2) \(d=4\). 3) The sum of the first five terms is \(65\).
52582311
An arithmetic sequence has first term \(a_1=12\) and common difference \(d=-3\). 1) Find all positive integers \(n\) for which the sum of the first \(n\) terms is \(S_n=27\). 2) Explain mathematically why there are two different values of \(n\).

Hints

- Substitute the first term and common difference into a finite arithmetic-series formula. - Expect an equation in \(n\) with more than one possible positive solution. - Compare the terms added between the two candidate partial sums.

Solution

1) Apply the arithmetic-series formula: \(27=\frac n2[2\cdot12+(n-1)(-3)]\). Simplifying gives \(n^2-9n+18=0\), so \((n-3)(n-6)=0\). Therefore, \(n=3\) or \(n=6\). 2) The sequence begins \(12, 9, 6, 3, 0, -3, \ldots\). The first three terms sum to \(27\). The next three terms sum to \(3+0+(-3)=0\), so adding them does not change the partial sum. Thus, \(S_3=S_6=27\).

Answer

1) \(n=3\) and \(n=6\). 2) The additional terms from \(a_4\) through \(a_6\) sum to \(0\), so \(S_3=S_6\).
52619711
A geometric sequence \((b_n)\) has only positive terms and satisfies \(b_1b_5=144\). Its third term \(b_3\) is the first term \(a_1\) of an arithmetic sequence \((a_n)\). The sum of the first ten terms of the arithmetic sequence is \(S_{10}=255\). Find the common difference \(d\) of the arithmetic sequence.

Hints

- Use the relationship among three equally spaced terms of a geometric sequence. - Positivity determines the sign of the middle term. - Substitute the resulting first term into the arithmetic-series formula.

Solution

1. In a geometric sequence, terms equally spaced around a middle term satisfy \(b_3^2=b_1b_5\). Therefore, \(b_3^2=144\). Since all terms are positive, \(b_3=12\). Thus, \(a_1=12\). 2. Apply the arithmetic-series formula: \(255=\frac{10}{2}[2\cdot12+9d]\). Thus, \(255=5(24+9d)\), so \(51=24+9d\), and \(d=3\).

Answer

The common difference is \(d=3\).
53098011
A container holds \(n\) tickets numbered \(1,2,3,\ldots,n\). The sum of all numbers on the tickets is \(1275\). Find the expected number on a randomly selected ticket.

Hints

- Use the formula for the sum of the first \(n\) positive integers. - First determine how many tickets are in the container. - For equally likely values, the expected value is the ordinary average.

Solution

1. The sum of the first \(n\) positive integers is \(\frac{n(n+1)}{2}\). 2. Set \(\frac{n(n+1)}{2}=1275\), which gives \(n^2+n-2550=0\). 3. The positive solution is \(n=50\). 4. Since the ticket numbers are equally likely, the expected value is their average: \(E(X)=\frac{1+50}{2}=25.5\).

Answer

\(E(X)=25.5\).
55061211
An arithmetic sequence has first term \(a_1\), common difference \(d\), and \(n\) terms. Let \(S_n\) be the sum of the first \(n\) terms. Derive a closed formula for \(S_n\) in terms of \(a_1\), \(d\), and \(n\) by writing the sum in forward and reverse order and pairing terms from opposite ends. Your derivation must show the equation for \(2S_n\) before the final formula.

Hints

- Write the same finite sum once from first term to last and once from last term to first. - Compare the sum of the first term in one line with the first term in the reversed line, then do the same for another position. - Count how many equal paired sums appear after adding the two lines.

Solution

1. Write the sum in forward and reverse order: \(S_n=a_1+(a_1+d)+\cdots+[a_1+(n-1)d]\), \(S_n=[a_1+(n-1)d]+[a_1+(n-2)d]+\cdots+a_1\). 2. Adding corresponding terms gives the same value each time, \(2a_1+(n-1)d\). 3. There are \(n\) such paired sums, so \(2S_n=n[2a_1+(n-1)d]\). 4. Dividing by \(2\) gives \(S_n=\frac{n}{2}[2a_1+(n-1)d]\).

Answer

\(2S_n=n[2a_1+(n-1)d]\), so \(S_n=\frac{n}{2}[2a_1+(n-1)d]\).
55061311
An arithmetic sequence has \(a_1=5\) and common difference \(d=3\). The sum of its first \(n\) terms is \(440\). Find the positive integer \(n\).

Hints

- Here the number of terms is the unknown, so keep \(n\) in the finite-sum formula. - Substitute the known first term and common difference before simplifying the equation. - After solving the resulting quadratic, check which solution can represent a number of terms.

Solution

Use the arithmetic-series formula: \(440=\frac{n}{2}[2(5)+(n-1)3]\). This simplifies to \(3n^2+7n-880=0\). Factoring gives \((n-16)(3n+55)=0\). The only positive integer solution is \(n=16\).

Answer

\(n=16\)
55061411
Evaluate \(\sum_{k=4}^{24}(7-2k)\) by treating its terms as an arithmetic series. Do not expand all of the terms.

Hints

- Read the lower and upper sigma bounds to identify the first and last terms. - Remember that inclusive integer bounds determine the number of terms. - Once you recognize an arithmetic list, use its first term, last term, and term count rather than expanding every term.

Solution

1. The first term is \(7-2(4)=-1\), and the last term is \(7-2(24)=-41\). 2. There are \(24-4+1=21\) terms. 3. Therefore, \(S=\frac{21}{2}(-1-41)=-441\).

Answer

First term: \(-1\); last term: \(-41\); number of terms: \(21\). Thus \(S=\frac{21}{2}(-1-41)=-441\).
55061511
The graph shows the partial sums \(S_n\) for the first five terms of an arithmetic sequence. a) Use consecutive partial sums to find the first five terms of the sequence. b) Find the common difference. c) Find \(S_6\).
Figure for problem 550615

Hints

- Read each partial sum from its plotted coordinate; the markers do not contain value labels. - The difference between two consecutive partial sums isolates one sequence term. - After recovering the arithmetic pattern, extend it one more term before updating the partial sum.

Solution

1. Reading the graph gives \(S_1=3\), \(S_2=9\), \(S_3=18\), \(S_4=30\), and \(S_5=45\). 2. The first term is \(a_1=S_1=3\). For later terms, subtract consecutive partial sums: \(a_2=9-3=6\), \(a_3=18-9=9\), \(a_4=30-18=12\), and \(a_5=45-30=15\). 3. The recovered terms \(3,6,9,12,15\) have common difference \(d=3\). 4. The sixth term is \(a_6=18\), so \(S_6=S_5+a_6=45+18=63\).

Answer

a) \(3,6,9,12,15\) b) \(d=3\) c) \(S_6=63\)
52580011
Between two real numbers \(x\) and \(y\), insert \(n\) numbers so that the resulting \(n+2\) terms form an arithmetic sequence. Let \(S\) be the sum of the \(n\) inserted numbers. Assuming \(x+y\ne0\), derive a formula for \(n\) in terms of \(x\), \(y\), and \(S\).

Hints

- Count how many terms are included in \(S\). - Use the equal pair-sum property of an arithmetic sequence. - Express the finite sum using its first and last inserted terms.

Solution

1. Let \(a_1=x\) and \(a_{n+2}=y\). The inserted terms are \(a_2, a_3, \ldots, a_{n+1}\). 2. In an arithmetic sequence, terms equally distant from the endpoints have the same pair sum. Thus, \(a_2+a_{n+1}=a_1+a_{n+2}=x+y\). 3. The sum of the \(n\) inserted terms is \(S=\frac n2(a_2+a_{n+1})=\frac n2(x+y)\). 4. Since \(x+y\ne0\), solve for \(n\): \(n=\frac{2S}{x+y}\).

Answer

\(n=\frac{2S}{x+y}\), provided \(x+y\ne0\).
55061611
An arithmetic sequence has first term \(7\) and common difference \(5\). Maya wants the sum of terms \(a_6\) through \(a_{20}\). She calculates \(S_{15}\) and says that is the required sum. Explain Maya's error and find the correct sum.

Hints

- Describe exactly which terms are included in \(S_{15}\). - Think of the desired block as part of a larger partial sum with an initial block removed. - Check the number of terms from position \(6\) through position \(20\) after setting up the correct subtraction.

Solution

Maya's \(S_{15}\) adds the first fifteen terms, \(a_1\) through \(a_{15}\), so it does not represent \(a_6+\cdots+a_{20}\). The required sum is \(S_{20}-S_5\). \(S_{20}=\frac{20}{2}[2(7)+19(5)]=1090\), and \(S_5=\frac{5}{2}[2(7)+4(5)]=85\). Therefore, \(S_{20}-S_5=1090-85=1005\).

Answer

Maya used the wrong block of fifteen terms. The correct sum is \(S_{20}-S_5=1005\).

All problems may be used, copied and printed free of charge for school and tutoring, including paid tutoring. Commercial adaptations as well as publication or redistribution on the internet are not permitted.