Printable · GCSE Foundation · ages 14-16
Generating sequences worksheet — GCSE Foundation
Fifteen questions on "generating sequences" — DfE statement A23. Print it, or print three versions so neighbours cannot copy by letter; the key gives the letter for each version.
Non-calculator
Generating sequences worksheet — GCSE Foundation
MathsUKwww.geekhero.co.uk
- 1.A geometric sequence starts at 3, and each term after that is found by multiplying the term before it by 2. Write down the first four terms.
- 2.The nth term of a sequence is 2n − 1. Work out the 6th term of the sequence.
- 3.A sequence has the position-to-term rule 5n − 2, where n is the position number. Which of these is a term in the sequence?
- 4.A sequence begins at 7. Each term after the first is found by adding 6 to the term before it. Work out the 6th term of the sequence.
- 5.A geometric sequence has first term 5, and each term after that is 3 times the term before it. Work out the first term of the sequence that is greater than 1000.
- 6.Which of these rules generates the sequence 6, 11, 16, 21, …?
- 7.A sequence has the position-to-term rule n² + 2, where n is the position number. Work out the 6th term.
- 8.The nth term of a sequence is 2n² + 1. Work out the 4th term of the sequence.
- 9.A plant is 4 cm tall in week 1. Each week after that, its height increases by 5 cm. Work out the first week in which the plant is taller than 30 cm.
- 10.A sequence begins at 50, and each term after that is found by subtracting 8 from the term before it. Priya says the 8th term of the sequence is negative. Is Priya correct?
- 11.A sequence has the position-to-term rule: the term is the square of the position number. Its first four terms are 1, 4, 9, 16. Work out the 10th term.
- 12.A wall is tiled in rows, and every row uses the same number of tiles. One row uses 10 tiles, two rows use 20 tiles and three rows use 30 tiles. Work out how many tiles are needed for 7 rows.
- 13.The nth term of a sequence is 3n + 2. Work out the 4th term of the sequence.
- 14.A sequence has nth term 3n + 4. Two terms are missing from the list of its first five terms: 7, 10, _, 16, _. Work out the missing 3rd and 5th terms added together.
- 15.A company's profit was £2000 in its first year. Each following year, the profit increases by £800. Work out the first year in which the profit is more than £7000.
Answer key
- (d) 3, 6, 12, 24 — Method: a term-to-term rule is applied to the term just written, so start with the first term and use the rule three more times. Working: the first term is 3; 3 × 2 = 6 is the second; 6 × 2 = 12 is the third; 12 × 2 = 24 is the fourth. Answer: 3, 6, 12, 24. The distractors: 3, 5, 7, 9 comes from adding 2 each time instead of multiplying by 2; 3, 9, 27, 81 comes from multiplying by the first term, 3, instead of by the multiplier 2 the rule gives; 6, 12, 24, 48 comes from doubling before writing anything down, so the list starts one term too late and the given first term is missing.
- (a) 11 — Substitute n=6 into 2n−1: 2×6−1=11. A candidate who adds 2 and 6 and then subtracts 1, instead of multiplying 2 by 6 first, would compute 2+6−1=7. A candidate who substitutes the wrong term number, n=5, would reach 2×5−1=9. A candidate who forgets to subtract 1 would compute just 2×6=12.
- (c) 28 — Method: substitute values of n into 5n − 2 and check which of the options matches. Working: for n = 6, 5 × 6 − 2 = 30 − 2 = 28, so 28 is a term of the sequence, the 6th term. Answer: 28. 27 comes from using the rule 5n − 3 instead of 5n − 2. 30 comes from using 5n on its own, forgetting to subtract 2 at all. 20 comes from applying the subtraction before the multiplication, working out 5 × (n − 2) instead of 5n − 2.
- (b) 37 — The terms are 7, 13, 19, 25, 31, 37 — each found by adding 6 to the term before, so the 6th term is 37. Adding 6 six times to the first term instead of five times, 7 + 6 × 6 = 43, treats the first term as if it were before the sequence starts. Stopping one term early gives the 5th term, 31. Stopping two terms early gives the 4th term, 25.
- (b) 1215 — Method: generate the terms one at a time with the term-to-term rule and compare each with 1000 as you go, stopping at the first one that passes it. Working: the terms are 5, then 5 × 3 = 15, then 45, then 135, then 405, and 405 × 3 = 1215; 405 is still below 1000 while 1215 is above it. Answer: 1215. The distractors: 405 comes from stopping at the last term that is still below 1000 instead of giving the first one above it; 3645 comes from carrying on one term too far, past the first term that passes 1000; 2187 comes from using the multiplier 3 as the first term as well, generating 3, 9, 27, 81, 243, 729, 2187 instead of the sequence described.
- (c) 5n + 1 — Method: find the common difference, then use it as the coefficient of n in the position-to-term rule, and find the constant by checking against the first term. Working: the common difference is 5, so the rule has the form 5n + c. Using the 1st term: 5(1) + c = 6, so c = 1. The rule is 5n + 1. Answer: 5n + 1. 5n − 1 uses the correct coefficient but the wrong sign for the constant. 6n comes from using the first term as the coefficient of n instead of the common difference — it matches the 1st term by coincidence but fails from the 2nd term onward. n + 5 swaps the coefficient and the constant around, using the common difference as the constant instead of the coefficient of n.
- (a) 38 — Method: substitute the position number into the rule and follow the order of operations, so the squaring is carried out before the 2 is added. Working: n = 6 gives 6² + 2; 6² means 6 × 6 = 36, and then 2 is added to 36. Answer: 38. The distractors: 14 comes from multiplying the position by 2 instead of squaring it, 6 × 2 + 2; 36 comes from squaring correctly and then forgetting to add the 2; 64 comes from adding the 2 first and squaring afterwards, (6 + 2)².
- (a) 33 — Substitute n=4 into 2n²+1: 2×4²+1=2×16+1=33. A candidate who computes n² as 2×n instead of n×n would compute 2×(2×4)+1=2×8+1=17. A candidate who correctly finds 2×16 but forgets to add the constant 1 would stop at 32. A candidate who squares the whole term 2n, rather than squaring n before multiplying by 2, would compute (2×4)²+1=64+1=65.
- (b) Week 7 — The height after n weeks is 4 + 5(n − 1) = 5n − 1. The plant is taller than 30 cm when its height, 5n − 1, is more than 30, written 5n − 1 > 30; add 1 to both sides (5n > 31) and divide by 5, which gives n > 6.2, so the first whole week is week 7, where the height is 5 × 7 − 1 = 34 cm. Rounding 6.2 down to week 6 without checking gives a height of only 5 × 6 − 1 = 29 cm, which is not yet taller than 30 cm. Counting one week too many gives week 8. Working out 30 ÷ 5 = 6 and then subtracting 1 from the week number instead of from the height gives week 5.
- (d) Yes: the 8th term is 50 − 8 × 7 = −6, which is negative. — Method: find the 8th term by subtracting 8 a total of 7 times from the first term, since the 1st term itself needs 0 subtractions. Working: 8th term = 50 − 8 × 7 = 50 − 56 = −6, which is negative, so Priya is correct. Answer: Yes, the 8th term is 50 − 8 × 7 = −6, which is negative. The "50 − 8 × 6 = 2" option subtracts 8 only six times instead of seven, an off-by-one error in counting the steps. The "50 − 8 × 8 = −14" option subtracts 8 eight times instead of seven, the opposite off-by-one error. The claim that repeated subtraction "can never go negative" ignores that subtracting enough times from any starting value eventually gives a negative result.
- (c) 100 — Method: apply the position-to-term rule straight to the position asked for, since it does not depend on the term before it. Working: the rule squares the position number and the position is 10, so the term is 10², which means 10 × 10. Answer: 100. The distractors: 81 comes from squaring 9 instead of 10, one position short; 20 comes from multiplying the position by 2 instead of squaring it; 1000 comes from cubing the position, 10 × 10 × 10, instead of squaring it.
- (c) 70 — Method: the numbers of tiles form a sequence in which the same amount is added for each extra row, so the total for a number of rows is that amount multiplied by the number of rows. Working: 20 − 10 = 10 and 30 − 20 = 10, so each row adds 10 tiles; 7 rows therefore need 7 lots of 10, that is 7 × 10. Answer: 70. The distractors: 80 comes from counting one row too many and giving the total for 8 rows; 17 comes from adding the 10 tiles to the 7 rows instead of multiplying; 10 comes from giving the number of tiles in a single row rather than the total for all the rows.
- (b) 14 — Substitute n=4 into 3n+2: 3×4+2=14. A candidate who adds 3 and n instead of multiplying would compute 3+4+2=9. A candidate who substitutes the wrong term number, n=3, would reach 3×3+2=11. A candidate who forgets to add the constant term would compute just 3×4=12.
- (c) 32 — Using the rule 3n + 4: the 3rd term is 3 × 3 + 4 = 13, and the 5th term is 3 × 5 + 4 = 19, so their sum is 13 + 19 = 32. Forgetting to add the 4 for the 3rd term, 3 × 3 = 9, and adding the correct 5th term, gives 9 + 19 = 28. Rounding the 19 up to 20 to make the addition easier and then forgetting to take the extra 1 back off, 13 + 20 = 33, gives 33. Using the rule 4n + 3 instead of 3n + 4 gives 4 × 3 + 3 = 15 and 4 × 5 + 3 = 23, summing to 38.
- (d) 8 — Method: write the nth term of the sequence, 2000 + 800(n − 1), and find the smallest whole n for which it is greater than 7000. Working: 2000 + 800(n − 1) > 7000, so 800(n − 1) > 5000, giving n − 1 > 6.25. Since n − 1 must be a whole number, the smallest value is 7, so n = 8. Check: year 8's total is 2000 + 800 × 7 = 7600, which is more than £7000, while year 7's total is 2000 + 800 × 6 = 6800, which is not. Answer: year 8. 7 comes from rounding 6.25 to the nearest whole number, 6, and then adding 1, instead of rounding up to the next whole number before adding 1. 6 comes from using 6.25 rounded down to 6 as the year number directly, without adding the 1 needed to convert from the number of increases to the year number. 9 comes from adding one extra year beyond the year that already satisfies the condition.
Build your own mix at the worksheet builder.