Solve the following word problems related to arithmetic series:
- A formation of a marching band has 14 marchers in the front row, 16 in the second row, 18 in the third row, and so on for 25 rows. How many marchers are in the last row? How many marchers are there altogether?
- How many poles will be in a pile of telephone poles if there are 50 in the first layer, 49 in the second layer, and so on, until there are 6 in the last layer?
- A family saves money in an arithmetic sequence: Rs. 6,000 in the first year, Rs. 7,000 in the second year, and so on for 20 years. How much do they save in all?
- Mr. Saleem saves Rs. 500 on October 1, Rs. 550 on October 2, and Rs. 600 on October 3, and so on. How much is saved during the whole of October? (October has 31 days).
Background and Explanation
These problems can be modeled using arithmetic sequences and series. An arithmetic sequence is a list of numbers with a constant common difference (d) between terms. The total of these terms is an arithmetic series.
To solve these, we'll need to translate the word problems into the language of arithmetic series by identifying key values:
- a1: The first term (e.g., marchers in the first row, initial savings).
- d: The common difference (the amount by which the value changes each time).
- n: The number of terms (e.g., number of rows, years, or days).
- an: The last term (e.g., marchers in the last row).
- Sn: The total sum of all terms.
By identifying the knowns and unknowns in each problem, we can select the appropriate formula to find the solution.
Solution
This problem has two parts: first, find the number of marchers in the 25th row (a25), and second, find the total number of marchers (S25).
-
Identify the knowns:
- First term (a1): 14 (marchers in the front row).
- Common difference (d): 16−14=2.
- Number of terms (n): 25 (rows).
-
Find the marchers in the last row (a25): We use the formula for the n-th term, an=a1+(n−1)d.
- a25=14+(25−1)(2)
- a25=14+(24)(2)
- a25=14+48=62.
There are 62 marchers in the last row.
-
Find the total number of marchers (S25): Now that we know the first and last terms, we can use the sum formula Sn=2n(a1+an).
- S25=225(14+62)
- S25=225(76)
- S25=25(38)=950.
There are 950 marchers altogether.
We need to find the total number of poles (Sn). First, we must determine how many layers (n) there are in the pile.
-
Identify the knowns:
- First term (a1): 50 (poles in the first layer).
- Last term (an): 6 (poles in the last layer).
- Common difference (d): 49−50=−1 (since the number of poles is decreasing).
-
Find the number of layers (n): Use the formula an=a1+(n−1)d.
- 6=50+(n−1)(−1)
- Subtract 50: −44=(n−1)(−1)
- Divide by -1: 44=n−1
- Add 1: n=45.
There are 45 layers of poles.
-
Find the total number of poles (S45):
- S45=245(50+6)
- S45=245(56)
- S45=45(28)=1260.
There are 1,260 poles in the pile.
The goal is to find the total savings over 20 years (S20).
-
Identify the knowns:
- First term (a1): 6,000.
- Common difference (d): 7,000−6,000=1,000.
- Number of terms (n): 20 years.
-
Calculate the total savings (S20): Since we don't have the last term (a20), it's most direct to use the formula Sn=2n(2a1+(n−1)d).
- S20=220(2(6000)+(20−1)(1000))
- S20=10(12000+(19)(1000))
- S20=10(12000+19000)
- S20=10(31000)=310,000.
They save Rs. 310,000 in total.
We need to find the total savings for the month of October (S31).
-
Identify the knowns:
- First term (a1): 500.
- Common difference (d): 550−500=50.
- Number of terms (n): 31 (days in October).
-
Calculate the total savings (S31): We use the formula Sn=2n(2a1+(n−1)d).
- S31=231(2(500)+(31−1)(50))
- S31=231(1000+(30)(50))
- S31=231(1000+1500)
- S31=231(2500)
- S31=31(1250)=38,750.
Mr. Saleem saves Rs. 38,750 during October.
-
Finding the n-th Term: Used to find a specific term in a sequence (like the number of marchers in the last row) or to solve for the number of terms (n).
an=a1+(n−1)d
-
Sum of an Arithmetic Series (when first and last terms are known):
Sn=2n(a1+an)
-
Sum of an Arithmetic Series (when first term and common difference are known):
Sn=2n(2a1+(n−1)d)
Summary of Steps
- Translate the Problem: Read the word problem and identify the first term (a1), the common difference (d), the number of terms (n), and/or the last term (an).
- Find Any Missing Information: If a key variable (like n or an) needed for the sum is missing, use the n-th term formula, an=a1+(n−1)d, to find it first.
- Calculate the Total Sum: Choose the appropriate sum formula based on the information you have and substitute the values to find the total (Sn).