SSAT Upper Level Quiz: Numerical Sequence Patterns
5 questions · exam conditions
0:00
Numerical Sequence PatternsQuestion 1 of 5

In a sequence, the first term is 33, and each subsequent term is obtained by multiplying the previous term by 22 and then subtracting 11. What is the difference between the 5th term and the 4th term?

2222
2323
4545
4747
← Back to quizzes

SSAT Upper Level Quiz

SSAT Upper Level Quiz: Numerical Sequence Patterns

Practice Numerical Sequence Patterns in SSAT Upper Level 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 Numerical Sequence Patterns, giving you a quick way to practice the rules, question types, and explanations that matter most for SSAT Upper Level.

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

In a sequence, the first term is 33, and each subsequent term is obtained by multiplying the previous term by 22 and then subtracting 11. What is the difference between the 5th term and the 4th term?

  1. 2222
  2. 2323 (correct answer)
  3. 4545
  4. 4747
Explanation: The sequence follows the pattern: an=2an11a_n = 2a_{n-1} - 1 with a1=3a_1 = 3. Computing: a1=3a_1 = 3, a2=2(3)1=5a_2 = 2(3) - 1 = 5, a3=2(5)1=9a_3 = 2(5) - 1 = 9, a4=2(9)1=17a_4 = 2(9) - 1 = 17, a5=2(17)1=33a_5 = 2(17) - 1 = 33. The difference is a5a4=3317=23a_5 - a_4 = 33 - 17 = 23. Choice A comes from incorrectly computing a4=16a_4 = 16 and a5=31a_5 = 31, giving difference 2222. Choice C is a5+12=45a_5 + 12 = 45. Choice D is a4+30=47a_4 + 30 = 47.

Question 2

Consider the sequence 2,6,18,54,162,2, 6, 18, 54, 162, \ldots and the sequence 1,5,25,125,625,1, 5, 25, 125, 625, \ldots. If the nnth terms of these sequences are added together, what type of sequence is formed?

  1. Arithmetic with common difference 44
  2. Geometric with common ratio 55
  3. Neither arithmetic nor geometric (correct answer)
  4. Arithmetic with common difference 33
Explanation: The first sequence is 23n12 \cdot 3^{n-1} (geometric with ratio 33). The second sequence is 5n15^{n-1} (geometric with ratio 55). The sum sequence is 23n1+5n12 \cdot 3^{n-1} + 5^{n-1}: 3,11,43,179,787,3, 11, 43, 179, 787, \ldots. Differences: 8,32,136,608,8, 32, 136, 608, \ldots (not constant). Ratios: 1133.67\frac{11}{3} \approx 3.67, 43113.91\frac{43}{11} \approx 3.91, 179434.16\frac{179}{43} \approx 4.16 (not constant). The sequence is neither arithmetic nor geometric. Choices A and D assume it's arithmetic. Choice B assumes it's geometric.

Question 3

A sequence begins: 2,7,17,32,52,2, 7, 17, 32, 52, \ldots If this pattern continues, which expression represents the nnth term for n3n \geq 3?

  1. 5n213n+105n^2 - 13n + 10
  2. 4n211n+94n^2 - 11n + 9
  3. 3n28n+73n^2 - 8n + 7
  4. 2.5n22.5n+22.5n^2 - 2.5n + 2 (correct answer)
Explanation: When you encounter a sequence problem, you need to identify the pattern by examining the differences between consecutive terms. This sequence tests your ability to recognize when a quadratic expression generates the terms. Let's find the pattern by calculating the first and second differences: First differences: 72=57-2=5, 177=1017-7=10, 3217=1532-17=15, 5232=2052-32=20 Second differences: 105=510-5=5, 1510=515-10=5, 2015=520-15=5 Since the second differences are constant (5), this confirms the sequence follows a quadratic pattern of the form an2+bn+can^2 + bn + c. To verify the correct answer, test choice D with the given terms:
  • For n=1n=1: 2.5(1)22.5(1)+2=2.52.5+2=22.5(1)^2 - 2.5(1) + 2 = 2.5 - 2.5 + 2 = 2
  • For n=2n=2: 2.5(4)2.5(2)+2=105+2=72.5(4) - 2.5(2) + 2 = 10 - 5 + 2 = 7
  • For n=3n=3: 2.5(9)2.5(3)+2=22.57.5+2=172.5(9) - 2.5(3) + 2 = 22.5 - 7.5 + 2 = 17
Choice A gives incorrect values: for n=1n=1, 5(1)13(1)+10=25(1) - 13(1) + 10 = 2, but for n=2n=2, 5(4)13(2)+10=1675(4) - 13(2) + 10 = 16 \neq 7. Choice B similarly fails: for n=2n=2, 4(4)11(2)+9=1174(4) - 11(2) + 9 = 11 \neq 7. Choice C also produces wrong values: for n=2n=2, 3(4)8(2)+7=73(4) - 8(2) + 7 = 7, but for n=3n=3, 3(9)8(3)+7=10173(9) - 8(3) + 7 = 10 \neq 17. Strategy tip: When you see constant second differences, you know you're dealing with a quadratic sequence. Always test your answer choice with multiple terms from the sequence to confirm it works consistently.

Question 4

A sequence is defined by a1=2a_1 = 2, a2=5a_2 = 5, and an=3an12an2a_n = 3a_{n-1} - 2a_{n-2} for n3n \geq 3. Which term first exceeds 100100?

  1. The 6th term
  2. The 7th term (correct answer)
  3. The 8th term
  4. The 9th term
Explanation: Computing the sequence: a1=2a_1 = 2, a2=5a_2 = 5, a3=3(5)2(2)=11a_3 = 3(5) - 2(2) = 11, a4=3(11)2(5)=23a_4 = 3(11) - 2(5) = 23, a5=3(23)2(11)=47a_5 = 3(23) - 2(11) = 47, a6=3(47)2(23)=95a_6 = 3(47) - 2(23) = 95, a7=3(95)2(47)=191a_7 = 3(95) - 2(47) = 191. The 7th term is the first to exceed 100100. Choice A gives a6=95<100a_6 = 95 < 100. Choices C and D are later terms that also exceed 100100 but are not the first.

Question 5

A geometric sequence has its 3rd term equal to 1818 and its 6th term equal to 486486. If all terms are positive, what is the 4th term?

  1. 5454 (correct answer)
  2. 3636
  3. 7272
  4. 8181
Explanation: When you encounter geometric sequence problems, remember that each term is found by multiplying the previous term by a constant ratio rr. The general formula is an=a1rn1a_n = a_1 \cdot r^{n-1}, where a1a_1 is the first term. Given that the 3rd term is 1818 and the 6th term is 486486, you can write:
  • a3=a1r2=18a_3 = a_1 \cdot r^2 = 18
  • a6=a1r5=486a_6 = a_1 \cdot r^5 = 486
To find the common ratio, divide the second equation by the first: a6a3=a1r5a1r2=r3=48618=27\frac{a_6}{a_3} = \frac{a_1 \cdot r^5}{a_1 \cdot r^2} = r^3 = \frac{486}{18} = 27 Taking the cube root: r=3r = 3 Now you can find a1a_1: 18=a132=9a118 = a_1 \cdot 3^2 = 9a_1, so a1=2a_1 = 2 Therefore, a4=a1r3=233=227=54a_4 = a_1 \cdot r^3 = 2 \cdot 3^3 = 2 \cdot 27 = 54. The answer is A. Looking at the wrong choices: B) 3636 would result from incorrectly calculating r=2r = 2 instead of 33. C) 7272 might come from miscalculating a1=8a_1 = 8 instead of 22. D) 8181 would result from thinking a4=r4=34a_4 = r^4 = 3^4, forgetting to include the first term coefficient. Strategy tip: In geometric sequence problems, always use the ratio between given terms to find rr first. When terms aren't consecutive, remember that aman=rmn\frac{a_m}{a_n} = r^{m-n}. This approach avoids having to solve for a1a_1 until the end.