Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Sign up

Log in

Opening subject page...

Loading your content

Practice

  • All Subjects
  • Algebra Flashcards
  • SAT Math Practice Tests
  • Math Question of the Day
  • Live Classes
  • On-Demand Courses

Varsity Tutors

  • Find a Tutor
  • Test Prep
  • Online Classes
  • K-12 Learning
  • College Search
  • VarsityTutors.com

© 2026 Varsity Tutors. All rights reserved.

← Back to quizzes

ISEE Upper Level Mathematics Achievement Quiz

ISEE Upper Level Mathematics Achievement Quiz: Predicting Sequence Terms

Practice Predicting Sequence Terms in ISEE Upper Level Mathematics Achievement with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

Question 1 / 20

0 of 20 answered

The nnnth term of a sequence is given by an=3n−1n+2a_n = \frac{3n - 1}{n + 2}an​=n+23n−1​. As nnn increases without bound, what value does ana_nan​ approach?

Select an answer to continue

What this quiz covers

This quiz focuses on Predicting Sequence Terms, giving you a quick way to practice the rules, question types, and explanations that matter most for ISEE Upper Level Mathematics Achievement.

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

The nnnth term of a sequence is given by an=3n−1n+2a_n = \frac{3n - 1}{n + 2}an​=n+23n−1​. As nnn increases without bound, what value does ana_nan​ approach?

  1. 333 (correct answer)
  2. 000
  3. 111
  4. 12\frac{1}{2}21​

Explanation: When you encounter a sequence with a formula involving nnn and need to find what happens "as nnn increases without bound," you're looking for the limit as nnn approaches infinity. This tests your understanding of rational function behavior. To find what an=3n−1n+2a_n = \frac{3n - 1}{n + 2}an​=n+23n−1​ approaches as n→∞n \to \inftyn→∞, focus on the highest-degree terms in the numerator and denominator. Both have degree 1, so divide both the numerator and denominator by nnn: an=3n−1n+2=n(3−1n)n(1+2n)=3−1n1+2na_n = \frac{3n - 1}{n + 2} = \frac{n(3 - \frac{1}{n})}{n(1 + \frac{2}{n})} = \frac{3 - \frac{1}{n}}{1 + \frac{2}{n}}an​=n+23n−1​=n(1+n2​)n(3−n1​)​=1+n2​3−n1​​ As nnn becomes very large, both 1n\frac{1}{n}n1​ and 2n\frac{2}{n}n2​ approach 0, so the expression approaches 3−01+0=3\frac{3 - 0}{1 + 0} = 31+03−0​=3. Therefore, choice A is correct. Choice B (000) would occur if the denominator's degree exceeded the numerator's degree. Choice C (111) might tempt you if you incorrectly thought the coefficients of the linear terms were equal. Choice D (12\frac{1}{2}21​) could result from computational errors when manipulating the fractions. Strategy tip: For rational functions, the limit at infinity depends on the degrees of the numerator and denominator. When degrees are equal, the limit equals the ratio of the leading coefficients. Here, that's 31=3\frac{3}{1} = 313​=3.

Question 2

The first four terms of a sequence are 3,9,27,813, 9, 27, 813,9,27,81. If this pattern continues, what is the 888th term?

  1. 656165616561 (correct answer)
  2. 218721872187
  3. 196831968319683
  4. 437443744374

Explanation: When you see a sequence of numbers, look for the pattern that connects consecutive terms. This is testing your ability to identify and work with geometric sequences. Let's examine how each term relates to the previous one: 9÷3=39 ÷ 3 = 39÷3=3, 27÷9=327 ÷ 9 = 327÷9=3, and 81÷27=381 ÷ 27 = 381÷27=3. Since each term is obtained by multiplying the previous term by 3, this is a geometric sequence with first term a=3a = 3a=3 and common ratio r=3r = 3r=3. The formula for the nnnth term of a geometric sequence is an=a⋅rn−1a_n = a \cdot r^{n-1}an​=a⋅rn−1. For the 8th term: a8=3⋅38−1=3⋅37=38=6561a_8 = 3 \cdot 3^{8-1} = 3 \cdot 3^7 = 3^8 = 6561a8​=3⋅38−1=3⋅37=38=6561. You can also continue the pattern: 5th term is 81×3=24381 \times 3 = 24381×3=243, 6th term is 243×3=729243 \times 3 = 729243×3=729, 7th term is 729×3=2187729 \times 3 = 2187729×3=2187, and 8th term is 2187×3=65612187 \times 3 = 65612187×3=6561. Choice B (218721872187) is actually the 7th term—a common mistake when counting positions in sequences. Choice C (196831968319683) equals 393^939, which would be the 9th term if you started counting from term 0 instead of term 1. Choice D (437443744374) is 2×21872 \times 21872×2187, suggesting confusion about the common ratio being 2 instead of 3. The correct answer is A. When working with sequences, always identify the pattern first, then double-check your position counting. It's easy to be off by one term, especially under time pressure.

Question 3

A sequence has the property that each term after the first two is the average of the two preceding terms. If the first term is 121212 and the second term is 888, what is the fourth term?

  1. 999 (correct answer)
  2. 101010
  3. 9.59.59.5
  4. 8.58.58.5

Explanation: This question tests your understanding of recursive sequences, where each term depends on previous terms according to a specific rule. When you see a sequence defined by a relationship between consecutive terms, work step-by-step to find each term in order. The sequence rule states that each term after the first two equals the average of the two preceding terms. Starting with the first term a1=12a_1 = 12a1​=12 and second term a2=8a_2 = 8a2​=8, you can find the third term: a3=a1+a22=12+82=202=10a_3 = \frac{a_1 + a_2}{2} = \frac{12 + 8}{2} = \frac{20}{2} = 10a3​=2a1​+a2​​=212+8​=220​=10. Now you can find the fourth term using the same rule: a4=a2+a32=8+102=182=9a_4 = \frac{a_2 + a_3}{2} = \frac{8 + 10}{2} = \frac{18}{2} = 9a4​=2a2​+a3​​=28+10​=218​=9. Looking at the wrong answers: Choice B (101010) is actually the third term, not the fourth—this represents stopping one step too early in the calculation. Choice C (9.59.59.5) might result from incorrectly averaging the first and third terms (12+102=11\frac{12 + 10}{2} = 11212+10​=11) or making an arithmetic error. Choice D (8.58.58.5) could come from averaging the first two terms incorrectly or misapplying the sequence rule. The correct answer is A: 999. For recursive sequence problems, always write out each term systematically and double-check that you're using the correct previous terms in your formula. Don't skip steps—even if the pattern seems obvious, work through each calculation to avoid off-by-one errors.

Question 4

The sequence 2,6,12,20,30,...2, 6, 12, 20, 30, ...2,6,12,20,30,... can be expressed as an=n(n+1)a_n = n(n+1)an​=n(n+1). What is the 121212th term?

  1. 156156156 (correct answer)
  2. 132132132
  3. 144144144
  4. 182182182

Explanation: When you encounter a sequence problem that provides an explicit formula, you're being tested on your ability to substitute values and calculate accurately. The key is to carefully use the given formula rather than trying to find patterns in the listed terms. You're given that the sequence follows the formula an=n(n+1)a_n = n(n+1)an​=n(n+1), where nnn represents the position of the term. To find the 12th term, substitute n=12n = 12n=12 into this formula: a12=12(12+1)=12×13=156a_{12} = 12(12+1) = 12 \times 13 = 156a12​=12(12+1)=12×13=156 Let's verify this makes sense by checking a few early terms: a1=1(2)=2a_1 = 1(2) = 2a1​=1(2)=2, a2=2(3)=6a_2 = 2(3) = 6a2​=2(3)=6, a3=3(4)=12a_3 = 3(4) = 12a3​=3(4)=12. These match the given sequence, confirming our formula application is correct. Looking at the wrong answers: Choice B (132) likely results from miscalculating 12×1112 \times 1112×11 instead of 12×1312 \times 1312×13—a common error when students forget to add 1 to nnn. Choice C (144) equals 12212^2122, suggesting someone might have used n2n^2n2 instead of n(n+1)n(n+1)n(n+1). Choice D (182) could come from arithmetic errors or misapplying the formula entirely. The correct answer is A (156). Strategy tip: In sequence problems with given formulas, always substitute the position number directly into the formula rather than trying to extend the pattern manually. Double-check by verifying the formula works for the first few given terms, then trust your calculation for the requested term.

Question 5

The sequence 1,1,2,3,5,8,13,...1, 1, 2, 3, 5, 8, 13, ...1,1,2,3,5,8,13,... represents the Fibonacci sequence. What is the ratio F10F9\frac{F_{10}}{F_9}F9​F10​​ rounded to the nearest hundredth?

  1. 1.621.621.62 (correct answer)
  2. 1.581.581.58
  3. 1.671.671.67
  4. 1.611.611.61

Explanation: The Fibonacci sequence is a famous mathematical pattern where each term equals the sum of the two preceding terms. When you encounter questions about ratios of consecutive Fibonacci terms, you're exploring how this sequence approaches the golden ratio as terms get larger. To find F10F9\frac{F_{10}}{F_9}F9​F10​​, you need to calculate the first ten Fibonacci numbers. Starting with the given sequence 1,1,2,3,5,8,13...1, 1, 2, 3, 5, 8, 13...1,1,2,3,5,8,13..., continue adding consecutive terms: F8=21F_8 = 21F8​=21, F9=34F_9 = 34F9​=34, and F10=55F_{10} = 55F10​=55. Therefore, F10F9=5534=1.617...\frac{F_{10}}{F_9} = \frac{55}{34} = 1.617...F9​F10​​=3455​=1.617... which rounds to 1.621.621.62. Answer choice A (1.621.621.62) is correct as shown above. Choice B (1.581.581.58) is too low and might result from miscalculating one of the Fibonacci terms or making an arithmetic error in the division. Choice C (1.671.671.67) is too high and could come from confusing the order of terms or incorrectly computing F10F_{10}F10​ or F9F_9F9​. Choice D (1.611.611.61) is close but represents premature rounding. If you rounded intermediate calculations instead of the final result, you might arrive at this incorrect answer. Remember that consecutive Fibonacci ratios converge toward the golden ratio (approximately 1.6181.6181.618) as the sequence progresses. This gives you a useful benchmark—ratios around F10/F9F_{10}/F_9F10​/F9​ should be very close to 1.6181.6181.618, helping you eliminate obviously incorrect answers before calculating.

Question 6

A sequence is given by un=2n−nu_n = 2^n - nun​=2n−n. What is the first term where un>100u_n > 100un​>100?

  1. u7u_7u7​ (correct answer)
  2. u6u_6u6​
  3. u8u_8u8​
  4. u9u_9u9​

Explanation: When you encounter a sequence problem asking for the "first term" that satisfies a condition, you need to systematically evaluate terms until you find where the inequality becomes true. Given the sequence un=2n−nu_n = 2^n - nun​=2n−n, you need to find when un>100u_n > 100un​>100. Start calculating terms: u6=26−6=64−6=58u_6 = 2^6 - 6 = 64 - 6 = 58u6​=26−6=64−6=58 u7=27−7=128−7=121u_7 = 2^7 - 7 = 128 - 7 = 121u7​=27−7=128−7=121 u8=28−8=256−8=248u_8 = 2^8 - 8 = 256 - 8 = 248u8​=28−8=256−8=248 Since u6=58<100u_6 = 58 < 100u6​=58<100 but u7=121>100u_7 = 121 > 100u7​=121>100, the first term exceeding 100 is u7u_7u7​. Looking at the wrong answers: Choice B (u6u_6u6​) gives you 58, which doesn't exceed 100 – this would be the result if you miscalculated or stopped checking too early. Choice C (u8u_8u8​) does exceed 100 (it equals 248), but it's not the first term to do so – this is a common trap when students find a term that works but don't verify it's the earliest one. Choice D (u9u_9u9​) would give an even larger value but again isn't the first qualifying term. Remember that exponential sequences like this one grow rapidly, so once you find terms on either side of your target value, you can be confident about your answer. Always check consecutive terms when looking for "first" occurrences, and don't stop at the first term that works – make sure no earlier term also satisfies the condition.

Question 7

The Lucas sequence is defined by L1=1L_1 = 1L1​=1, L2=3L_2 = 3L2​=3, and Ln=Ln−1+Ln−2L_n = L_{n-1} + L_{n-2}Ln​=Ln−1​+Ln−2​ for n≥3n \geq 3n≥3. What is L8L_8L8​?

  1. 474747 (correct answer)
  2. 767676
  3. 123123123
  4. 292929

Explanation: When you encounter a sequence problem with a recursive definition like this, you're dealing with a pattern where each term depends on previous terms. The Lucas sequence follows the same pattern as the famous Fibonacci sequence, but with different starting values. To find L8L_8L8​, you need to calculate each term step by step using the given rule Ln=Ln−1+Ln−2L_n = L_{n-1} + L_{n-2}Ln​=Ln−1​+Ln−2​. Starting with L1=1L_1 = 1L1​=1 and L2=3L_2 = 3L2​=3: L3=L2+L1=3+1=4L_3 = L_2 + L_1 = 3 + 1 = 4L3​=L2​+L1​=3+1=4 L4=L3+L2=4+3=7L_4 = L_3 + L_2 = 4 + 3 = 7L4​=L3​+L2​=4+3=7 L5=L4+L3=7+4=11L_5 = L_4 + L_3 = 7 + 4 = 11L5​=L4​+L3​=7+4=11 L6=L5+L4=11+7=18L_6 = L_5 + L_4 = 11 + 7 = 18L6​=L5​+L4​=11+7=18 L7=L6+L5=18+11=29L_7 = L_6 + L_5 = 18 + 11 = 29L7​=L6​+L5​=18+11=29 L8=L7+L6=29+18=47L_8 = L_7 + L_6 = 29 + 18 = 47L8​=L7​+L6​=29+18=47 Therefore, L8=47L_8 = 47L8​=47, which is answer choice A. Looking at the wrong answers: B (76) is too large and doesn't follow from the correct calculations. C (123) is even larger and represents a significant computational error. D (29) is actually L7L_7L7​, which suggests stopping the calculation one step too early—a common mistake when counting terms in a sequence. The key strategy for recursive sequence problems is systematic calculation and careful counting. Write out each step clearly and double-check that you've calculated the correct number of terms. These problems reward patience and organization over shortcuts.

Question 8

A sequence is defined by v1=5v_1 = 5v1​=5 and vn+1=vn+62v_{n+1} = \frac{v_n + 6}{2}vn+1​=2vn​+6​ for n≥1n \geq 1n≥1. What value does this sequence approach as nnn approaches infinity?

  1. 666 (correct answer)
  2. 555
  3. 333
  4. 444

Explanation: When you encounter a recursive sequence like this, you're looking at a problem about long-term behavior and convergence. The key insight is that if the sequence approaches a limit LLL, then eventually both vnv_nvn​ and vn+1v_{n+1}vn+1​ will be approximately equal to LLL. To find this limit, assume the sequence converges to some value LLL. This means that as nnn gets very large, vn≈Lv_n \approx Lvn​≈L and vn+1≈Lv_{n+1} \approx Lvn+1​≈L. Substituting into the recursive formula: L=L+62L = \frac{L + 6}{2}L=2L+6​ Solving for LLL: Multiply both sides by 2 to get 2L=L+62L = L + 62L=L+6, then subtract LLL from both sides to find L=6L = 6L=6. You can verify this by computing a few terms: v1=5v_1 = 5v1​=5, v2=5+62=5.5v_2 = \frac{5+6}{2} = 5.5v2​=25+6​=5.5, v3=5.5+62=5.75v_3 = \frac{5.5+6}{2} = 5.75v3​=25.5+6​=5.75, and so on. The sequence is increasing toward 6. Looking at the wrong answers: (B) 555 is just the starting value, but sequences don't necessarily approach their initial terms. (C) 333 and (D) 444 might come from algebraic errors when solving L=L+62L = \frac{L + 6}{2}L=2L+6​, such as incorrectly manipulating the equation or confusing the constant term. Strategy tip: For recursive sequences asking about long-term behavior, set up the equation L=f(L)L = f(L)L=f(L) where fff is your recursive rule, then solve for LLL. This technique works for any convergent sequence defined recursively.

Question 9

A sequence alternates signs and has the pattern 12,−23,34,−45,56,...\frac{1}{2}, -\frac{2}{3}, \frac{3}{4}, -\frac{4}{5}, \frac{5}{6}, ...21​,−32​,43​,−54​,65​,... What is the 101010th term?

  1. −1011-\frac{10}{11}−1110​ (correct answer)
  2. 1011\frac{10}{11}1110​
  3. −910-\frac{9}{10}−109​
  4. 1112\frac{11}{12}1211​

Explanation: When you encounter a sequence problem, you need to identify two key patterns: how the signs alternate and how the numerical values change. Let's examine this sequence: 12,−23,34,−45,56,...\frac{1}{2}, -\frac{2}{3}, \frac{3}{4}, -\frac{4}{5}, \frac{5}{6}, ...21​,−32​,43​,−54​,65​,... First, notice the sign pattern. The odd-positioned terms (1st, 3rd, 5th) are positive, while the even-positioned terms (2nd, 4th, 6th) are negative. Since 10 is even, the 10th term will be negative. Next, examine the fractions themselves. Each term has the form nn+1\frac{n}{n+1}n+1n​ where nnn is the term's position number. The 1st term is 12\frac{1}{2}21​, the 2nd is 23\frac{2}{3}32​, the 3rd is 34\frac{3}{4}43​, and so on. Therefore, the 10th term has numerator 10 and denominator 11, giving us 1011\frac{10}{11}1110​. Since it's in an even position, it must be negative: −1011-\frac{10}{11}−1110​. Looking at the wrong answers: B) 1011\frac{10}{11}1110​ correctly identifies the fraction but misses that even-positioned terms are negative. C) −910-\frac{9}{10}−109​ gets the sign right but uses the wrong fraction—this would be the 9th term if the pattern were n−1n\frac{n-1}{n}nn−1​. D) 1112\frac{11}{12}1211​ might come from confusing which number goes in the numerator versus denominator. The answer is A) −1011-\frac{10}{11}−1110​. Strategy tip: For sequence problems, always identify the sign pattern and numerical pattern separately, then combine them. Write out the first few terms in the form positionposition+1\frac{\text{position}}{\text{position}+1}position+1position​ to spot the pattern clearly.

Question 10

In an arithmetic sequence, each term increases by 11: 9,20,31,42,53,…9, 20, 31, 42, 53, \dots9,20,31,42,53,…; what is next?

  1. 62
  2. 64 (correct answer)
  3. 66
  4. 68

Explanation: This question tests ISEE Upper Level Mathematics Achievement: Predicting future terms in a sequence. Predicting sequence terms involves identifying patterns and applying appropriate formulas. Arithmetic sequences increase by a constant difference, while geometric sequences grow by a constant ratio. In this specific sequence, 9, 20, 31, 42, 53, ..., the pattern is an arithmetic sequence with a common difference of 11. Choice B is correct because it accurately applies the arithmetic formula to predict the next term, 53 + 11 = 64, reflecting understanding of sequence growth. Choice A is incorrect because it assumes a difference of 9, which often happens when students misadd. To help students: Practice identifying sequence types and applying corresponding formulas. Encourage checking calculations and understanding the pattern contextually. Use real-world examples to reinforce concepts.

Question 11

In a geometric sequence, each term is multiplied by 3: 2,6,18,54,162,…2, 6, 18, 54, 162, \dots2,6,18,54,162,…; what is next?

  1. 324
  2. 486 (correct answer)
  3. 540
  4. 648

Explanation: This question tests ISEE Upper Level Mathematics Achievement: Predicting future terms in a sequence. Predicting sequence terms involves identifying patterns and applying appropriate formulas. Arithmetic sequences increase by a constant difference, while geometric sequences grow by a constant ratio. In this specific sequence, 2, 6, 18, 54, 162, ..., the pattern is a geometric sequence with a common ratio of 3. Choice B is correct because it accurately applies the geometric formula to predict the next term, 162 × 3 = 486, reflecting understanding of sequence growth. Choice A is incorrect because it assumes a ratio of 2, which often happens when students confuse multiplication with addition. To help students: Practice identifying sequence types and applying corresponding formulas. Encourage checking calculations and understanding the pattern contextually. Use real-world examples to reinforce concepts.

Question 12

A geometric sequence has first term a1=4a_1 = 4a1​=4 and common ratio r=−2r = -2r=−2. What is the sum of the first 666 terms?

  1. −84-84−84 (correct answer)
  2. −68-68−68
  3. 848484
  4. −252-252−252

Explanation: When you encounter a geometric sequence problem asking for the sum of terms, you need to identify the first term, common ratio, and number of terms, then apply the geometric series formula. A geometric sequence with first term a1=4a_1 = 4a1​=4 and common ratio r=−2r = -2r=−2 generates terms by multiplying each previous term by −2-2−2. Let's find the first 6 terms:

  • a1=4a_1 = 4a1​=4
  • a2=4×(−2)=−8a_2 = 4 \times (-2) = -8a2​=4×(−2)=−8
  • a3=−8×(−2)=16a_3 = -8 \times (-2) = 16a3​=−8×(−2)=16
  • a4=16×(−2)=−32a_4 = 16 \times (-2) = -32a4​=16×(−2)=−32
  • a5=−32×(−2)=64a_5 = -32 \times (-2) = 64a5​=−32×(−2)=64
  • a6=64×(−2)=−128a_6 = 64 \times (-2) = -128a6​=64×(−2)=−128
The sum formula for a geometric series is Sn=a1⋅1−rn1−rS_n = a_1 \cdot \frac{1-r^n}{1-r}Sn​=a1​⋅1−r1−rn​. Substituting our values: S6=4⋅1−(−2)61−(−2)=4⋅1−643=4⋅−633=4×(−21)=−84S_6 = 4 \cdot \frac{1-(-2)^6}{1-(-2)} = 4 \cdot \frac{1-64}{3} = 4 \cdot \frac{-63}{3} = 4 \times (-21) = -84S6​=4⋅1−(−2)1−(−2)6​=4⋅31−64​=4⋅3−63​=4×(−21)=−84 Choice A gives −84-84−84, which matches our calculation. Choice B (−68-68−68) likely results from arithmetic errors in the formula application. Choice C (848484) represents the absolute value of the correct answer—a common mistake when working with negative ratios. Choice D (−252-252−252) might come from incorrectly calculating (−2)6(-2)^6(−2)6 as −64-64−64 instead of +64+64+64, leading to 1−(−64)3=653\frac{1-(-64)}{3} = \frac{65}{3}31−(−64)​=365​, then multiplying incorrectly. Remember: with negative common ratios, terms alternate signs, and the final sum's sign depends on both the number of terms and the ratio's value. Always double-check your exponent calculations when the ratio is negative.

Question 13

The sequence 5,8,13,20,29,...5, 8, 13, 20, 29, ...5,8,13,20,29,... follows a specific pattern. What is the next term after 292929?

  1. 404040 (correct answer)
  2. 383838
  3. 424242
  4. 414141

Explanation: When you encounter a sequence like this, you need to look for the pattern by examining the differences between consecutive terms. Don't assume it's a simple arithmetic sequence where you just add the same number each time. Let's find the differences between consecutive terms: 8−5=38 - 5 = 38−5=3, 13−8=513 - 8 = 513−8=5, 20−13=720 - 13 = 720−13=7, and 29−20=929 - 20 = 929−20=9. The differences are 3,5,7,93, 5, 7, 93,5,7,9—these are consecutive odd numbers! This means each difference increases by 222. Following this pattern, the next difference should be 9+2=119 + 2 = 119+2=11. Therefore, the term after 292929 is 29+11=4029 + 11 = 4029+11=40. Choice A (404040) is correct because it follows the established pattern of adding consecutive odd numbers. Choice B (383838) would result from adding 999 again (29+9=3829 + 9 = 3829+9=38), which assumes the differences stay constant—but we've established they increase by 222 each time. Choice C (424242) might come from adding 131313 (29+13=4229 + 13 = 4229+13=42), which skips the next difference in our odd number sequence. Choice D (414141) could result from adding 121212 (29+12=4129 + 12 = 4129+12=41), which might seem logical if you incorrectly think the differences increase by 333 each time instead of 222. For sequence problems, always examine the differences between terms first. If those differences don't form a clear pattern, look at the differences between the differences. Many ISEE sequences involve patterns in these "second differences" rather than simple arithmetic progressions.

Question 14

A sequence is defined by an=n2+2n−1a_n = n^2 + 2n - 1an​=n2+2n−1. What is the difference between the 101010th and 888th terms?

  1. 363636
  2. 444444
  3. 404040 (correct answer)
  4. 323232

Explanation: When you encounter sequence problems, you're working with patterns defined by explicit formulas. Here, the sequence formula an=n2+2n−1a_n = n^2 + 2n - 1an​=n2+2n−1 tells you exactly how to find any term by substituting the term number for nnn. To find the difference between the 10th and 8th terms, you need to calculate a10−a8a_{10} - a_8a10​−a8​. Let's find each term: For a10a_{10}a10​: a10=102+2(10)−1=100+20−1=119a_{10} = 10^2 + 2(10) - 1 = 100 + 20 - 1 = 119a10​=102+2(10)−1=100+20−1=119 For a8a_8a8​: a8=82+2(8)−1=64+16−1=79a_8 = 8^2 + 2(8) - 1 = 64 + 16 - 1 = 79a8​=82+2(8)−1=64+16−1=79 Therefore: a10−a8=119−79=40a_{10} - a_8 = 119 - 79 = 40a10​−a8​=119−79=40 The answer is C) 404040. Looking at the wrong answers: A) 363636 might result from calculation errors in the arithmetic, particularly when computing the squares or forgetting the −1-1−1 term. B) 444444 could come from mistakenly adding instead of subtracting terms, or from errors in expanding (10)2(10)^2(10)2 and (8)2(8)^2(8)2. D) 323232 might result from computing 102−82=100−64=3610^2 - 8^2 = 100 - 64 = 36102−82=100−64=36 and then making an arithmetic mistake, or from incorrectly handling the linear terms. Strategy tip: For sequence difference problems, always substitute carefully into the given formula and double-check your arithmetic. Don't try to shortcut by looking for patterns until you're completely comfortable with the substitution method—the ISEE often includes trap answers that result from common computational errors.

Question 15

The sequence 2,5,10,17,26,...2, 5, 10, 17, 26, ...2,5,10,17,26,... follows the pattern an=n2+1a_n = n^2 + 1an​=n2+1. What is the nnnth partial sum Sn=a1+a2+...+anS_n = a_1 + a_2 + ... + a_nSn​=a1​+a2​+...+an​?

  1. Sn=n(n+1)(2n+1)6+nS_n = \frac{n(n+1)(2n+1)}{6} + nSn​=6n(n+1)(2n+1)​+n (correct answer)
  2. Sn=n(n+1)2+n2S_n = \frac{n(n+1)}{2} + n^2Sn​=2n(n+1)​+n2
  3. Sn=n3+nS_n = n^3 + nSn​=n3+n
  4. Sn=n(n+1)(2n+7)6S_n = \frac{n(n+1)(2n+7)}{6}Sn​=6n(n+1)(2n+7)​

Explanation: When you encounter a sequence with a given formula and need to find the partial sum, you're working with series summation. The key is to use known summation formulas to simplify your work. Given an=n2+1a_n = n^2 + 1an​=n2+1, the nth partial sum is: Sn=∑k=1n(k2+1)=∑k=1nk2+∑k=1n1S_n = \sum_{k=1}^{n} (k^2 + 1) = \sum_{k=1}^{n} k^2 + \sum_{k=1}^{n} 1Sn​=∑k=1n​(k2+1)=∑k=1n​k2+∑k=1n​1 You can split this into two familiar summations. The first uses the formula ∑k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6}∑k=1n​k2=6n(n+1)(2n+1)​, and the second is simply ∑k=1n1=n\sum_{k=1}^{n} 1 = n∑k=1n​1=n. Therefore: Sn=n(n+1)(2n+1)6+nS_n = \frac{n(n+1)(2n+1)}{6} + nSn​=6n(n+1)(2n+1)​+n This matches choice A exactly. Choice B, Sn=n(n+1)2+n2S_n = \frac{n(n+1)}{2} + n^2Sn​=2n(n+1)​+n2, incorrectly uses the formula for ∑k\sum k∑k instead of ∑k2\sum k^2∑k2. The first term should involve (2n+1)(2n+1)(2n+1), not just (n+1)(n+1)(n+1). Choice C, Sn=n3+nS_n = n^3 + nSn​=n3+n, appears to come from incorrectly remembering or applying summation formulas. This expression doesn't match the pattern when you test small values. Choice D, Sn=n(n+1)(2n+7)6S_n = \frac{n(n+1)(2n+7)}{6}Sn​=6n(n+1)(2n+7)​, looks similar to the correct answer but has (2n+7)(2n+7)(2n+7) instead of (2n+1)(2n+1)(2n+1). This suggests an algebraic error when combining the summation formulas. Study tip: Memorize the key summation formulas: ∑k=n(n+1)2\sum k = \frac{n(n+1)}{2}∑k=2n(n+1)​ and ∑k2=n(n+1)(2n+1)6\sum k^2 = \frac{n(n+1)(2n+1)}{6}∑k2=6n(n+1)(2n+1)​. When finding partial sums, break complex expressions into simpler parts using these building blocks.

Question 16

A sequence follows the pattern: 2,6,18,54,162,...2, 6, 18, 54, 162, ...2,6,18,54,162,... If SnS_nSn​ represents the sum of the first nnn terms, what is S6S_6S6​?

  1. 728728728 (correct answer)
  2. 486486486
  3. 145814581458
  4. 972972972

Explanation: When you encounter a sequence like this, first identify the pattern to determine what type of sequence you're dealing with. Looking at the terms 2,6,18,54,1622, 6, 18, 54, 1622,6,18,54,162, notice that each term is multiplied by 3 to get the next term: 2×3=62 \times 3 = 62×3=6, 6×3=186 \times 3 = 186×3=18, and so on. This is a geometric sequence with first term a=2a = 2a=2 and common ratio r=3r = 3r=3. To find S6S_6S6​, you need the sixth term first: 162×3=486162 \times 3 = 486162×3=486. For the sum of a geometric series, use the formula Sn=a⋅rn−1r−1S_n = a \cdot \frac{r^n - 1}{r - 1}Sn​=a⋅r−1rn−1​. Substituting your values: S6=2⋅36−13−1=2⋅729−12=2⋅7282=728S_6 = 2 \cdot \frac{3^6 - 1}{3 - 1} = 2 \cdot \frac{729 - 1}{2} = 2 \cdot \frac{728}{2} = 728S6​=2⋅3−136−1​=2⋅2729−1​=2⋅2728​=728. Looking at the wrong answers: Choice B (486486486) is actually the sixth term itself, not the sum of six terms—a common trap when students confuse ana_nan​ with SnS_nSn​. Choice C (145814581458) appears to be double the correct answer, possibly from incorrectly applying the formula or making an arithmetic error with the denominator. Choice D (972972972) might result from using the wrong formula or miscalculating 363^636. Remember that geometric series questions often include the nth term as a distractor answer choice. Always double-check whether the question asks for a specific term (ana_nan​) or the sum of terms (SnS_nSn​), and make sure you're using the correct formula for what's being asked.

Question 17

An arithmetic sequence has common difference 8: 12,20,28,36,44,…12, 20, 28, 36, 44, \dots12,20,28,36,44,…; what is next?

  1. 50
  2. 51
  3. 52 (correct answer)
  4. 54

Explanation: This question tests ISEE Upper Level Mathematics Achievement: Predicting future terms in a sequence. Predicting sequence terms involves identifying patterns and applying appropriate formulas. Arithmetic sequences increase by a constant difference, while geometric sequences grow by a constant ratio. In this specific sequence, 12, 20, 28, 36, 44, ..., the pattern is an arithmetic sequence with a common difference of 8. Choice C is correct because it accurately applies the arithmetic formula to predict the next term, 44 + 8 = 52, reflecting understanding of sequence growth. Choice D is incorrect because it assumes a difference of 10, which often happens when students round the difference incorrectly. To help students: Practice identifying sequence types and applying corresponding formulas. Encourage checking calculations and understanding the pattern contextually. Use real-world examples to reinforce concepts.

Question 18

In a geometric sequence, each term is multiplied by 4: 1,4,16,64,256,…1, 4, 16, 64, 256, \dots1,4,16,64,256,…; what is next?

  1. 512
  2. 768
  3. 1,024 (correct answer)
  4. 1,280

Explanation: This question tests ISEE Upper Level Mathematics Achievement: Predicting future terms in a sequence. Predicting sequence terms involves identifying patterns and applying appropriate formulas. Arithmetic sequences increase by a constant difference, while geometric sequences grow by a constant ratio. In this specific sequence, 1, 4, 16, 64, 256, ..., the pattern is a geometric sequence with a common ratio of 4. Choice C is correct because it accurately applies the geometric formula to predict the next term, 256 × 4 = 1,024, reflecting understanding of sequence growth. Choice A is incorrect because it assumes a ratio of 2, which often happens when students halve the actual ratio. To help students: Practice identifying sequence types and applying corresponding formulas. Encourage checking calculations and understanding the pattern contextually. Use real-world examples to reinforce concepts.

Question 19

The sequence ana_nan​ satisfies a1=3a_1 = 3a1​=3 and an=2an−1−1a_n = 2a_{n-1} - 1an​=2an−1​−1 for n≥2n \geq 2n≥2. Which term first exceeds 505050?

  1. a6a_6a6​ (correct answer)
  2. a7a_7a7​
  3. a5a_5a5​
  4. a8a_8a8​

Explanation: When you encounter a recursive sequence like this, you need to systematically calculate terms until you find the first one that meets the condition. The recurrence relation an=2an−1−1a_n = 2a_{n-1} - 1an​=2an−1​−1 tells you that each term equals twice the previous term minus 1. Starting with a1=3a_1 = 3a1​=3, let's compute successive terms: a2=2(3)−1=5a_2 = 2(3) - 1 = 5a2​=2(3)−1=5 a3=2(5)−1=9a_3 = 2(5) - 1 = 9a3​=2(5)−1=9 a4=2(9)−1=17a_4 = 2(9) - 1 = 17a4​=2(9)−1=17 a5=2(17)−1=33a_5 = 2(17) - 1 = 33a5​=2(17)−1=33 a6=2(33)−1=65a_6 = 2(33) - 1 = 65a6​=2(33)−1=65 Since a6=65>50a_6 = 65 > 50a6​=65>50 and a5=33<50a_5 = 33 < 50a5​=33<50, the term a6a_6a6​ is the first to exceed 50, making A correct. Looking at the wrong answers: C suggests a5a_5a5​, but we calculated a5=33a_5 = 33a5​=33, which doesn't exceed 50. B claims a7a_7a7​ is first, but a6a_6a6​ already exceeds 50, so a7a_7a7​ cannot be the first term to do so. D suggests a8a_8a8​, which has the same issue as B—it's too late in the sequence. The key trap here is misunderstanding "first exceeds." Some students might calculate correctly but then choose a later term that also exceeds 50, forgetting that the question asks for the first occurrence. Always check each term in order and stop as soon as you find one that satisfies the condition. For recursive sequences, careful step-by-step calculation is essential—don't try to skip ahead or you'll likely make arithmetic errors.

Question 20

An arithmetic sequence increases by 9 each term: 3,12,21,30,39,…3, 12, 21, 30, 39, \dots3,12,21,30,39,…; what is next?

  1. 45
  2. 46
  3. 47
  4. 48 (correct answer)

Explanation: This question tests ISEE Upper Level Mathematics Achievement: Predicting future terms in a sequence. Predicting sequence terms involves identifying patterns and applying appropriate formulas. Arithmetic sequences increase by a constant difference, while geometric sequences grow by a constant ratio. In this specific sequence, 3, 12, 21, 30, 39, ..., the pattern is an arithmetic sequence with a common difference of 9. Choice D is correct because it accurately applies the arithmetic formula to predict the next term, 39 + 9 = 48, reflecting understanding of sequence growth. Choice A is incorrect because it assumes a smaller difference, which often happens when students average incorrectly. To help students: Practice identifying sequence types and applying corresponding formulas. Encourage checking calculations and understanding the pattern contextually. Use real-world examples to reinforce concepts.