12 multiple-choice questions, progressively harder.
What is the common difference of 7,11,15,19,…7, 11, 15, 19, \ldots7,11,15,19,…?
Solution
Correct answer: A
The common difference is what you add to move from any term to the next, so subtract a term from the one after it.
11−7=4,15−11=4,19−15=411 - 7 = 4, \quad 15 - 11 = 4, \quad 19 - 15 = 411−7=4,15−11=4,19−15=4
Every difference agrees, so d=4d = 4d=4. The 777 is the first term, not the difference.
An arithmetic sequence has a1=3a_1 = 3a1=3 and d=5d = 5d=5. What is a4a_4a4?
Correct answer: B
Getting from the 1st term to the 4th takes 4−1=34 - 1 = 34−1=3 steps, and each step adds 555.
a4=a1+(4−1)d=3+3⋅5=18a_4 = a_1 + (4-1)d = 3 + 3 \cdot 5 = 18a4=a1+(4−1)d=3+3⋅5=18
Multiplying by 444 instead of 333 gives 232323, which is really the 5th term. Count the steps, not the terms.
An arithmetic sequence has a1=2a_1 = 2a1=2 and d=6d = 6d=6. What is a10a_{10}a10?
From the 1st term to the 10th is 10−1=910 - 1 = 910−1=9 steps.
a10=2+9⋅6=2+54=56a_{10} = 2 + 9 \cdot 6 = 2 + 54 = 56a10=2+9⋅6=2+54=56
Taking 101010 steps instead would give 2+60=622 + 60 = 622+60=62, the 11th term. The first term costs no steps at all.
Which formula gives the nnnth term of 4,9,14,19,…4, 9, 14, 19, \ldots4,9,14,19,…?
Correct answer: C
Here a1=4a_1 = 4a1=4 and d=9−4=5d = 9 - 4 = 5d=9−4=5, so substitute into an=a1+(n−1)da_n = a_1 + (n-1)dan=a1+(n−1)d and simplify.
an=4+5(n−1)=4+5n−5=5n−1a_n = 4 + 5(n-1) = 4 + 5n - 5 = 5n - 1an=4+5(n−1)=4+5n−5=5n−1
Test it against the sequence: a1=5−1=4a_1 = 5 - 1 = 4a1=5−1=4 and a2=10−1=9a_2 = 10 - 1 = 9a2=10−1=9, both correct.
How many terms are in the sequence 3,7,11,…,433, 7, 11, \ldots, 433,7,11,…,43?
The common difference is 444, and the climb from the first term to the last is 43−3=4043 - 3 = 4043−3=40, so there are 40÷4=1040 \div 4 = 1040÷4=10 steps.
n=43−34+1=10+1=11n = \frac{43 - 3}{4} + 1 = 10 + 1 = 11n=443−3+1=10+1=11
Steps are not terms. You are already standing on a term before you take a single step, so the number of terms is one more than the number of steps.
What is the sum of the first 666 terms of 3,7,11,…3, 7, 11, \ldots3,7,11,…?
Correct answer: D
First find the 6th term. From the 1st to the 6th is 555 steps of d=4d = 4d=4.
a6=3+5⋅4=23a_6 = 3 + 5 \cdot 4 = 23a6=3+5⋅4=23
Now add the six terms with the sum formula.
S6=62(3+23)=3⋅26=78S_6 = \frac{6}{2}(3 + 23) = 3 \cdot 26 = 78S6=26(3+23)=3⋅26=78
Forgetting to halve gives 156156156, which is 2S62S_62S6, the total of the forwards and backwards copies together.
What is 1+2+3+⋯+1001 + 2 + 3 + \cdots + 1001+2+3+⋯+100?
The whole numbers from 111 to 100100100 are arithmetic with a1=1a_1 = 1a1=1, a100=100a_{100} = 100a100=100, and n=100n = 100n=100.
S100=1002(1+100)=50⋅101=5050S_{100} = \frac{100}{2}(1 + 100) = 50 \cdot 101 = 5050S100=2100(1+100)=50⋅101=5050
Written forwards and backwards, the sum has 100100100 columns each totalling 101101101, so 2S=10,1002S = 10{,}1002S=10,100 and the sum itself is 5,0505{,}0505,050.
An arithmetic sequence has a1=−4a_1 = -4a1=−4 and d=3d = 3d=3. What is a7a_7a7?
Reaching the 7th term from the 1st takes 666 steps.
a7=−4+6⋅3=−4+18=14a_7 = -4 + 6 \cdot 3 = -4 + 18 = 14a7=−4+6⋅3=−4+18=14
Using 777 steps gives 171717, which is the 8th term. Subtracting instead of adding gives −22-22−22.
What is the 12th term of 5,9,13,…5, 9, 13, \ldots5,9,13,…?
The common difference is d=9−5=4d = 9 - 5 = 4d=9−5=4, and reaching the 12th term takes 111111 steps.
a12=5+11⋅4=5+44=49a_{12} = 5 + 11 \cdot 4 = 5 + 44 = 49a12=5+11⋅4=5+44=49
The usual slip is 5+12⋅4=535 + 12 \cdot 4 = 535+12⋅4=53, which overshoots by one full step.
A sequence is defined by a1=6a_1 = 6a1=6 and an+1=an−2a_{n+1} = a_n - 2an+1=an−2. What is a5a_5a5?
The rule says every term is 222 less than the one before it, so the sequence is arithmetic with d=−2d = -2d=−2. Reaching the 5th term from the 1st takes 444 steps.
a5=6+4(−2)=6−8=−2a_5 = 6 + 4(-2) = 6 - 8 = -2a5=6+4(−2)=6−8=−2
Listing them confirms it: 6,4,2,0,−26, 4, 2, 0, -26,4,2,0,−2.
Fill the gap so that 8, ? ,20,268, \;?\;, 20, 268,?,20,26 is arithmetic. What is the missing term?
The last two terms reveal the common difference: 26−20=626 - 20 = 626−20=6.
8+6=14,14+6=208 + 6 = 14, \quad 14 + 6 = 208+6=14,14+6=20
So the missing term is 141414, and now every consecutive difference is 666. As a check, the middle of three arithmetic terms is the average of its neighbours: 8+202=14\frac{8 + 20}{2} = 1428+20=14.
What is 4+7+10+⋯+284 + 7 + 10 + \cdots + 284+7+10+⋯+28?
First count the terms, using a1=4a_1 = 4a1=4, d=3d = 3d=3, and last term 282828.
n=28−43+1=8+1=9n = \frac{28 - 4}{3} + 1 = 8 + 1 = 9n=328−4+1=8+1=9
Now add the nine terms.
S9=92(4+28)=92⋅32=9⋅16=144S_9 = \frac{9}{2}(4 + 28) = \frac{9}{2} \cdot 32 = 9 \cdot 16 = 144S9=29(4+28)=29⋅32=9⋅16=144
Forgetting the +1+1+1 and using n=8n = 8n=8 would give 128128128, and forgetting the half would give 288288288.
Reset this practice set?
This clears every answer you have given and starts the set again from question 1.