Algebra Quiz: Arithmetic And Geometric Sequences As Functions
20 questions · exam conditions
0:00
Arithmetic And Geometric Sequences As FunctionsQuestion 1 of 20

Translate the recursive definition a1=7a_1=7 and an+1=an3a_{n+1}=a_n-3 into an explicit formula.

an=7(3)n1a_n = 7\cdot (-3)^{n-1}
an=73(n1)a_n = 7 - 3(n-1)
an=73na_n = 7 - 3n
an=7+3(n1)a_n = 7 + 3(n-1)
← Back to quizzes

Algebra Quiz

Algebra Quiz: Arithmetic And Geometric Sequences As Functions

Practice Arithmetic And Geometric Sequences As Functions in Algebra 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 Arithmetic And Geometric Sequences As Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for Algebra.

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

Translate the recursive definition a1=7a_1=7 and an+1=an3a_{n+1}=a_n-3 into an explicit formula.

  1. an=7(3)n1a_n = 7\cdot (-3)^{n-1}
  2. an=73(n1)a_n = 7 - 3(n-1) (correct answer)
  3. an=73na_n = 7 - 3n
  4. an=7+3(n1)a_n = 7 + 3(n-1)
Explanation: This question tests your understanding of arithmetic and geometric sequences and how to write them both recursively (each term from the previous) and explicitly (any term directly from its position). The difference between recursive and explicit formulas: recursive is like climbing stairs one at a time (you need to know the previous term), while explicit is like taking an elevator directly to any floor (you can find the nth term without finding all the ones before it). Both describe the same sequence, just different approaches! Given the recursive definition a₁ = 7 and aₙ₊₁ = aₙ - 3, we identify: the first term is a₁ = 7, and since we're subtracting 3 each time, this is arithmetic with d = -3. To convert to explicit form, we use aₙ = a₁ + (n-1)d = 7 + (n-1)(-3) = 7 - 3(n-1). Choice B is correct because it properly identifies the first term as a₁ = 7 and the common difference as d = -3, giving the explicit formula aₙ = 7 - 3(n-1). Great work! Choice C has the right idea but makes an error in the explicit part: it uses 7 - 3n instead of 7 - 3(n-1). Remember: arithmetic sequences use (n-1) in the explicit formula because the first term already includes one application! To convert between forms: from recursive to explicit, identify a₁ and d (or r), then plug into the explicit formula. From explicit to recursive, read off a₁ and find d (coefficient of n after simplifying) or r (the base of the exponent). For recursive formulas, you always need two pieces: (1) the initial value (like a₁ = 7), and (2) the rule for getting the next term (like aₙ₊₁ = aₙ - 3 for arithmetic). Without both pieces, the sequence isn't fully defined!

Question 2

What is a6a_6 for the geometric sequence with explicit formula an=32n1a_n = 3\cdot 2^{n-1}?

  1. 4848
  2. 9696 (correct answer)
  3. 6464
  4. 3232
Explanation: This question tests your understanding of arithmetic and geometric sequences and how to write them both recursively (each term from the previous) and explicitly (any term directly from its position). Geometric sequences have a constant ratio between consecutive terms: you multiply by the same factor each time. The explicit formula aₙ = a₁ · r^(n-1) uses the first term a₁ and common ratio r, while the recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the 'multiply to get next term' pattern. Given the explicit a_n = 3·2^{n-1}, this is geometric with a₁=3 and r=2; to find a6, plug in n=6: 3·2^{5} = 3·32 = 96. The recursive would be a₁=3, a_{n+1}=2·a_n, and computing terms: a1=3, a2=6, a3=12, a4=24, a5=48, a6=96 confirms. This captures 'start at 3, multiply by 2 each time.' Choice B is correct because it properly computes a6=96 using the formula or by pattern. Great work! Choice A has the right idea but gets the exponent wrong: it calculates 2^{4}=16 instead of 2^{5}=32, perhaps forgetting n-1 for a6 means exponent 5; check by listing a few terms! Writing explicit formulas: for arithmetic, use aₙ = a₁ + (n - 1)d (start with first term, add the difference (n-1) times); for geometric, use aₙ = a₁·r^(n-1) (start with first term, multiply by ratio (n-1) times). The (n-1) appears because the first term already includes one application! For recursive formulas, you always need two pieces: (1) the initial value (like a₁ = 5), and (2) the rule for getting the next term (like aₙ₊₁ = aₙ + 3 for arithmetic, or aₙ₊₁ = 2·aₙ for geometric). Without both pieces, the sequence isn't fully defined!

Question 3

A bacteria culture starts with 200 bacteria and triples every hour. Write both a recursive formula and an explicit formula for the number of bacteria after nn hours, where a1a_1 is the amount after 1 hour.

  1. Recursive: a1=200, an+1=3ana_1=200,\ a_{n+1}=3a_n; Explicit: an=2003n1a_n=200\cdot 3^{n-1} (correct answer)
  2. Recursive: a1=200, an+1=an+200a_1=200,\ a_{n+1}=a_n+200; Explicit: an=200na_n=200n
  3. Recursive: a1=600, an+1=3ana_1=600,\ a_{n+1}=3a_n; Explicit: an=6003n1a_n=600\cdot 3^{n-1}
  4. Recursive: a1=200, an+1=an+3a_1=200,\ a_{n+1}=a_n+3; Explicit: an=200+3(n1)a_n=200+3(n-1)
Explanation: This question tests your understanding of arithmetic and geometric sequences and how to write them both recursively (each term from the previous) and explicitly (any term directly from its position). Geometric sequences have a constant ratio between consecutive terms: you multiply by the same factor each time. The explicit formula aₙ = a₁ · r^(n-1) uses the first term a₁ and common ratio r, while the recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the 'multiply to get next term' pattern. Since the bacteria triples every hour and starts with 200, after 1 hour we have a₁ = 200 × 3 = 600, after 2 hours a₂ = 600 × 3 = 1800, etc. This is geometric with r = 3. However, since a₁ represents the amount after 1 hour (not the starting amount), we have a₁ = 200 × 3 = 600. Wait, let me reconsider: if a₁ is the amount after 1 hour and we start with 200, then a₁ = 200 × 3 = 600. But looking at the choices, they all use a₁ = 200, which suggests a₁ represents the starting amount (at n = 1 meaning the start). With this interpretation, the recursive formula is a₁ = 200, aₙ₊₁ = 3aₙ, and the explicit formula is aₙ = 200·3^(n-1). Choice B is correct because it properly identifies the starting amount as a₁ = 200 and the growth factor as r = 3, giving the recursive formula a₁ = 200, aₙ₊₁ = 3aₙ and explicit formula aₙ = 200·3^(n-1). Great work! Choice A confuses arithmetic with geometric: the bacteria triples (multiplies by 3), not adds 3. The pattern is exponential growth, not linear growth. Real-world clue: if the context mentions 'percent growth,' 'doubles each,' or 'multiplies by,' think geometric. The language tells you which type!

Question 4

Is the sequence 9,3,1,13,9, 3, 1, \tfrac{1}{3}, \dots arithmetic, geometric, or neither?

  1. Arithmetic
  2. Geometric (correct answer)
  3. Neither
  4. Both arithmetic and geometric
Explanation: This question tests your understanding of arithmetic and geometric sequences and how to write them both recursively (each term from the previous) and explicitly (any term directly from its position). Geometric sequences have a constant ratio between consecutive terms: you multiply by the same factor each time. The explicit formula aₙ = a₁ · r^(n-1) uses the first term a₁ and common ratio r, while the recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the 'multiply to get next term' pattern. To identify this as geometric and write formulas, we check the ratio: 3/9=1/3, 1/3=1/3, (1/3)/(1)=1/3, confirming common ratio r=1/3. With a₁=9, the explicit formula is aₙ=9·(1/3)^{n-1}. The recursive version: a₁=9, aₙ₊₁=(1/3)·aₙ. This captures 'start at 9, multiply by 1/3 each time.' Choice B is correct because it properly identifies the sequence as geometric with constant ratios, not differences. Great work! Choice A confuses arithmetic with geometric: this sequence multiplies by the same amount each time, so it's geometric, not arithmetic. The pattern is multiplying by 1/3, not subtracting a constant. To identify arithmetic vs geometric: subtract consecutive terms (if differences are constant, it's arithmetic with d = that difference), or divide consecutive terms (if ratios are constant, it's geometric with r = that ratio). If neither pattern works, it's neither!

Question 5

A geometric sequence has g3=12g_3 = 12 and g6=96g_6 = 96. What is the recursive formula for this sequence, and what is the value of g1g_1?

  1. gn=4gn1g_n = 4 \cdot g_{n-1}; g1=0.75g_1 = 0.75
  2. gn=2gn1g_n = 2 \cdot g_{n-1}; g1=3g_1 = 3 (correct answer)
  3. gn=2gn1g_n = 2 \cdot g_{n-1}; g1=6g_1 = 6
  4. gn=8gn1g_n = 8 \cdot g_{n-1}; g1=1.5g_1 = 1.5
Explanation: When you encounter a geometric sequence problem with two known terms, you need to find the common ratio first, then work backwards to find the first term and recursive formula. In a geometric sequence, each term equals the previous term multiplied by a constant ratio rr. Since g6=g3r3g_6 = g_3 \cdot r^3 (because you multiply by rr three times to go from the 3rd to 6th term), you can find: 96=12r396 = 12 \cdot r^3, so r3=8r^3 = 8, which means r=2r = 2. Now you can work backwards to find g1g_1. Since g3=g1r2g_3 = g_1 \cdot r^2, you have 12=g122=4g112 = g_1 \cdot 2^2 = 4g_1, so g1=3g_1 = 3. The recursive formula is gn=2gn1g_n = 2 \cdot g_{n-1}, confirming answer B. Let's check why the other options fail. Choice A uses r=4r = 4, but if g3=12g_3 = 12 and r=4r = 4, then g6g_6 would be 1243=76812 \cdot 4^3 = 768, not 96. Choice C has the correct ratio but wrong first term—if g1=6g_1 = 6, then g3=622=24g_3 = 6 \cdot 2^2 = 24, not 12. Choice D uses r=8r = 8, making g6=1283=6,144g_6 = 12 \cdot 8^3 = 6,144, which is way too large. Study tip: Always find the common ratio first by using the relationship between the given terms, then work systematically backwards to find earlier terms. Double-check by verifying that your values produce the original given terms.

Question 6

A bacteria culture starts with 200 bacteria and doubles every 3 hours.

Which function best models the number of bacteria B(t)B(t) after tt hours, and how many complete doubling periods will have occurred after 10 hours?

  1. B(t)=2002t/3B(t) = 200 \cdot 2^{t/3}; 3 complete periods (correct answer)
  2. B(t)=20023tB(t) = 200 \cdot 2^{3t}; 10 complete periods
  3. B(t)=200+2t/3B(t) = 200 + 2^{t/3}; 3 complete periods
  4. B(t)=2003t/2B(t) = 200 \cdot 3^{t/2}; 5 complete periods
Explanation: This is a geometric sequence where the bacteria doubles every 3 hours. The initial amount is 200, and after every 3 hours the population is multiplied by 2. So after tt hours, there have been t/3t/3 doubling periods, giving B(t)=2002t/3B(t) = 200 \cdot 2^{t/3}. After 10 hours, there have been 10/3=3.33...10/3 = 3.33... hours worth of doubling, so 3 complete doubling periods. Choice B incorrectly uses 23t2^{3t}. Choice C uses addition instead of multiplication. Choice D uses the wrong base and exponent.

Question 7

Two sequences are given: Sequence X has the explicit formula xn=152nx_n = 15 - 2n and Sequence Y is defined recursively as y1=13y_1 = 13 and yn=yn12y_n = y_{n-1} - 2. How do these sequences compare?

  1. One is arithmetic and the other is geometric with different growth patterns
  2. They have the same common difference but different starting terms
  3. They are both arithmetic but have different common differences
  4. They are identical sequences with the same terms in the same order (correct answer)
Explanation: When comparing sequences, you need to determine whether they're arithmetic or geometric, then examine their specific terms and patterns. Let's start with Sequence X: xn=152nx_n = 15 - 2n. This is an explicit formula where you can find any term directly. For the first few terms: x1=152(1)=13x_1 = 15 - 2(1) = 13, x2=152(2)=11x_2 = 15 - 2(2) = 11, x3=152(3)=9x_3 = 15 - 2(3) = 9. The sequence is 13, 11, 9, 7, ... with a common difference of -2, making it arithmetic. Now for Sequence Y: Starting with y1=13y_1 = 13 and the recursive rule yn=yn12y_n = y_{n-1} - 2, we get: y1=13y_1 = 13, y2=132=11y_2 = 13 - 2 = 11, y3=112=9y_3 = 11 - 2 = 9. This gives us 13, 11, 9, 7, ... which is also arithmetic with a common difference of -2. Both sequences produce exactly the same terms: 13, 11, 9, 7, 5, ... This makes answer choice D correct. Looking at the wrong answers: A is incorrect because both sequences are arithmetic, not one arithmetic and one geometric. B is wrong because they have the same starting term (13) and the same common difference (-2). C is false because while both are arithmetic, they have identical common differences of -2, not different ones. Study tip: When comparing sequences, always calculate the first few terms of each sequence explicitly. This reveals patterns and relationships that might not be obvious from the formulas alone, especially when one is given explicitly and another recursively.

Question 8

A recursive formula for a sequence is given as a1=7a_1 = 7 and an=an1+4a_n = a_{n-1} + 4 for n2n \geq 2. Which explicit formula represents the same sequence and what is the value of a15a_{15}?

  1. an=7+4na_n = 7 + 4n; a15=67a_{15} = 67
  2. an=4+7na_n = 4 + 7n; a15=109a_{15} = 109
  3. an=7+4(n1)a_n = 7 + 4(n-1); a15=63a_{15} = 63 (correct answer)
  4. an=4+7(n1)a_n = 4 + 7(n-1); a15=102a_{15} = 102
Explanation: The recursive formula shows this is an arithmetic sequence with first term a1=7a_1 = 7 and common difference d=4d = 4. The explicit formula for an arithmetic sequence is an=a1+d(n1)=7+4(n1)a_n = a_1 + d(n-1) = 7 + 4(n-1). Therefore a15=7+4(151)=7+4(14)=7+56=63a_{15} = 7 + 4(15-1) = 7 + 4(14) = 7 + 56 = 63. Choice A incorrectly uses 4n4n instead of 4(n1)4(n-1). Choice B switches the first term and common difference. Choice D also switches the values and uses the wrong formula structure.

Question 9

The first four terms of a sequence are 1, 4, 16, 64. A student claims this can be modeled by both an=4n1a_n = 4^{n-1} and the recursive formula a1=1a_1 = 1, an=4an1a_n = 4a_{n-1}. Is the student correct, and what is a7a_7?

  1. Student is incorrect; the explicit formula should be an=4n3a_n = 4n - 3; a7=25a_7 = 25
  2. Student is correct; both formulas are equivalent; a7=4096a_7 = 4096
  3. Student is incorrect; the recursive formula should be an=an1+4n2a_n = a_{n-1} + 4^{n-2}; a7=1365a_7 = 1365
  4. Student is correct; both formulas are equivalent; a7=16384a_7 = 16384 (correct answer)
Explanation: Checking the sequence 1, 4, 16, 64: each term is 4 times the previous term (geometric with ratio 4). Using an=4n1a_n = 4^{n-1}: a1=40=1a_1 = 4^0 = 1, a2=41=4a_2 = 4^1 = 4, a3=42=16a_3 = 4^2 = 16, a4=43=64a_4 = 4^3 = 64 ✓. The recursive formula a1=1a_1 = 1, an=4an1a_n = 4a_{n-1} also gives the same sequence. So a7=471=46=16384a_7 = 4^{7-1} = 4^6 = 16384. Choice A incorrectly suggests an arithmetic sequence. Choice B has the wrong calculation for a7a_7 (45=10244^5 = 1024, not 464^6). Choice C proposes an incorrect recursive formula.

Question 10

Consider the sequence: 12, 8, 4, 0, -4, ... If ana_n represents the nnth term where a1=12a_1 = 12, which recursive formula correctly describes this sequence, and what type of sequence is it?

  1. an=an14a_n = a_{n-1} - 4; arithmetic sequence with common difference -4 (correct answer)
  2. an=an123a_n = a_{n-1} \cdot \frac{2}{3}; geometric sequence with common ratio 23\frac{2}{3}
  3. an=an1+4a_n = a_{n-1} + 4; arithmetic sequence with common difference 4
  4. an=an1÷4a_n = a_{n-1} \div 4; geometric sequence with common ratio 14\frac{1}{4}
Explanation: Looking at consecutive terms: 812=48 - 12 = -4, 48=44 - 8 = -4, 04=40 - 4 = -4, 40=4-4 - 0 = -4. Since there's a constant difference of -4 between consecutive terms, this is an arithmetic sequence. The recursive formula is an=an1+(4)=an14a_n = a_{n-1} + (-4) = a_{n-1} - 4. Choice B incorrectly identifies it as geometric (12×23=812 \times \frac{2}{3} = 8, but 8×23=16348 \times \frac{2}{3} = \frac{16}{3} \neq 4). Choice C has the wrong sign for the common difference. Choice D also incorrectly identifies it as geometric.

Question 11

A sequence is defined recursively as b1=2b_1 = 2 and bn=3bn1b_n = 3b_{n-1} for n2n \geq 2. If you need to find b8b_8 using the explicit formula, which calculation is correct?

  1. b8=238=26561=13122b_8 = 2 \cdot 3^8 = 2 \cdot 6561 = 13122
  2. b8=327=3128=384b_8 = 3 \cdot 2^7 = 3 \cdot 128 = 384
  3. b8=237=22187=4374b_8 = 2 \cdot 3^7 = 2 \cdot 2187 = 4374 (correct answer)
  4. b8=3+27=3+14=17b_8 = 3 + 2 \cdot 7 = 3 + 14 = 17
Explanation: This is a geometric sequence with first term b1=2b_1 = 2 and common ratio r=3r = 3. The explicit formula is bn=b1rn1=23n1b_n = b_1 \cdot r^{n-1} = 2 \cdot 3^{n-1}. For b8b_8: b8=2381=237=22187=4374b_8 = 2 \cdot 3^{8-1} = 2 \cdot 3^7 = 2 \cdot 2187 = 4374. Choice A incorrectly uses 383^8 instead of 373^7. Choice B switches the base and coefficient. Choice D treats it as an arithmetic sequence instead of geometric.

Question 12

A savings account earns 8% interest compounded annually. An initial deposit of $500 is made.

If AnA_n represents the account balance after nn years, which recursive formula models this situation, and what will be the balance after 4 years?

  1. A0=500A_0 = 500; An=An1+40A_n = A_{n-1} + 40; Balance = $660
  2. A0=500A_0 = 500; An=1.08An1A_n = 1.08 \cdot A_{n-1}; Balance = $680.24 (correct answer)
  3. A1=500A_1 = 500; An=1.08An1A_n = 1.08 \cdot A_{n-1}; Balance = $734.66
  4. A0=500A_0 = 500; An=An10.08A_n = A_{n-1} \cdot 0.08; Balance = $163.84
Explanation: With 8% annual compound interest, each year the balance is multiplied by 1+0.08=1.081 + 0.08 = 1.08. Starting with $500 at year 0, the recursive formula is $A0=500A_0 = 500 andand An=1.08An1A_n = 1.08 \cdot A_{n-1} .After4years:. After 4 years: A4=500(1.08)4=5001.36048896=680.24A_4 = 500 \cdot (1.08)^4 = 500 \cdot 1.36048896 = 680.24 $. Choice A models simple interest (adding $40 each year). Choice C incorrectly starts counting at year 1 instead of year 0. Choice D incorrectly multiplies by 0.08 instead of 1.08.

Question 13

The explicit formula f(n)=3+7(n1)f(n) = 3 + 7(n-1) represents the cost in dollars to rent a movie for nn days. What would be the equivalent recursive formula, and what does the coefficient 7 represent in this context?

  1. f(1)=3f(1) = 3; f(n)=f(n1)+7f(n) = f(n-1) + 7; daily fee after first day (correct answer)
  2. f(1)=7f(1) = 7; f(n)=f(n1)+3f(n) = f(n-1) + 3; initial rental cost per day
  3. f(1)=10f(1) = 10; f(n)=f(n1)+7f(n) = f(n-1) + 7; total cost increase per day
  4. f(1)=3f(1) = 3; f(n)=7f(n1)f(n) = 7 \cdot f(n-1); multiplicative daily rate factor
Explanation: From f(n)=3+7(n1)f(n) = 3 + 7(n-1), when n=1n=1: f(1)=3+7(0)=3f(1) = 3 + 7(0) = 3. This is an arithmetic sequence with first term 3 and common difference 7, so f(n)=f(n1)+7f(n) = f(n-1) + 7. In context, the initial cost is $3 for the first day, and each additional day costs $7 more. Choice B has the wrong first term and common difference. Choice C incorrectly calculates $f(1)=10f(1) = 10 $. Choice D treats it as a geometric sequence instead of arithmetic.

Question 14

You deposit money into a jar each week. In week 1 you deposit $10, and each week after that you deposit $5 more than the previous week. Write both a recursive and an explicit formula for the amount deposited in week nn (not the total saved).

  1. Recursive: a1=10, an+1=an5a_1=10,\ a_{n+1}=a_n-5; Explicit: an=105(n1)a_n=10-5(n-1)
  2. Recursive: a1=10, an+1=5ana_1=10,\ a_{n+1}=5a_n; Explicit: an=105n1a_n=10\cdot 5^{n-1}
  3. Recursive: a1=10, an+1=an+5a_1=10,\ a_{n+1}=a_n+5; Explicit: an=10+5(n1)a_n=10+5(n-1) (correct answer)
  4. Recursive: a1=5, an+1=an+10a_1=5,\ a_{n+1}=a_n+10; Explicit: an=5+10(n1)a_n=5+10(n-1)
Explanation: This question tests your understanding of arithmetic and geometric sequences and how to write them both recursively (each term from the previous) and explicitly (any term directly from its position). Arithmetic sequences have a constant difference between consecutive terms: you add (or subtract) the same amount each time. The explicit formula aₙ = a₁ + (n - 1)d uses the first term a₁ and the common difference d to find any term directly, while the recursive form a₁ = [value], aₙ₊₁ = aₙ + d describes how to get each term from the one before. Looking at the deposits: week 1=10, week 2=15 (10+5), week 3=20 (15+5), we find the common difference d=5. With first term a₁=10, the explicit formula is aₙ=10 + (n-1)·5. The recursive form is: a₁=10, aₙ₊₁=aₙ+5. Both formulas describe the pattern 'start at 10, add 5 each time'! Choice A is correct because it properly identifies the first term as a₁=10 and the common difference as d=5, giving the recursive a₁=10, aₙ₊₁=aₙ+5 and explicit aₙ=10+5(n-1). Great work! Choice B confuses arithmetic with geometric: this sequence adds the same amount each time, so it's arithmetic, not geometric. The pattern is adding 5, not multiplying by 5. Real-world clue: if the context mentions 'constant increase' or 'same amount each time,' think arithmetic. If it mentions 'percent growth,' 'doubles each,' or 'multiplies by,' think geometric. The language tells you which type! For recursive formulas, you always need two pieces: (1) the initial value (like a₁ = 5), and (2) the rule for getting the next term (like aₙ₊₁ = aₙ + 3 for arithmetic, or aₙ₊₁ = 2·aₙ for geometric). Without both pieces, the sequence isn't fully defined!

Question 15

A bacteria culture starts with 200 bacteria and triples each hour. Write both a recursive and an explicit formula for the number of bacteria after nn hours, where n=1n=1 corresponds to the first hour measurement.

  1. Recursive: a1=600, an+1=3ana_1=600,\ a_{n+1}=3a_n; Explicit: an=6003n1a_n=600\cdot 3^{n-1}
  2. Recursive: a1=200, an+1=an+3a_1=200,\ a_{n+1}=a_n+3; Explicit: an=200+3(n1)a_n=200+3(n-1)
  3. Recursive: a1=3, an+1=200ana_1=3,\ a_{n+1}=200a_n; Explicit: an=3200n1a_n=3\cdot 200^{n-1}
  4. Recursive: a1=200, an+1=3ana_1=200,\ a_{n+1}=3a_n; Explicit: an=2003n1a_n=200\cdot 3^{n-1} (correct answer)
Explanation: This question tests your understanding of arithmetic and geometric sequences and how to write them both recursively (each term from the previous) and explicitly (any term directly from its position). Geometric sequences have a constant ratio between consecutive terms: you multiply by the same factor each time. The explicit formula aₙ = a₁ · r^(n-1) uses the first term a₁ and common ratio r, while the recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the 'multiply to get next term' pattern. For the bacteria: starts at 200, triples so r=3, after 1 hour: 2003=600, 2 hours:6003=1800, confirming geometric. With a₁=200, the explicit formula is aₙ=200·3^{n-1}. The recursive version: a₁=200, aₙ₊₁=3·aₙ. This captures 'start at 200, multiply by 3 each time.' Choice B is correct because it properly identifies the first term as a₁=200 and the common ratio as r=3, giving the recursive a₁=200, aₙ₊₁=3aₙ and explicit aₙ=200·3^{n-1}. Great work! Choice A confuses arithmetic with geometric: this sequence multiplies by the same amount each time, so it's geometric, not arithmetic. The pattern is multiplying by 3, not adding 3. Real-world clue: if the context mentions 'constant increase' or 'same amount each time,' think arithmetic. If it mentions 'percent growth,' 'doubles each,' or 'multiplies by,' think geometric. The language tells you which type! Writing explicit formulas: for arithmetic, use aₙ = a₁ + (n - 1)d (start with first term, add the difference (n-1) times); for geometric, use aₙ = a₁·r^(n-1) (start with first term, multiply by ratio (n-1) times). The (n-1) appears because the first term already includes one application!

Question 16

What is the explicit formula for the arithmetic sequence with a1=10a_1=10 and common difference d=3d=-3?

  1. an=103(n1)a_n=10-3(n-1) (correct answer)
  2. an=103na_n=10-3n
  3. an=10(3)n1a_n=10\cdot (-3)^{n-1}
  4. an=3+10(n1)a_n=-3+10(n-1)
Explanation: This question tests your understanding of arithmetic and geometric sequences and how to write them both recursively (each term from the previous) and explicitly (any term directly from its position). Arithmetic sequences have a constant difference between consecutive terms: you add (or subtract) the same amount each time. The explicit formula aₙ = a₁ + (n - 1)d uses the first term a₁ and the common difference d to find any term directly, while the recursive form a₁ = [value], aₙ₊₁ = aₙ + d describes how to get each term from the one before. Given a₁ = 10 and d = -3, we apply the arithmetic explicit formula: aₙ = a₁ + (n-1)d = 10 + (n-1)·(-3) = 10 - 3(n-1). This gives us the sequence 10, 7, 4, 1, -2, ... (subtracting 3 each time). Choice A is correct because it properly uses the arithmetic explicit formula aₙ = a₁ + (n-1)d with a₁ = 10 and d = -3, giving aₙ = 10 - 3(n-1). Great work! Choice B uses the wrong formula structure: aₙ = 10 - 3n would give a₁ = 10 - 3(1) = 7, not 10. Remember, we need (n-1) in the formula, not just n! Writing explicit formulas: for arithmetic, use aₙ = a₁ + (n - 1)d (start with first term, add the difference (n-1) times); for geometric, use aₙ = a₁·r^(n-1) (start with first term, multiply by ratio (n-1) times). The (n-1) appears because the first term already includes one application!

Question 17

What is the common ratio of the geometric sequence 10, 5, 2.5, 1.25, 10,\ 5,\ 2.5,\ 1.25,\ \dots?

  1. r=2r=-2
  2. r=2r=2
  3. r=12r=\dfrac{1}{2} (correct answer)
  4. r=12r=-\dfrac{1}{2}
Explanation: This question tests your understanding of arithmetic and geometric sequences and how to write them both recursively (each term from the previous) and explicitly (any term directly from its position). Geometric sequences have a constant ratio between consecutive terms: you multiply by the same factor each time. The explicit formula aₙ = a₁ · r^(n-1) uses the first term a₁ and common ratio r, while the recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the 'multiply to get next term' pattern. To identify this as geometric and find the common ratio, we check the ratio between consecutive terms: 5/10 = 1/2, 2.5/5 = 1/2, 1.25/2.5 = 1/2, confirming common ratio r = 1/2. Each term is half of the previous term, so we multiply by 1/2 to get from one term to the next. Choice A is correct because it properly identifies the common ratio as r = 1/2, which means each term is half the previous term. Great work! Choice B has the reciprocal of the correct ratio: we divide by 2 (multiply by 1/2) to get from one term to the next, not multiply by 2. Check by comparing consecutive terms: 10 × (1/2) = 5, not 10 × 2 = 20! To identify arithmetic vs geometric: subtract consecutive terms (if differences are constant, it's arithmetic with d = that difference), or divide consecutive terms (if ratios are constant, it's geometric with r = that ratio). If neither pattern works, it's neither arithmetic nor geometric!

Question 18

You deposit money into an account: you start with $200 in week 1 and add $25 each week after that. Let ana_n be the amount in the account after nn weeks. Write both a recursive formula and an explicit formula for ana_n.

  1. Recursive: a1=200, an+1=an25a_1=200,\ a_{n+1}=a_n\cdot 25; Explicit: an=20025n1a_n=200\cdot 25^{n-1}
  2. Recursive: a1=225, an+1=an+25a_1=225,\ a_{n+1}=a_n+25; Explicit: an=225+25(n1)a_n=225+25(n-1)
  3. Recursive: a1=200, an+1=an+25a_1=200,\ a_{n+1}=a_n+25; Explicit: an=200+25(n1)a_n=200+25(n-1) (correct answer)
  4. Recursive: a1=200, an+1=an25a_1=200,\ a_{n+1}=a_n-25; Explicit: an=20025(n1)a_n=200-25(n-1)
Explanation: This question tests your understanding of arithmetic and geometric sequences and how to write them both recursively (each term from the previous) and explicitly (any term directly from its position). Arithmetic sequences have a constant difference between consecutive terms: you add (or subtract) the same amount each time. The explicit formula aₙ = a₁ + (n - 1)d uses the first term a₁ and the common difference d to find any term directly, while the recursive form a₁ = [value], aₙ₊₁ = aₙ + d describes how to get each term from the one before. Looking at the context, we start with $200 in week 1 and add $25 each week, so we have: week 1: $200, week 2: $225, week 3: $250, etc. The common difference is d = 25. With first term a₁ = 200, the explicit formula is aₙ = 200 + (n - 1)·25. The recursive form is: a₁ = 200, aₙ₊₁ = aₙ + 25. Both formulas describe the pattern 'start at $200, add $25 each time'! Choice C is correct because it properly identifies the first term as a₁ = 200 and the common difference as d = 25, giving the recursive formula a₁ = 200, aₙ₊₁ = aₙ + 25 and explicit formula aₙ = 200 + 25(n-1). Great work! Choice B has the wrong first term: it uses a₁ = 225, which would be the amount after week 2, not week 1. Remember, a₁ represents the amount after week 1, which is the starting $200! Real-world clue: if the context mentions 'constant increase' or 'same amount each time,' think arithmetic. If it mentions 'percent growth,' 'doubles each,' or 'multiplies by,' think geometric. The language tells you which type!

Question 19

The sequence is defined recursively by a1=3a_1=3 and an+1=an+7a_{n+1}=a_n+7. What is the explicit formula for ana_n?

  1. an=3+7na_n=3+7n
  2. an=37n1a_n=3\cdot 7^{n-1}
  3. an=7+3(n1)a_n=7+3(n-1)
  4. an=3+7(n1)a_n=3+7(n-1) (correct answer)
Explanation: This question tests your understanding of arithmetic and geometric sequences and how to write them both recursively (each term from the previous) and explicitly (any term directly from its position). The difference between recursive and explicit formulas: recursive is like climbing stairs one at a time (you need to know the previous term), while explicit is like taking an elevator directly to any floor (you can find the nth term without finding all the ones before it). Both describe the same sequence, just different approaches! Given the recursive formula a₁ = 3 and aₙ₊₁ = aₙ + 7, we identify: this is arithmetic (adding 7 each time) with first term a₁ = 3 and common difference d = 7. To convert to explicit form, we use aₙ = a₁ + (n-1)d = 3 + (n-1)·7 = 3 + 7(n-1). Choice C is correct because it properly uses the arithmetic explicit formula structure aₙ = a₁ + (n-1)d with a₁ = 3 and d = 7, giving aₙ = 3 + 7(n-1). Great work! Choice A has the right idea but uses the wrong formula structure: for arithmetic sequences, the explicit formula needs (n-1), not just n. The formula 3 + 7n would give a₁ = 10, not 3! Writing explicit formulas: for arithmetic, use aₙ = a₁ + (n - 1)d (start with first term, add the difference (n-1) times); for geometric, use aₙ = a₁·r^(n-1) (start with first term, multiply by ratio (n-1) times). The (n-1) appears because the first term already includes one application!

Question 20

What is the explicit formula for the arithmetic sequence with a1=3a_1=3 and common difference d=4d=4?

  1. an=3+4na_n = 3 + 4n
  2. an=34n1a_n = 3\cdot 4^{n-1}
  3. an=3+4(n1)a_n = 3 + 4(n-1) (correct answer)
  4. an=4+3(n1)a_n = 4 + 3(n-1)
Explanation: This question tests your understanding of arithmetic and geometric sequences and how to write them both recursively (each term from the previous) and explicitly (any term directly from its position). Arithmetic sequences have a constant difference between consecutive terms: you add (or subtract) the same amount each time. The explicit formula aₙ = a₁ + (n - 1)d uses the first term a₁ and the common difference d to find any term directly, while the recursive form a₁ = [value], aₙ₊₁ = aₙ + d describes how to get each term from the one before. Given that a₁ = 3 and d = 4, we can directly apply the explicit formula for arithmetic sequences: aₙ = a₁ + (n-1)d = 3 + (n-1)·4 = 3 + 4(n-1). This formula says 'start with 3, then add 4 exactly (n-1) times to get to the nth term.' Choice C is correct because it properly identifies the first term as a₁ = 3 and the common difference as d = 4, giving the explicit formula aₙ = 3 + 4(n-1). Great work! Choice A uses the wrong formula structure: for arithmetic sequences, the explicit formula needs aₙ = a₁ + d(n-1), but this choice has aₙ = 3 + 4n which would give a₁ = 3 + 4(1) = 7, not 3. Writing explicit formulas: for arithmetic, use aₙ = a₁ + (n - 1)d (start with first term, add the difference (n-1) times); for geometric, use aₙ = a₁·r^(n-1) (start with first term, multiply by ratio (n-1) times). The (n-1) appears because the first term already includes one application!