HSPT Quantitative Quiz: Identify Number Sequences
20 questions · exam conditions
0:00
Identify Number SequencesQuestion 1 of 20

A sequence has the property that the sum of any three consecutive terms is always 3030. If the first term is 77 and the second term is 1111, what is the 88th term?

77
1111
1212
99
← Back to quizzes

HSPT Quantitative Quiz

HSPT Quantitative Quiz: Identify Number Sequences

Practice Identify Number Sequences in HSPT Quantitative with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Identify Number Sequences, giving you a quick way to practice the rules, question types, and explanations that matter most for HSPT Quantitative.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A sequence has the property that the sum of any three consecutive terms is always 3030. If the first term is 77 and the second term is 1111, what is the 88th term?

  1. 77
  2. 1111 (correct answer)
  3. 1212
  4. 99

Explanation: When you encounter a sequence problem where consecutive terms follow a specific pattern, look for how the constraint creates a cycle that repeats. Given that any three consecutive terms sum to 30, let's call the terms a1,a2,a3,a_1, a_2, a_3, \ldots We know a1=7a_1 = 7 and a2=11a_2 = 11. Since a1+a2+a3=30a_1 + a_2 + a_3 = 30, we get 7+11+a3=307 + 11 + a_3 = 30, so a3=12a_3 = 12. Now here's the key insight: if a1+a2+a3=30a_1 + a_2 + a_3 = 30 and a2+a3+a4=30a_2 + a_3 + a_4 = 30, then these sums are equal. Subtracting the first equation from the second gives us a4a1=0a_4 - a_1 = 0, meaning a4=a1=7a_4 = a_1 = 7. Similarly, a5=a2=11a_5 = a_2 = 11 and a6=a3=12a_6 = a_3 = 12. The sequence repeats every three terms: 7,11,12,7,11,12,7, 11, 12, 7, 11, 12, \ldots To find the 8th term, divide 8 by 3: 8=3×2+28 = 3 \times 2 + 2. The remainder is 2, so a8a_8 has the same value as a2=11a_2 = 11. Choice A (7) would be correct if you mistakenly thought the 8th term corresponded to the first position in the cycle. Choice C (12) represents the third term in the repeating pattern. Choice D (9) doesn't appear anywhere in this sequence and might result from calculation errors. The correct answer is B. Strategy tip: In sequence problems with constraints on consecutive terms, look for repeating patterns. The constraint often forces the sequence to cycle, making long-term predictions manageable through modular arithmetic.

Question 2

The sequence 3,12,48,192,768,...3, 12, 48, 192, 768, ... follows a geometric pattern. What is the 7th term?

  1. 12288 (correct answer)
  2. 9216
  3. 6144
  4. 15360

Explanation: When you encounter a sequence like this, you're dealing with a geometric sequence where each term is found by multiplying the previous term by a constant ratio. Your first step is always to find this common ratio by dividing any term by the one before it. Looking at the given sequence: 3,12,48,192,768,...3, 12, 48, 192, 768, ... Find the ratio: 123=4\frac{12}{3} = 4, 4812=4\frac{48}{12} = 4, 19248=4\frac{192}{48} = 4 The common ratio is 4, meaning each term is 4 times the previous term. To find the 7th term, continue the pattern from the 5th term (768):

  • 6th term: 768×4=3072768 \times 4 = 3072
  • 7th term: 3072×4=122883072 \times 4 = 12288
You can also use the geometric sequence formula: an=a1×rn1a_n = a_1 \times r^{n-1}, where a1=3a_1 = 3, r=4r = 4, and n=7n = 7: a7=3×46=3×4096=12288a_7 = 3 \times 4^6 = 3 \times 4096 = 12288 This confirms answer A is correct. Answer B (9216) would result from incorrectly using r=3r = 3 instead of r=4r = 4. Answer C (6144) comes from miscalculating 464^6 as 2048 instead of 4096. Answer D (15360) might result from using the wrong first term or making an arithmetic error in the multiplication. Strategy tip: Always verify your common ratio by checking it works for multiple consecutive pairs in the sequence. This catches early errors and builds confidence in your calculations.

Question 3

Consider the sequence 1,4,9,16,25,36,...1, 4, 9, 16, 25, 36, ... What is the 15th term?

  1. 210
  2. 225 (correct answer)
  3. 240
  4. 256

Explanation: When you see a sequence of numbers, your first step is to identify the pattern. Looking at this sequence: 1,4,9,16,25,36,...1, 4, 9, 16, 25, 36, ... you should recognize these as perfect squares. Notice that 1=121 = 1^2, 4=224 = 2^2, 9=329 = 3^2, 16=4216 = 4^2, 25=5225 = 5^2, and 36=6236 = 6^2. This means the nnth term of the sequence is simply n2n^2. To find the 15th term, you calculate 152=15×15=22515^2 = 15 \times 15 = 225. Let's examine why the other answers are wrong. Choice A (210) might tempt you if you mistakenly think this is an arithmetic sequence and try to find a common difference, but there's no consistent difference between consecutive terms. Choice C (240) could result from calculation errors when squaring 15, perhaps confusing it with 15×1615 \times 16. Choice D (256) is actually 16216^2, so you'd get this if you miscounted and thought you needed the 16th term instead of the 15th. The key strategy for sequence problems is pattern recognition. Perfect squares appear frequently on standardized tests, so memorizing the first 15-20 perfect squares will save you time. When you see 1,4,9,16...1, 4, 9, 16... immediately think "perfect squares" rather than trying to find differences between terms. This recognition allows you to jump straight to the formula n2n^2 and solve quickly.

Question 4

In the sequence 5,8,14,26,50,...5, 8, 14, 26, 50, ... each term follows a specific pattern. What is the next term?

  1. 86
  2. 94
  3. 98 (correct answer)
  4. 102

Explanation: When you encounter a sequence problem, your first step is to look for the pattern by examining the differences between consecutive terms. Let's find the differences: 85=38-5=3, 148=614-8=6, 2614=1226-14=12, 5026=2450-26=24. The differences are 3,6,12,243, 6, 12, 24. Notice that each difference doubles the previous one: 3×2=63 \times 2 = 6, 6×2=126 \times 2 = 12, 12×2=2412 \times 2 = 24. Following this pattern, the next difference should be 24×2=4824 \times 2 = 48. Therefore, the next term is 50+48=9850 + 48 = 98. Looking at the wrong answers: Choice A (86) would result from adding 36 to 50, but 36 doesn't fit our doubling pattern. Choice B (94) comes from adding 44, which also breaks the pattern. Choice D (102) results from adding 52, another number that doesn't follow our established rule. These incorrect answers likely come from students who either looked for an arithmetic pattern (constant differences) or noticed the doubling pattern but made calculation errors. Some might have tried to find a pattern in the original sequence itself rather than in the differences. Study tip: For sequence problems on the HSPT, always examine the differences between terms first. If the first differences don't show an obvious pattern, check if the differences themselves follow a pattern—like doubling, adding a constant, or following their own sequence. This systematic approach will help you crack even complex sequences.

Question 5

The sequence 1,1,2,3,5,8,13,...1, 1, 2, 3, 5, 8, 13, ... continues according to its established rule. What is the 10th term?

  1. 55 (correct answer)
  2. 89
  3. 34
  4. 21

Explanation: When you encounter a sequence problem, your first step is identifying the pattern or rule that generates each term. This particular sequence is the famous Fibonacci sequence, where each term equals the sum of the two preceding terms. Let's trace through the pattern: 1+1=21 + 1 = 2, 1+2=31 + 2 = 3, 2+3=52 + 3 = 5, 3+5=83 + 5 = 8, 5+8=135 + 8 = 13. Continuing this rule: the 8th term is 8+13=218 + 13 = 21, the 9th term is 13+21=3413 + 21 = 34, and the 10th term is 21+34=5521 + 34 = 55. Looking at the answer choices, A) 55 is correct as our calculation confirms. B) 89 would actually be the 11th term (34+55=8934 + 55 = 89), representing a common error of miscounting positions in the sequence. C) 34 is the 9th term, showing another off-by-one counting mistake. D) 21 is the 8th term, indicating the student stopped calculating too early or miscounted by two positions. The key trap in Fibonacci problems is losing track of which position you're calculating. Always write out the sequence systematically and double-check your position count. Remember that sequence problems on the HSPT often test your ability to recognize patterns and perform careful, sequential calculations rather than complex mathematical concepts.

Question 6

The sequence 2,5,11,23,47,...2, 5, 11, 23, 47, ... follows a specific rule. What is the 6th term?

  1. 95 (correct answer)
  2. 89
  3. 101
  4. 91

Explanation: When you encounter a sequence problem, your first step is to identify the pattern by examining how each term relates to the previous ones. Look for differences, ratios, or more complex relationships. Let's find the pattern in this sequence: 2,5,11,23,47,...2, 5, 11, 23, 47, ... First, check the differences between consecutive terms:

  • 52=35 - 2 = 3
  • 115=611 - 5 = 6
  • 2311=1223 - 11 = 12
  • 4723=2447 - 23 = 24
The differences are 3,6,12,243, 6, 12, 24. Notice that each difference doubles the previous one! This reveals the pattern: each term equals the previous term plus a difference that doubles each time. Following this pattern, the next difference should be 24×2=4824 \times 2 = 48. Therefore, the 6th term is 47+48=9547 + 48 = 95. Looking at the wrong answers: Choice B (89) would result from adding 42 instead of 48, suggesting someone might have added 18 to the previous difference rather than doubling it. Choice C (101) comes from adding 54, which might occur if someone incorrectly thought the differences increased by 30 each time. Choice D (91) results from adding 44, possibly from adding 20 to the previous difference. For sequence problems on the HSPT, always write out the first few differences between terms. If the differences don't form an obvious pattern, check if they double, triple, or follow their own arithmetic sequence. Most HSPT sequence problems use patterns involving doubling, adding constants, or simple polynomial relationships.

Question 7

In the arithmetic sequence 7,12,17,22,27,...7, 12, 17, 22, 27, ... what is the 20th term?

  1. 102 (correct answer)
  2. 97
  3. 107
  4. 112

Explanation: When you encounter an arithmetic sequence, you're looking at a pattern where each term increases by the same constant amount (called the common difference). In this sequence, each term increases by 5: 127=512 - 7 = 5, 1712=517 - 12 = 5, and so on. To find any term in an arithmetic sequence, use the formula: an=a1+(n1)da_n = a_1 + (n-1)d, where ana_n is the nth term, a1a_1 is the first term, nn is the position, and dd is the common difference. For the 20th term: a20=7+(201)(5)=7+19(5)=7+95=102a_{20} = 7 + (20-1)(5) = 7 + 19(5) = 7 + 95 = 102 Looking at the answer choices, A) 102 is correct. B) 97 represents a common error where students forget to add the first term at the end—they calculate 19×5=9519 \times 5 = 95 but mistakenly add 2 instead of 7, or simply miscalculate the final addition. C) 107 occurs when students use nn instead of (n1)(n-1) in the formula, calculating 7+20(5)=1077 + 20(5) = 107. This is a frequent mistake because students forget that the common difference is applied (n1)(n-1) times, not nn times. D) 112 results from using the wrong formula entirely, perhaps calculating 7+21(5)=1127 + 21(5) = 112, which adds an extra step to the common difference multiplication. Remember: In arithmetic sequences, always use (n1)(n-1) times the common difference, not nn times. The first term already "uses up" one position, so you only need (n1)(n-1) additional steps of the common difference.

Question 8

In the sequence 3,9,21,45,93,...3, 9, 21, 45, 93, ... what rule generates each term, and what comes next?

  1. 189 (correct answer)
  2. 186
  3. 201
  4. 195

Explanation: When you encounter a sequence problem, your goal is to identify the pattern that transforms each term into the next. Start by examining the differences between consecutive terms. Looking at the sequence 3,9,21,45,93,...3, 9, 21, 45, 93, ..., let's find the differences:

  • 93=69 - 3 = 6
  • 219=1221 - 9 = 12
  • 4521=2445 - 21 = 24
  • 9345=4893 - 45 = 48
The differences are 6,12,24,48,...6, 12, 24, 48, ... Notice that each difference doubles: 6×2=126 \times 2 = 12, 12×2=2412 \times 2 = 24, 24×2=4824 \times 2 = 48. This means the next difference should be 48×2=9648 \times 2 = 96. Therefore, the next term is 93+96=18993 + 96 = 189. You can also express this pattern as: each term equals double the previous term plus a power of 3. For example: 9=2(3)+39 = 2(3) + 3, 21=2(9)+321 = 2(9) + 3, 45=2(21)+345 = 2(21) + 3, 93=2(45)+393 = 2(45) + 3. So the next term is 2(93)+3=1892(93) + 3 = 189. Choice A (189) is correct. Choice B (186) might result from miscalculating 93+9693 + 96 or using an incorrect difference of 93. Choice C (201) could come from incorrectly assuming the differences increase by addition rather than multiplication. Choice D (195) might arise from using the wrong doubling pattern or arithmetic errors. Study tip: For sequence problems, always examine the differences between terms first. If those differences don't form an obvious pattern, look at second differences or try to spot multiplication/addition relationships between consecutive terms.

Question 9

In the sequence 5,15,45,135,405,...5, 15, 45, 135, 405, ... each term follows the same rule. What is the 7th term?

  1. 3645 (correct answer)
  2. 1215
  3. 2430
  4. 4860

Explanation: When you encounter a sequence problem, your first step is identifying the pattern or rule that connects consecutive terms. Look at how each term relates to the previous one. Let's examine the given sequence: 5,15,45,135,405,...5, 15, 45, 135, 405, ... To find the pattern, divide each term by the previous term:

  • 15÷5=315 ÷ 5 = 3
  • 45÷15=345 ÷ 15 = 3
  • 135÷45=3135 ÷ 45 = 3
  • 405÷135=3405 ÷ 135 = 3
The rule is clear: each term is obtained by multiplying the previous term by 3. This is a geometric sequence with first term a1=5a_1 = 5 and common ratio r=3r = 3. To find the 7th term, continue the pattern:
  • 5th term: 405405
  • 6th term: 405×3=1215405 × 3 = 1215
  • 7th term: 1215×3=36451215 × 3 = 3645
Therefore, the answer is A) 3645. Let's examine why the other choices are incorrect:
  • B) 1215 is actually the 6th term, not the 7th. This catches students who miscounted.
  • C) 2430 equals 405×6405 × 6, suggesting someone incorrectly thought the rule was "multiply by 6" instead of recognizing the consistent ×3 pattern.
  • D) 4860 equals 1215×41215 × 4, indicating confusion about the multiplier or arithmetic errors in the calculation.
Strategy tip: For sequence problems, always verify your pattern works for at least three consecutive pairs before applying it. Write out each step clearly to avoid counting errors, and double-check your arithmetic since these problems often include answer choices that result from common calculation mistakes.

Question 10

Consider the sequence 10,13,19,28,40,55,...10, 13, 19, 28, 40, 55, ... What is the next term?

  1. 73 (correct answer)
  2. 75
  3. 70
  4. 78

Explanation: When you encounter a sequence problem, your first step is to look for the pattern by examining the differences between consecutive terms. Let's find the differences between each pair of terms:

  • 1310=313 - 10 = 3
  • 1913=619 - 13 = 6
  • 2819=928 - 19 = 9
  • 4028=1240 - 28 = 12
  • 5540=1555 - 40 = 15
The first differences are: 3,6,9,12,15,...3, 6, 9, 12, 15, ... Notice these increase by 3 each time. This tells us we have a second-order sequence where the differences themselves form an arithmetic pattern. Following this pattern, the next difference should be 15+3=1815 + 3 = 18. Therefore, the next term is 55+18=7355 + 18 = 73. Looking at the answer choices: A) 73 is correct based on our pattern analysis. B) 75 might result from incorrectly adding 20 instead of 18, perhaps by misidentifying the pattern in differences. C) 70 would come from adding only 15 (the previous difference) without recognizing that the differences themselves increase. D) 78 likely results from adding 23, which might occur if you mistakenly think the differences increase by 5 instead of 3. For sequence problems on the HSPT, always check both first and second differences. Many sequences that don't follow simple arithmetic or geometric patterns will reveal their structure through second differences. This systematic approach will help you avoid the common trap of assuming the most recent difference continues unchanged.

Question 11

The sequence 6,11,21,41,81,...6, 11, 21, 41, 81, ... continues with the same pattern. What comes next?

  1. 161 (correct answer)
  2. 151
  3. 171
  4. 141

Explanation: When you encounter a sequence problem, your first step is to look for the pattern by examining the differences between consecutive terms. Let's find the differences: 116=511 - 6 = 5, 2111=1021 - 11 = 10, 4121=2041 - 21 = 20, 8141=4081 - 41 = 40. The differences are 5,10,20,405, 10, 20, 40. Notice that each difference doubles: 5×2=105 \times 2 = 10, 10×2=2010 \times 2 = 20, 20×2=4020 \times 2 = 40. Following this pattern, the next difference should be 40×2=8040 \times 2 = 80. Therefore, the next term is 81+80=16181 + 80 = 161. Looking at the answer choices: Choice A (161) is correct based on our pattern. Choice B (151) would result from adding 70 instead of 80, suggesting someone might have added 30 to the previous difference rather than doubling it. Choice C (171) would come from adding 90, which might result from incorrectly thinking the differences increase by 30 each time (5, 10, 20, 40 doesn't follow this pattern, but 40 + 50 = 90 if someone mistakenly thought differences went up by 10, then 20, then 30). Choice D (141) would result from adding only 60, which doesn't follow any clear mathematical pattern from the given sequence. For sequence problems on the HSPT, always check the differences between terms first. If the first differences don't show an obvious pattern, look at whether they form their own sequence—often involving doubling, tripling, or adding a constant.

Question 12

In the sequence 2,8,18,32,50,72,...2, 8, 18, 32, 50, 72, ... what is the 8th term?

  1. 128 (correct answer)
  2. 112
  3. 144
  4. 136

Explanation: When you encounter a sequence problem, your first step is to identify the pattern by examining the differences between consecutive terms. Let's find the first differences: 82=68-2=6, 188=1018-8=10, 3218=1432-18=14, 5032=1850-32=18, 7250=2272-50=22. The first differences are 6,10,14,18,226, 10, 14, 18, 22. Since these aren't constant, let's find the second differences: 106=410-6=4, 1410=414-10=4, 1814=418-14=4, 2218=422-18=4. The second differences are constant at 4, indicating this is a quadratic sequence. Continuing the pattern of first differences: the next difference would be 22+4=2622+4=26, then 26+4=3026+4=30, then 30+4=3430+4=34. Now we can find the remaining terms:

  • 6th term: 72+26=9872+26=98
  • 7th term: 98+30=12898+30=128
  • 8th term: 128+34=162128+34=162
Wait, let me recalculate more carefully. The 7th term is 72+26=9872+26=98, and the 8th term is 98+30=12898+30=128. Choice A (128) is correct as our calculation shows. Choice B (112) might result from incorrectly assuming the differences increase by 3 instead of 4. Choice C (144) could come from miscalculating the pattern or assuming a different rate of increase. Choice D (136) might result from arithmetic errors in extending the sequence. For sequence problems on the HSPT, always work systematically through the differences until you find a constant pattern. Second differences are particularly common, so don't stop after checking just the first differences.

Question 13

In the sequence 0,1,5,14,30,55,...0, 1, 5, 14, 30, 55, ... what is the underlying pattern, and what comes next?

  1. 91 (correct answer)
  2. 85
  3. 95
  4. 100

Explanation: When you encounter a sequence problem, your first step is to look for patterns in the differences between consecutive terms. This approach often reveals the underlying structure more clearly than trying to spot a direct pattern in the sequence itself. Let's examine the differences between consecutive terms: 10=11-0=1, 51=45-1=4, 145=914-5=9, 3014=1630-14=16, 5530=2555-30=25. The first differences are 1,4,9,16,251, 4, 9, 16, 25, which are perfect squares: 12,22,32,42,521^2, 2^2, 3^2, 4^2, 5^2. This means the next difference should be 62=366^2 = 36, so the next term is 55+36=9155 + 36 = 91. You can verify this pattern by recognizing that each term equals the sum of the first nn perfect squares. For instance, the fifth term is 30=12+22+32+42=1+4+9+1630 = 1^2 + 2^2 + 3^2 + 4^2 = 1 + 4 + 9 + 16. Answer A (91) is correct because it follows this established pattern. Answer B (85) would require a difference of 30, which doesn't fit the square pattern. Answer C (95) would need a difference of 40, and answer D (100) would need 45 – neither corresponds to 62=366^2 = 36. For sequence questions on the HSPT, always examine the differences between terms when the direct pattern isn't obvious. Many sequences are built on arithmetic or geometric progressions hidden in their differences, and recognizing common number patterns like perfect squares, triangular numbers, or factorials will help you solve these problems efficiently.

Question 14

In the sequence 2,9,23,44,72,107,...2, 9, 23, 44, 72, 107, ... what pattern governs the terms, and what is the next value?

  1. 149 (correct answer)
  2. 155
  3. 142
  4. 160

Explanation: When you encounter a sequence problem, your first step is to look for patterns in the differences between consecutive terms. This systematic approach will reveal the underlying structure. Let's examine the differences between consecutive terms in this sequence:

  • 92=79 - 2 = 7
  • 239=1423 - 9 = 14
  • 4423=2144 - 23 = 21
  • 7244=2872 - 44 = 28
  • 10772=35107 - 72 = 35
The first differences are: 7,14,21,28,357, 14, 21, 28, 35. Notice these are all multiples of 7: 7×1,7×2,7×3,7×4,7×57×1, 7×2, 7×3, 7×4, 7×5. The pattern shows that each difference increases by 7. Following this pattern, the next difference should be 7×6=427×6 = 42. Therefore, the next term is 107+42=149107 + 42 = 149. Answer A (149) is correct because it follows the established pattern of differences increasing by 7 each time. Answer B (155) would require a difference of 48, breaking the pattern of multiples of 7. Answer C (142) would need a difference of 35, which we already used for the previous step. Answer D (160) would require a difference of 53, which doesn't fit the sequence of multiples of 7. Strategy tip: For sequence problems, always calculate the first differences between consecutive terms. If those don't show a clear pattern, try second differences (differences of the differences). Most HSPT sequence problems will reveal their pattern within the first or second level of differences, and arithmetic patterns involving consistent increases are especially common.

Question 15

The sequence 2,6,18,54,162,...2, 6, 18, 54, 162, ... follows a pattern. If this pattern continues, what is the 8th term?

  1. 1458
  2. 1944
  3. 4374 (correct answer)
  4. 6561

Explanation: When you encounter a sequence like this, you're dealing with a geometric sequence where each term is found by multiplying the previous term by a constant ratio. Your first step is always to find this common ratio by dividing any term by the one before it. Let's find the pattern: 62=3\frac{6}{2} = 3, 186=3\frac{18}{6} = 3, 5418=3\frac{54}{18} = 3. The common ratio is 3, meaning each term equals the previous term times 3. To find the 8th term, you can either multiply step by step or use the geometric sequence formula: an=a1×r(n1)a_n = a_1 \times r^{(n-1)}, where a1a_1 is the first term, rr is the common ratio, and nn is the term number. Using the formula: a8=2×37=2×2187=4374a_8 = 2 \times 3^7 = 2 \times 2187 = 4374 Or continuing the sequence: 2, 6, 18, 54, 162, 486, 1458, 4374. Looking at the wrong answers: Choice A (1458) is actually the 7th term—a classic off-by-one error that catches students who miscount. Choice B (1944) doesn't follow any clear pattern from this sequence. Choice D (6561) equals 383^8, which represents what you'd get if you forgot to multiply by the initial term of 2. The correct answer is C) 4374. Study tip: For geometric sequences on the HSPT, always verify your common ratio with at least two pairs of consecutive terms, and double-check your term counting by writing out a few terms when in doubt.

Question 16

In the sequence 1,5,14,30,55,91,...1, 5, 14, 30, 55, 91, ... what pattern emerges, and what is the next term?

  1. 140 (correct answer)
  2. 132
  3. 148
  4. 135

Explanation: When you encounter a number sequence problem, your goal is to identify the underlying pattern by examining how terms relate to each other. Start by looking at the differences between consecutive terms. For the sequence 1,5,14,30,55,91,...1, 5, 14, 30, 55, 91, ..., let's find the first differences:

  • 51=45 - 1 = 4
  • 145=914 - 5 = 9
  • 3014=1630 - 14 = 16
  • 5530=2555 - 30 = 25
  • 9155=3691 - 55 = 36
The differences are 4,9,16,25,364, 9, 16, 25, 36. Notice these are perfect squares: 22,32,42,52,622^2, 3^2, 4^2, 5^2, 6^2. This reveals the pattern: each term increases by the square of consecutive integers starting with 2. Following this pattern, the next difference should be 72=497^2 = 49. Therefore, the next term is 91+49=14091 + 49 = 140. Choice A (140) is correct because it follows the established pattern of adding consecutive perfect squares. Choice B (132) would result from adding 41 to the previous term, which doesn't fit the perfect square pattern. Choice C (148) would come from adding 57, suggesting someone might have incorrectly identified a different pattern or made calculation errors. Choice D (135) represents adding 44, which also breaks the perfect square sequence we established. Study tip: When analyzing sequences, always check multiple levels of differences. If first differences don't show an obvious pattern, examine second differences or look for relationships involving squares, cubes, or other mathematical operations. Sequential perfect squares are particularly common on standardized tests.

Question 17

The sequence 9,18,36,72,144,...9, 18, 36, 72, 144, ... follows a clear multiplication rule. What is the 8th term?

  1. 1152 (correct answer)
  2. 864
  3. 576
  4. 2304

Explanation: When you encounter a sequence problem, your first step is identifying the pattern. Look at how each term relates to the previous one to determine if it's arithmetic (adding/subtracting a constant) or geometric (multiplying/dividing by a constant). In this sequence, examine the ratios: 189=2\frac{18}{9} = 2, 3618=2\frac{36}{18} = 2, 7236=2\frac{72}{36} = 2, 14472=2\frac{144}{72} = 2. Each term is exactly double the previous term, making this a geometric sequence with a common ratio of 2. To find the 8th term, continue multiplying by 2:

  • 5th term: 144×2=288144 \times 2 = 288
  • 6th term: 288×2=576288 \times 2 = 576
  • 7th term: 576×2=1152576 \times 2 = 1152
  • 8th term: 1152×2=23041152 \times 2 = 2304
Wait—let me recount the given terms. The sequence shows 5 terms: 9, 18, 36, 72, 144. So 144 is the 5th term, making:
  • 6th term: 144×2=288144 \times 2 = 288
  • 7th term: 288×2=576288 \times 2 = 576
  • 8th term: 576×2=1152576 \times 2 = 1152
The answer is A) 1152. Option B) 864 might result from miscounting terms or calculation errors. Option C) 576 is actually the 7th term, representing an off-by-one counting mistake. Option D) 2304 would be the 9th term, again showing a counting error. Strategy tip: Always count the given terms carefully and double-check your multiplication. For geometric sequences, you can also use the formula an=a1×r(n1)a_n = a_1 \times r^{(n-1)} where a1=9a_1 = 9 and r=2r = 2.

Question 18

In the sequence 100,94,82,64,40,...100, 94, 82, 64, 40, ... what is the pattern, and what comes next?

  1. 10 (correct answer)
  2. 8
  3. 12
  4. 6

Explanation: When you encounter a sequence problem, your first step is to look for patterns in how the numbers change from one term to the next. Don't assume it's a simple arithmetic sequence—sometimes the differences themselves follow a pattern. Let's examine the differences between consecutive terms in this sequence:

  • 10094=6100 - 94 = 6
  • 9482=1294 - 82 = 12
  • 8264=1882 - 64 = 18
  • 6440=2464 - 40 = 24
The differences are 6,12,18,246, 12, 18, 24—each difference increases by 6! This means the next difference should be 24+6=3024 + 6 = 30. Therefore, the next term is 4030=1040 - 30 = 10. Looking at the wrong answers: Choice B (8) might tempt you if you noticed the sequence decreases rapidly and guessed a small number, but it doesn't follow the established pattern. Choice C (12) could result from incorrectly thinking the differences repeat rather than increase systematically. Choice D (6) might come from using the first difference (6) without recognizing that the differences themselves are changing. The correct answer is A (10) because it follows the pattern where differences increase by 6 each time. Study tip: For HSPT sequence problems, always calculate the first few differences between terms. If those differences don't form an obvious pattern, check if the differences between the differences reveal a pattern. Many sequence problems involve this "second-order" pattern recognition rather than simple arithmetic progressions.

Question 19

The sequence 4,7,13,25,49,...4, 7, 13, 25, 49, ... follows a specific rule. What is the 6th term?

  1. 97 (correct answer)
  2. 89
  3. 101
  4. 105

Explanation: When you encounter a sequence problem, your first task is to identify the pattern by examining the differences between consecutive terms. Let's find the differences between each pair of consecutive terms:

  • 74=37 - 4 = 3
  • 137=613 - 7 = 6
  • 2513=1225 - 13 = 12
  • 4925=2449 - 25 = 24
The differences are 3,6,12,243, 6, 12, 24. Notice that each difference doubles the previous one: 3×2=63 \times 2 = 6, 6×2=126 \times 2 = 12, 12×2=2412 \times 2 = 24. This means the next difference should be 24×2=4824 \times 2 = 48. Therefore, the 6th term is 49+48=9749 + 48 = 97. Now let's examine why the other answers are incorrect. Answer B (89) would result from adding 40 to 49, but there's no pattern that gives us 40 as the next difference. Answer C (101) comes from adding 52 to 49, which also doesn't follow our doubling pattern. Answer D (105) results from adding 56 to 49, again breaking the established rule. The correct answer is A (97) because it follows the pattern where differences double each time. Study tip: For sequence problems, always look at the differences between terms first. If the first differences don't show a clear pattern, check if the differences themselves follow a pattern (like doubling, as in this problem). This two-step approach will help you crack most sequence questions on the HSPT.

Question 20

Consider the sequence 4,12,36,108,324,...4, 12, 36, 108, 324, ... If this pattern continues, what is the 7th term?

  1. 2916 (correct answer)
  2. 1944
  3. 972
  4. 2187

Explanation: When you encounter a sequence of numbers, your first step should be identifying the pattern. Look at how each term relates to the previous one to determine if it's arithmetic (adding/subtracting a constant) or geometric (multiplying/dividing by a constant). Let's examine the ratios between consecutive terms: 124=3\frac{12}{4} = 3, 3612=3\frac{36}{12} = 3, 10836=3\frac{108}{36} = 3, 324108=3\frac{324}{108} = 3. Since each term is exactly 3 times the previous term, this is a geometric sequence with first term a1=4a_1 = 4 and common ratio r=3r = 3. For any geometric sequence, the nth term formula is an=a1r(n1)a_n = a_1 \cdot r^{(n-1)}. To find the 7th term: a7=43(71)=436=4729=2916a_7 = 4 \cdot 3^{(7-1)} = 4 \cdot 3^6 = 4 \cdot 729 = 2916. Looking at the wrong answers: Choice B (1944) equals 435234 \cdot 3^5 \cdot \frac{2}{3}, suggesting a calculation error where someone might have used the wrong exponent. Choice C (972) equals 4354 \cdot 3^5, which would be the 6th term, indicating someone miscounted the position. Choice D (2187) equals 373^7, which represents using the wrong first term—someone likely forgot to multiply by the initial value of 4. The correct answer is A) 2916. Strategy tip: For sequence problems, always verify your pattern holds for at least three consecutive terms, then double-check your position counting. Many students lose points by confusing which term number they're actually calculating.