Math 1 Quiz: Recursive Rules For Sequences
20 questions · exam conditions
0:00
Recursive Rules For SequencesQuestion 1 of 20

An arithmetic sequence satisfies u3=14u_3 = 14 and u8=34u_8 = 34. Which recursive rule correctly represents this sequence?

u1=6u_1 = 6, un=un1+4u_n = u_{n-1} + 4 for n2n \geq 2
u1=14u_1 = 14, un=un1+4u_n = u_{n-1} + 4 for n2n \geq 2
u1=6u_1 = 6, un=un1+20u_n = u_{n-1} + 20 for n2n \geq 2
u3=14u_3 = 14, un=un1+4u_n = u_{n-1} + 4 for n4n \geq 4
← Back to quizzes

Math 1 Quiz

Math 1 Quiz: Recursive Rules For Sequences

Practice Recursive Rules For Sequences in Math 1 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 Recursive Rules For Sequences, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 1.

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

An arithmetic sequence satisfies u3=14u_3 = 14 and u8=34u_8 = 34. Which recursive rule correctly represents this sequence?

  1. u1=6u_1 = 6, un=un1+4u_n = u_{n-1} + 4 for n2n \geq 2 (correct answer)
  2. u1=14u_1 = 14, un=un1+4u_n = u_{n-1} + 4 for n2n \geq 2
  3. u1=6u_1 = 6, un=un1+20u_n = u_{n-1} + 20 for n2n \geq 2
  4. u3=14u_3 = 14, un=un1+4u_n = u_{n-1} + 4 for n4n \geq 4
Explanation: From u3=14u_3 = 14 to u8=34u_8 = 34 is 5 steps, so the common difference is (3414)/5=4(34-14)/5 = 4. Working backwards: u2=144=10u_2 = 14 - 4 = 10 and u1=104=6u_1 = 10 - 4 = 6. The recursive rule is u1=6u_1 = 6, un=un1+4u_n = u_{n-1} + 4 for n2n \geq 2. Choice B uses u3u_3 as the first term. Choice C uses the total difference instead of common difference. Choice D starts recursion at the wrong index.

Question 2

A recursive rule f1=pf_1 = p and fn=fn1+qf_n = f_{n-1} + q generates the sequence 2, 7, 12, 17, 22, ... Which pair of recursive rules would generate a sequence with the same common difference but starting at 10?

  1. g1=10g_1 = 10, gn=gn1+5g_n = g_{n-1} + 5 for n2n \geq 2 (correct answer)
  2. g1=10g_1 = 10, gn=gn1+8g_n = g_{n-1} + 8 for n2n \geq 2
  3. g1=15g_1 = 15, gn=gn1+5g_n = g_{n-1} + 5 for n2n \geq 2
  4. g1=2g_1 = 2, gn=gn1+10g_n = g_{n-1} + 10 for n2n \geq 2
Explanation: The given sequence 2, 7, 12, 17, 22, ... has common difference 5 (since 72=57-2=5, 127=512-7=5, etc.). To create a sequence with the same common difference but starting at 10, we need g1=10g_1 = 10 and gn=gn1+5g_n = g_{n-1} + 5. Choice B keeps the right first term but wrong common difference. Choice C has the right common difference but wrong first term. Choice D has the wrong common difference entirely.

Question 3

Two students write different recursive rules for the same arithmetic sequence. Student A writes: a1=5a_1 = 5, an=an1+3a_n = a_{n-1} + 3. Student B writes: a2=8a_2 = 8, an=an1+3a_n = a_{n-1} + 3 for n3n \geq 3. Which statement is correct?

  1. Both rules are equivalent and will generate identical sequences starting from their respective initial terms
  2. Student A's rule is correct while Student B's rule contains an indexing error in the domain
  3. Student B's rule is more efficient since it starts with the second term rather than the first
  4. Both rules are valid representations of the same sequence, just with different starting reference points (correct answer)
Explanation: Both recursive rules describe the same arithmetic sequence with common difference 3. Student A starts with a1=5a_1 = 5 and applies the recursive rule for n2n \geq 2. Student B starts with a2=8a_2 = 8 and applies the same recursive rule for n3n \geq 3. Since 5+3=85 + 3 = 8, both generate the sequence 5, 8, 11, 14, ... Choice A is incorrect about starting points. Choice B incorrectly identifies an error. Choice C misunderstands that efficiency isn't the issue.

Question 4

A recursive rule m1=15m_1 = 15 and mn=mn1dm_n = m_{n-1} - d where d>0d > 0 generates an arithmetic sequence. If m5=3m_5 = 3, what is the recursive rule and what does it tell us about the sequence behavior?

  1. m1=15m_1 = 15, mn=mn13m_n = m_{n-1} - 3 for n2n \geq 2; the sequence increases without bound
  2. m1=15m_1 = 15, mn=mn13m_n = m_{n-1} - 3 for n2n \geq 2; the sequence decreases and will eventually become negative (correct answer)
  3. m1=15m_1 = 15, mn=mn112m_n = m_{n-1} - 12 for n2n \geq 2; the sequence decreases and will eventually become negative
  4. m1=15m_1 = 15, mn=mn1+3m_n = m_{n-1} + 3 for n2n \geq 2; the sequence increases without bound
Explanation: From m1=15m_1 = 15 to m5=3m_5 = 3 requires 4 steps: 154d=315 - 4d = 3, so 4d=124d = 12 and d=3d = 3. The rule is m1=15m_1 = 15, mn=mn13m_n = m_{n-1} - 3. Since we subtract 3 each step, the sequence decreases and will eventually become negative (m6=0m_6 = 0, m7=3m_7 = -3, etc.). Choice A has wrong behavior analysis. Choice C uses total change instead of common difference. Choice D has wrong sign and behavior.

Question 5

A teacher asks students to write a recursive rule for an arithmetic sequence where the 10th term exceeds the 3rd term by 21. Which student response demonstrates the best understanding of the relationship between recursive rules and arithmetic sequences?

  1. Student writes: a1=21a_1 = 21 and an=an1+3a_n = a_{n-1} + 3 because the difference 21 divided by 7 positions gives common difference 3
  2. Student writes: a3=ka_3 = k and an=an1+3a_n = a_{n-1} + 3 for n4n \geq 4 where kk can be any real number
  3. Student writes: The common difference must be 3, but the first term can be any value since it doesn't affect the given constraint (correct answer)
  4. Student writes: a1=0a_1 = 0 and an=an1+3a_n = a_{n-1} + 3 because this makes a3=6a_3 = 6 and a10=27a_{10} = 27, giving difference 21
Explanation: The constraint a10a3=21a_{10} - a_3 = 21 means 7d=217d = 21, so d=3d = 3. However, this constraint doesn't determine the first term—any value works as long as the common difference is 3. Student C correctly identifies this key insight. Choice A incorrectly assumes a1=21a_1 = 21. Choice B uses the wrong starting index. Choice D arbitrarily sets a1=0a_1 = 0 without recognizing that any first term works.

Question 6

An arithmetic sequence has the recursive rule c1=mc_1 = m and cn=cn15c_n = c_{n-1} - 5 for n2n \geq 2. If c6=12c_6 = 12, and the sequence continues indefinitely, what is the smallest positive integer kk such that ck<0c_k < 0?

  1. k=8k = 8
  2. k=9k = 9 (correct answer)
  3. k=7k = 7
  4. k=10k = 10
Explanation: First, find m: c₆ = m + (6-1)(-5) = m - 25 = 12, so m = 37. The sequence is: 37, 32, 27, 22, 17, 12, 7, 2, -3, ... We need the first term less than 0. c₈ = 37 - 7(5) = 2 > 0, and c₉ = 37 - 8(5) = -3 < 0. Therefore k = 9. Choice A gives c₈ = 2 > 0. Choice C gives c₇ = 7 > 0. Choice D gives c₁₀ = -8 < 0 but this isn't the smallest k.

Question 7

A theater has a seating arrangement where each row contains a different number of seats. The first row has 18 seats, and each subsequent row has 4 more seats than the previous row.

Which recursive rule correctly models the number of seats in row nn?

  1. s1=18s_1 = 18 and sn=sn1+4ns_n = s_{n-1} + 4n for n2n \geq 2
  2. s1=18s_1 = 18 and sn=4sn1s_n = 4s_{n-1} for n2n \geq 2
  3. s1=22s_1 = 22 and sn=sn1+4s_n = s_{n-1} + 4 for n2n \geq 2
  4. s1=18s_1 = 18 and sn=sn1+4s_n = s_{n-1} + 4 for n2n \geq 2 (correct answer)
Explanation: When you encounter a recursive sequence problem, you need to identify two key components: the starting value and the pattern that connects each term to the previous one. Let's work through this step-by-step. The theater's first row has 18 seats, and each subsequent row has 4 more seats than the previous row. This means:
  • Row 1: 18 seats
  • Row 2: 18 + 4 = 22 seats
  • Row 3: 22 + 4 = 26 seats
  • Row 4: 26 + 4 = 30 seats
The recursive rule should capture this pattern: start with 18, then add 4 to get each next term. Choice D correctly models this: s1=18s_1 = 18 and sn=sn1+4s_n = s_{n-1} + 4 for n2n \geq 2. This says the first row has 18 seats, and every subsequent row has 4 more seats than the row before it. Choice A is wrong because sn=sn1+4ns_n = s_{n-1} + 4n would add 4n4n (not just 4) each time, creating much larger jumps between rows. Choice B is incorrect because sn=4sn1s_n = 4s_{n-1} multiplies the previous term by 4 rather than adding 4, which would create an exponential growth pattern. Choice C fails because it starts with s1=22s_1 = 22, but the problem clearly states the first row has 18 seats, not 22. Study tip: In recursive sequence problems, always check that your initial value matches the given information, and verify your recursive formula by calculating the first few terms to see if they match the described pattern.

Question 8

A student writes two different recursive rules for arithmetic sequences: Rule 1: f1=5,fn=fn1+3f_1 = 5, f_n = f_{n-1} + 3 and Rule 2: g1=5,gn=gn1+3g_1 = 5, g_n = g_{n-1} + 3. The student claims these generate different sequences because they use different variable names. How should you respond to this claim?

  1. The claim is correct because fnf_n and gng_n represent fundamentally different mathematical objects
  2. The claim is partially correct since the domains of the functions might be different
  3. The claim is incorrect because variable names are arbitrary labels and both rules generate identical sequences (correct answer)
  4. The claim is incorrect only if we assume the same initial conditions apply to both sequences
Explanation: When you encounter questions about mathematical notation and variable names, focus on the fundamental principle that mathematics cares about relationships and patterns, not the specific symbols we use to represent them. Both recursive rules describe exactly the same arithmetic sequence. Rule 1 generates: f1=5,f2=8,f3=11,f4=14,...f_1 = 5, f_2 = 8, f_3 = 11, f_4 = 14, ... Rule 2 generates: g1=5,g2=8,g3=11,g4=14,...g_1 = 5, g_2 = 8, g_3 = 11, g_4 = 14, ... The sequences are identical because both start with 5 and add 3 at each step. Variable names like fnf_n and gng_n are simply labels—they're like calling the same person "John" versus "Jonathan." The mathematical relationship remains unchanged. Choice A is incorrect because fnf_n and gng_n represent the same mathematical object despite different notation. Choice B misses the point entirely—both sequences have the same domain (positive integers) and the same range values. Choice D incorrectly suggests the initial conditions differ, but both rules explicitly state the first term equals 5. Choice C correctly identifies that variable names are arbitrary labels that don't affect the underlying mathematical relationship. When the initial value and recursive rule are identical, the sequences must be identical regardless of notation. Remember this key principle: In mathematics, substance matters more than symbols. Two expressions or sequences are equivalent if they produce the same results, even when written with different variable names. Always look past the notation to the underlying mathematical relationships.

Question 9

Two students write recursive rules for the same arithmetic sequence. Student A writes: a1=12,an=an13a_1 = 12, a_n = a_{n-1} - 3 for n2n \geq 2. Student B writes: a1=9,an=an13a_1 = 9, a_n = a_{n-1} - 3 for n2n \geq 2. If both rules generate valid arithmetic sequences with the same common difference, what can be concluded?

  1. The sequences are identical since they have the same common difference of -3
  2. Student A's sequence will always be exactly 3 units greater than Student B's sequence
  3. The sequences represent parallel patterns but Student A starts at a different position (correct answer)
  4. One of the students made an error since arithmetic sequences with the same difference must be identical
Explanation: Both sequences have the same common difference (-3) but different starting values, creating parallel arithmetic sequences. Student A: 12, 9, 6, 3, ... and Student B: 9, 6, 3, 0, ... These are distinct but parallel patterns. Choice A is wrong because identical sequences must have the same terms. Choice B is wrong because the difference is 3 only for corresponding positions, not always. Choice D is wrong because multiple arithmetic sequences can have the same common difference.

Question 10

The recursive rule a1=ka_1 = k and an=an1+5a_n = a_{n-1} + 5 generates an arithmetic sequence where a6=23a_6 = 23. What is the value of kk?

  1. k=2k = -2 (correct answer)
  2. k=3k = 3
  3. k=8k = 8
  4. k=18k = 18
Explanation: Working backwards from a6=23a_6 = 23 using the recursive rule an=an1+5a_n = a_{n-1} + 5: a5=235=18a_5 = 23 - 5 = 18, a4=185=13a_4 = 18 - 5 = 13, a3=135=8a_3 = 13 - 5 = 8, a2=85=3a_2 = 8 - 5 = 3, a1=35=2a_1 = 3 - 5 = -2. Therefore k=2k = -2. Choice B gives a2a_2, choice C gives a3a_3, and choice D gives a5a_5.

Question 11

Consider the recursive rule s1=3s_1 = 3 and sn=sn12.5s_n = s_{n-1} - 2.5 for n2n \geq 2. What is the smallest positive integer kk such that sk<0s_k < 0?

  1. k=2k = 2
  2. k=3k = 3 (correct answer)
  3. k=4k = 4
  4. k=5k = 5
Explanation: Computing terms: s1=3s_1 = 3, s2=32.5=0.5>0s_2 = 3 - 2.5 = 0.5 > 0, s3=0.52.5=2<0s_3 = 0.5 - 2.5 = -2 < 0. Therefore k=3k = 3 is the smallest positive integer where sk<0s_k < 0. Choice A gives the last positive term's index minus 1. Choice C assumes the pattern continues one more step. Choice D miscounts by assuming it takes 5 steps total.

Question 12

A sequence follows the rule b1=12b_1 = 12 and bn=bn14b_n = b_{n-1} - 4 for n2n \geq 2. Which statement best explains why this is classified as an arithmetic sequence?

  1. The first term is positive and each subsequent term decreases by a constant amount of 4 units
  2. The recursive formula adds the same value to each term, creating equal differences between consecutive terms
  3. The recursive formula subtracts the same value from each term, creating equal differences between consecutive terms (correct answer)
  4. The sequence has both a defined first term and a rule for generating additional terms using subtraction
Explanation: An arithmetic sequence is defined by having a constant difference between consecutive terms. Since bn=bn14b_n = b_{n-1} - 4, each term is exactly 4 less than the previous term, creating a constant difference of -4. Choice A focuses on the sign rather than the constant difference property. Choice B incorrectly states addition occurs. Choice D describes features of recursive sequences generally, not specifically arithmetic sequences.

Question 13

An arithmetic sequence has the recursive rule c1=6c_1 = -6 and cn=cn1+dc_n = c_{n-1} + d where dd is the common difference. If c7=18c_7 = 18, what recursive rule completely describes this sequence?

  1. c1=6c_1 = -6, cn=cn1+4c_n = c_{n-1} + 4 for n2n \geq 2 (correct answer)
  2. c1=6c_1 = -6, cn=cn1+24c_n = c_{n-1} + 24 for n2n \geq 2
  3. c1=18c_1 = 18, cn=cn14c_n = c_{n-1} - 4 for n2n \geq 2
  4. c7=18c_7 = 18, cn=cn1+4c_n = c_{n-1} + 4 for n8n \geq 8
Explanation: From c1=6c_1 = -6 to c7=18c_7 = 18 requires 6 steps of adding the common difference dd. So 6+6d=18-6 + 6d = 18, which gives 6d=246d = 24, thus d=4d = 4. The complete recursive rule is c1=6c_1 = -6, cn=cn1+4c_n = c_{n-1} + 4 for n2n \geq 2. Choice B uses the total change (24) instead of the common difference. Choice C reverses the first and seventh terms. Choice D incorrectly starts the recursion at n=8n = 8.

Question 14

The recursive rule v1=20v_1 = 20 and vn=vn1+kv_n = v_{n-1} + k generates an arithmetic sequence. If the sum v1+v2+v3=66v_1 + v_2 + v_3 = 66, what is the recursive rule for this sequence?

  1. v1=20v_1 = 20, vn=vn1+46v_n = v_{n-1} + 46 for n2n \geq 2
  2. v1=20v_1 = 20, vn=vn1+6v_n = v_{n-1} + 6 for n2n \geq 2
  3. v1=20v_1 = 20, vn=vn1+22v_n = v_{n-1} + 22 for n2n \geq 2
  4. v1=20v_1 = 20, vn=vn1+2v_n = v_{n-1} + 2 for n2n \geq 2 (correct answer)
Explanation: When you encounter recursive sequences with a constant difference, you're working with arithmetic sequences where each term is found by adding the same value kk to the previous term. To find kk, start by expressing the first three terms using the recursive rule. Given v1=20v_1 = 20, you have:
  • v1=20v_1 = 20
  • v2=v1+k=20+kv_2 = v_1 + k = 20 + k
  • v3=v2+k=(20+k)+k=20+2kv_3 = v_2 + k = (20 + k) + k = 20 + 2k
Since v1+v2+v3=66v_1 + v_2 + v_3 = 66, substitute these expressions: 20+(20+k)+(20+2k)=6620 + (20 + k) + (20 + 2k) = 66 60+4k=6660 + 4k = 66 4k=64k = 6 k=32=1.5k = \frac{3}{2} = 1.5 Wait—none of the answer choices show k=1.5k = 1.5. Let me recalculate more carefully. Actually, let me check option D by working backwards. If k=2k = 2:
  • v1=20v_1 = 20
  • v2=20+2=22v_2 = 20 + 2 = 22
  • v3=22+2=24v_3 = 22 + 2 = 24
  • Sum: 20+22+24=6620 + 22 + 24 = 66
This confirms answer D is correct. Looking at the other options: Choice A gives k=46k = 46, which would make v2=66v_2 = 66 and v3=112v_3 = 112, creating a sum far too large. Choice B gives k=6k = 6, resulting in terms 20, 26, 32 with sum 78. Choice C gives k=22k = 22, resulting in terms 20, 42, 64 with sum 126. Study tip: When solving recursive sequence problems, always verify your answer by calculating the actual terms and checking against given conditions—this catches calculation errors and confirms your solution.

Question 15

A student claims that w1=8w_1 = 8, wn=2wn18w_n = 2w_{n-1} - 8 is a valid recursive rule for an arithmetic sequence. Which analysis of this claim is correct?

  1. The claim is incorrect because while the first few terms have equal differences, this pattern will not continue indefinitely
  2. The claim is incorrect because the recursive formula uses multiplication, which cannot generate arithmetic sequences
  3. The claim is correct because the rule can be rewritten as wn=wn1+(wn18)w_n = w_{n-1} + (w_{n-1} - 8) showing constant differences
  4. The claim is correct because the rule produces the constant sequence 8, 8, 8, 8, ... with common difference 0 (correct answer)
Explanation: When evaluating whether a recursive formula generates an arithmetic sequence, you need to check if it produces terms with a constant common difference. The key insight is to actually compute the terms and examine the pattern. Let's work through the given recursion w1=8w_1 = 8 and wn=2wn18w_n = 2w_{n-1} - 8:
  • w1=8w_1 = 8
  • w2=2(8)8=168=8w_2 = 2(8) - 8 = 16 - 8 = 8
  • w3=2(8)8=168=8w_3 = 2(8) - 8 = 16 - 8 = 8
  • w4=2(8)8=168=8w_4 = 2(8) - 8 = 16 - 8 = 8
The sequence is 8, 8, 8, 8, ... with a common difference of 0. Since the difference between consecutive terms is constant (zero), this is indeed an arithmetic sequence. Choice A incorrectly assumes the pattern will break down, but our calculation shows it continues indefinitely. Choice B makes the false claim that multiplication cannot generate arithmetic sequences—this is wrong because the specific combination of operations matters, not just the presence of multiplication. Choice C attempts a clever algebraic manipulation, but wn=wn1+(wn18)w_n = w_{n-1} + (w_{n-1} - 8) doesn't show constant differences since (wn18)(w_{n-1} - 8) varies with the term value. Choice D correctly identifies that this recursion produces a constant sequence with common difference 0. Remember that arithmetic sequences are defined by having a constant common difference—this difference can be positive, negative, or zero. Don't let the presence of multiplication in a recursive formula fool you; always compute the actual terms to verify the pattern.

Question 16

An arithmetic sequence has recursive rule t1=at_1 = a and tn=tn1+7t_n = t_{n-1} + 7 for n2n \geq 2. If t4t2=14t_4 - t_2 = 14, which statement about the value of aa is correct?

  1. The value of aa must equal 14 for the given condition to hold true
  2. The value of aa must equal 7 for the given condition to hold true
  3. The value of aa can be any real number and the condition will still hold true (correct answer)
  4. The value of aa must be positive for the given condition to hold true
Explanation: In any arithmetic sequence with common difference 7, we have t4=t2+2(7)=t2+14t_4 = t_2 + 2(7) = t_2 + 14, so t4t2=14t_4 - t_2 = 14 regardless of the first term aa. Specifically: t2=a+7t_2 = a + 7, t4=a+21t_4 = a + 21, so t4t2=(a+21)(a+7)=14t_4 - t_2 = (a + 21) - (a + 7) = 14. The value of aa cancels out. Choices A and B incorrectly specify particular values. Choice D incorrectly restricts aa to positive values.

Question 17

An arithmetic sequence has first term a1=7a_1 = 7 and common difference d=3d = -3. Which recursive rule correctly describes this sequence and produces a4=2a_4 = -2?

  1. a1=7a_1 = 7, an=an13a_n = a_{n-1} - 3 for n2n \geq 2 (correct answer)
  2. a1=7a_1 = 7, an=an+13a_n = a_{n+1} - 3 for n1n \geq 1
  3. a1=3a_1 = -3, an=an1+7a_n = a_{n-1} + 7 for n2n \geq 2
  4. a1=7a_1 = 7, an=an1+3a_n = a_{n-1} + 3 for n2n \geq 2
Explanation: For an arithmetic sequence with first term 7 and common difference -3, the recursive rule is a1=7a_1 = 7 and an=an1+(3)=an13a_n = a_{n-1} + (-3) = a_{n-1} - 3 for n2n \geq 2. This gives: a1=7a_1 = 7, a2=4a_2 = 4, a3=1a_3 = 1, a4=2a_4 = -2. Choice B incorrectly references an+1a_{n+1} instead of an1a_{n-1}. Choice C confuses the first term with the common difference. Choice D uses the wrong sign for the common difference.

Question 18

A sequence is defined by a1=3a_1 = -3 and an=an1+5a_n = a_{n-1} + 5 for n2n \geq 2. If this pattern continues, what is the value of a10a7a_{10} - a_7?

  1. 15 (correct answer)
  2. 12
  3. 18
  4. 21
Explanation: In an arithmetic sequence with common difference d = 5, the difference between any two terms separated by k positions is k × d. Since a₁₀ is 3 positions after a₇, we have a₁₀ - a₇ = 3 × 5 = 15. This can be verified by noting that a₇ = -3 + 6(5) = 27 and a₁₀ = -3 + 9(5) = 42, so a₁₀ - a₇ = 42 - 27 = 15. Choice B uses k = 2 instead of 3. Choice C uses the wrong common difference. Choice D miscalculates the position difference.

Question 19

An arithmetic sequence has a1=7a_1 = 7 and a5=23a_5 = 23. Maria writes the recursive rule as an=an1+4a_n = a_{n-1} + 4 for n2n \geq 2. Which statement best explains why Maria's rule is incomplete?

  1. The rule is missing the initial term a1=7a_1 = 7 which is required to generate the sequence (correct answer)
  2. The common difference should be 16, not 4, based on the given information
  3. The rule should start with n1n \geq 1 instead of n2n \geq 2 to include all terms
  4. The recursive formula should be an+1=an+4a_{n+1} = a_n + 4 to properly show the relationship
Explanation: A recursive rule for a sequence requires both the recursive relationship AND the initial condition. Maria correctly found the common difference (d = 4), but her rule is incomplete because it doesn't specify the starting value a₁ = 7. Choice B is wrong because d = (23-7)/(5-1) = 4. Choice C is wrong because n ≥ 2 is correct for the recursive part. Choice D is wrong because both forms of the recursive relationship are mathematically equivalent.

Question 20

Consider the recursive rule b1=8b_1 = 8 and bn=bn1+6b_n = b_{n-1} + 6 for n2n \geq 2. Which statement about this sequence is correct?

  1. The sequence increases by a factor of 6 with each term, creating exponential growth
  2. The sequence has a constant rate of change of 6 units per term position (correct answer)
  3. The sequence will eventually become negative since it starts with a positive value
  4. The sequence represents a quadratic relationship between term position and term value
Explanation: This is an arithmetic sequence with common difference 6, meaning it has a constant rate of change of 6 units per term position. The sequence is: 8, 14, 20, 26, ... Choice A describes geometric sequences, not arithmetic. Choice C is wrong because the sequence increases indefinitely (8, 14, 20, ...). Choice D is wrong because arithmetic sequences represent linear relationships, not quadratic.