All questions
Question 1
A student deposits $40 into a jar each week and does not remove any money. Let an be the total amount in the jar after n weeks, with a1=40. Write both recursive and explicit formulas (domain: positive integers).
- Recursive: a1=40, an+1=40an; Explicit: an=40⋅40n−1
- Recursive: a1=0, an+1=an+40; Explicit: an=40n
- Recursive: a1=40, an+1=an+40; Explicit: an=40+40(n−1) (correct answer)
- Recursive: a1=40, an+1=an+4; Explicit: an=40+4(n−1)
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Arithmetic sequences have constant difference d (add same amount each step): recursive form a₁ = [value], aₙ₊₁ = aₙ + d shows the stepping pattern, while explicit form aₙ = a₁ + (n - 1)d lets you jump directly to any term. Geometric sequences have constant ratio r (multiply by same factor): recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the multiplying pattern, while explicit form aₙ = a₁·r^(n-1) gives direct calculation. Each form has advantages! For depositing $40 each week with a₁=40 after 1 week, it's arithmetic with d=40, so recursive a₁=40, aₙ₊₁=aₙ+40 and explicit aₙ=40+40(n-1). Choice C correctly writes both formulas for this arithmetic sequence. A distractor like choice A might confuse it with geometric growth, but since it's fixed additions, not multiplications, check for constant differences to confirm. Sequence type decision: calculate differences between consecutive terms (constant → arithmetic with that d) AND ratios of consecutive terms (constant → geometric with that r). For 5, 8, 11, 14: differences are 3, 3, 3 (arithmetic!), ratios are 8/5, 11/8, 14/11 (not constant). For 3, 6, 12, 24: differences are 3, 6, 12 (not constant), ratios are 2, 2, 2 (geometric!). This two-part check identifies the type reliably. Formula-writing checklist: (1) Identify type (arithmetic or geometric?), (2) Find first term a₁ (just look at the sequence), (3) Find d (subtract consecutive terms) or r (divide consecutive terms), (4) For recursive: state a₁ and write aₙ₊₁ = aₙ + d or aₙ₊₁ = r·aₙ, (5) For explicit: use aₙ = a₁ + (n-1)d or aₙ = a₁·r^(n-1). Follow these steps methodically and you'll get both forms correctly every time!
Question 2
The sequence 5, 15, 45, 135,… is used to model the number of views a video gets each day, where day 1 has 5 views and each day has the same multiplicative change from the previous day. Write both a recursive and an explicit formula for the sequence (integer domain n≥1).
- Recursive: a1=5, an+1=an+10; Explicit: an=5+10(n−1)
- Recursive: a1=15, an+1=3an; Explicit: an=15⋅3n−1
- Recursive: a1=5, an+1=3an; Explicit: an=5⋅3n−1 (correct answer)
- Recursive: a1=5, an+1=an+3; Explicit: an=5+3(n−1)
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Sequence type decision: calculate differences between consecutive terms (constant → arithmetic with that d) AND ratios of consecutive terms (constant → geometric with that r). For 5, 15, 45, 135: differences are 10, 30, 90 (not constant), but ratios are 15/5 = 3, 45/15 = 3, 135/45 = 3 (constant!), so this is geometric with r = 3. With first term a₁ = 5 and ratio r = 3, we get recursive: a₁ = 5, aₙ₊₁ = 3aₙ and explicit: aₙ = 5 · 3^(n-1). Choice C correctly identifies this as a geometric sequence and provides both formulas. Choice D incorrectly treats it as arithmetic with d = 3, which would give the sequence 5, 8, 11, 14,... instead of 5, 15, 45, 135,.... Always check both differences and ratios to determine sequence type. If ratios are constant, it's geometric; if differences are constant, it's arithmetic.
Question 3
A bookstore's reward points increase by 15 points each week. In week 1, a customer has 40 points. Model the total points after n weeks as a function with integer domain n≥1 by writing both a recursive formula and an explicit formula for the sequence.
- Recursive: a1=40, an+1=15an; Explicit: an=40⋅15(n−1)
- Recursive: a1=40, an+1=an+15; Explicit: an=40+15(n−1) (correct answer)
- Recursive: a1=55, an+1=an+15; Explicit: an=55+15(n−1)
- Recursive: a1=15, an+1=an+40; Explicit: an=15+40(n−1)
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Arithmetic sequences have constant difference d (add same amount each step): recursive form a₁ = [value], aₙ₊₁ = aₙ + d shows the stepping pattern, while explicit form aₙ = a₁ + (n - 1)d lets you jump directly to any term. Here we start with 40 points in week 1 and add 15 points each week, so a₁ = 40 and d = 15, giving us recursive: a₁ = 40, aₙ₊₁ = aₙ + 15 and explicit: aₙ = 40 + 15(n - 1). Choice B correctly writes both formulas with the right starting value and weekly increase. Choice A incorrectly swaps the values, starting with 15 and adding 40 each week, which doesn't match the problem. Sequence type decision: calculate differences between consecutive terms (constant → arithmetic with that d) AND ratios of consecutive terms (constant → geometric with that r). Formula-writing checklist: (1) Identify type (arithmetic or geometric?), (2) Find first term a₁ (just look at the sequence), (3) Find d (subtract consecutive terms) or r (divide consecutive terms), (4) For recursive: state a₁ and write aₙ₊₁ = aₙ + d or aₙ₊₁ = r·aₙ, (5) For explicit: use aₙ = a₁ + (n-1)d or aₙ = a₁·r^(n-1).
Question 4
A town has a population of 50,000 and grows by 3% each year. Model the population after n years with both a recursive and an explicit formula, where a1 is the population after 1 year (domain: positive integers).
- Recursive: a1=51,500, an+1=1.03an; Explicit: an=51,500⋅(1.03)n−1 (correct answer)
- Recursive: a1=50,000, an+1=1.03an; Explicit: an=50,000⋅(1.03)n−1
- Recursive: a1=50,000, an+1=an+1,500; Explicit: an=50,000+1,500(n−1)
- Recursive: a1=50,000, an+1=an+0.03; Explicit: an=50,000+0.03(n−1)
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Arithmetic sequences have constant difference d (add same amount each step): recursive form a₁ = [value], aₙ₊₁ = aₙ + d shows the stepping pattern, while explicit form aₙ = a₁ + (n - 1)d lets you jump directly to any term. Geometric sequences have constant ratio r (multiply by same factor): recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the multiplying pattern, while explicit form aₙ = a₁·r^(n-1) gives direct calculation. Each form has advantages! For this population growth at 3% per year starting from 50,000, with a₁ after 1 year as 50,000×1.03=51,500, it's geometric with r=1.03, so recursive a₁=51,500, aₙ₊₁=1.03aₙ and explicit aₙ=51,500·(1.03)^{n-1}. Choice B correctly writes both formulas, aligning a₁ with the value after the first year. A distractor like choice C might use the initial population as a₁, but carefully read the problem to identify what a₁ represents—here it's after 1 year, so adjust accordingly. Sequence type decision: calculate differences between consecutive terms (constant → arithmetic with that d) AND ratios of consecutive terms (constant → geometric with that r). For 5, 8, 11, 14: differences are 3, 3, 3 (arithmetic!), ratios are 8/5, 11/8, 14/11 (not constant). For 3, 6, 12, 24: differences are 3, 6, 12 (not constant), ratios are 2, 2, 2 (geometric!). This two-part check identifies the type reliably. Formula-writing checklist: (1) Identify type (arithmetic or geometric?), (2) Find first term a₁ (just look at the sequence), (3) Find d (subtract consecutive terms) or r (divide consecutive terms), (4) For recursive: state a₁ and write aₙ₊₁ = aₙ + d or aₙ₊₁ = r·aₙ, (5) For explicit: use aₙ = a₁ + (n-1)d or aₙ = a₁·r^(n-1). Follow these steps methodically and you'll get both forms correctly every time!
Question 5
A phone battery is at 90% at the start of the day and then retains 80% of its charge at the end of each hour (due to constant use). Let an be the battery percentage after n−1 hours (so a1=90), with domain n∈{1,2,3,…}. Write both a recursive definition and an explicit formula.
- Recursive: a1=90, an+1=an−20; Explicit: an=90−20(n−1)
- Recursive: a1=90, an+1=0.8an; Explicit: an=90⋅(0.8)n−1 (correct answer)
- Recursive: a1=90, an+1=an⋅90; Explicit: an=0.8⋅90n−1
- Recursive: a1=72, an+1=0.8an; Explicit: an=72⋅(0.8)n−1
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Arithmetic sequences have constant difference d (add same amount each step): recursive form a₁ = [value], aₙ₊₁ = aₙ + d shows the stepping pattern, while explicit form aₙ = a₁ + (n - 1)d lets you jump directly to any term. Geometric sequences have constant ratio r (multiply by same factor): recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the multiplying pattern, while explicit form aₙ = a₁·r^(n-1) gives direct calculation. Each form has advantages! For the battery model starting at 90% and retaining 80% (r=0.8) each hour, it's geometric with a₁=90, so recursive a₁=90, aₙ₊₁=0.8aₙ and explicit aₙ=90·(0.8)^{n-1}. Choice B correctly writes both formulas, modeling the exponential decay. Choices like A use arithmetic subtraction, but multiplication by 0.8 makes it geometric—fantastic application to real life! Sequence type decision: calculate differences between consecutive terms (constant → arithmetic with that d) AND ratios of consecutive terms (constant → geometric with that r). For 5, 8, 11, 14: differences are 3, 3, 3 (arithmetic!), ratios are 8/5, 11/8, 14/11 (not constant). For 3, 6, 12, 24: differences are 3, 6, 12 (not constant), ratios are 2, 2, 2 (geometric!). This two-part check identifies the type reliably. Formula-writing checklist: (1) Identify type (arithmetic or geometric?), (2) Find first term a₁ (just look at the sequence), (3) Find d (subtract consecutive terms) or r (divide consecutive terms), (4) For recursive: state a₁ and write aₙ₊₁ = aₙ + d or aₙ₊₁ = r·aₙ, (5) For explicit: use aₙ = a₁ + (n-1)d or aₙ = a₁·r^(n-1). Follow these steps methodically and you'll get both forms correctly every time!
Question 6
A car worth \24{,}000depreciatesby10V_nbethevalueafternyears,wherenisanintegerandV_0$ is the initial value. Which choice correctly models this situation with both recursive and explicit formulas?
- Recursive: V0=24000, Vn+1=Vn−0.10; Explicit: Vn=24000−0.10n
- Recursive: V0=24000, Vn+1=0.90Vn; Explicit: Vn=24000⋅0.90n (correct answer)
- Recursive: V1=24000, Vn+1=0.90Vn; Explicit: Vn=24000⋅0.90n−1
- Recursive: V0=24000, Vn+1=1.10Vn; Explicit: Vn=24000⋅1.10n
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Geometric sequences have constant ratio r (multiply by same factor): recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the multiplying pattern, while explicit form aₙ = a₁·r^(n-1) gives direct calculation. For 10% depreciation, the car retains 90% of its value each year, so we multiply by 0.90. Starting with V₀ = 24000, we get recursive: V₀ = 24000, Vₙ₊₁ = 0.90Vₙ and explicit: Vₙ = 24000 · 0.90ⁿ (note: exponent is n because we start at V₀). Choice B correctly models depreciation with the right decay factor and starting index. Choice D incorrectly uses 1.10, which would represent 10% growth (appreciation) rather than depreciation. For depreciation problems, subtract the percentage from 100%: 100% - 10% = 90% = 0.90. This gives the retention factor, not the loss factor!
Question 7
A car loses 12% of its value each year. If its value is 18,000 dollars at year 0, let V(n) be its value after n years (domain: nonnegative integers). Which choice gives both a correct recursive and explicit model for V(n)?
- Recursive: V(0)=18000, V(n+1)=V(n)−0.12; Explicit: V(n)=18000−0.12n
- Recursive: V(0)=18000, V(n+1)=0.88V(n); Explicit: V(n)=18000⋅0.88n (correct answer)
- Recursive: V(1)=18000, V(n+1)=0.88V(n); Explicit: V(n)=18000⋅0.88n−1
- Recursive: V(0)=18000, V(n+1)=1.12V(n); Explicit: V(n)=18000⋅1.12n
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Geometric sequences have constant ratio r (multiply by same factor): recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the multiplying pattern, while explicit form aₙ = a₁·r^(n-1) gives direct calculation. If the car loses 12% of its value each year, it retains 88% (100% - 12% = 88% = 0.88), so each year's value is 0.88 times the previous year's value, starting with V(0) = 18000, giving recursive: V(0) = 18000, V(n+1) = 0.88V(n), and explicit: V(n) = 18000·0.88^n. Choice B correctly models the 12% loss as retaining 88% (multiplying by 0.88) and uses the proper exponent n since the domain starts at 0. Choice A incorrectly treats this as arithmetic (subtracting 0.12), C uses n-1 in the exponent which is wrong when starting at n = 0, and D models growth (1.12) instead of decay. Sequence type decision: calculate differences between consecutive terms (constant → arithmetic with that d) AND ratios of consecutive terms (constant → geometric with that r). When modeling depreciation, losing p% means multiplying by (1 - p/100)!
Question 8
A video gets 300 views on day 1, and then gains 40 more views each day. Let v(n) be the number of views on day n, with domain n∈{1,2,3,…}. Write both a recursive formula and an explicit formula for v(n).
- Recursive: v(1)=300, v(n+1)=1.4v(n); Explicit: v(n)=300⋅1.4n−1
- Recursive: v(1)=340, v(n+1)=v(n)+40; Explicit: v(n)=340+40(n−1)
- Recursive: v(1)=300, v(n+1)=v(n)+40; Explicit: v(n)=300+40(n−1) (correct answer)
- Recursive: v(1)=300, v(n+1)=v(n)−40; Explicit: v(n)=300−40(n−1)
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Arithmetic sequences have constant difference d (add same amount each step): recursive form a₁ = [value], aₙ₊₁ = aₙ + d shows the stepping pattern, while explicit form aₙ = a₁ + (n - 1)d lets you jump directly to any term. For this video views problem: day 1 has 300 views (so v(1) = 300), and gains 40 more views each day (so d = 40), making this arithmetic with recursive v(1) = 300, v(n+1) = v(n) + 40 and explicit v(n) = 300 + 40(n - 1). Choice C correctly writes both formulas with v(1) = 300 as the starting views and d = 40 as the daily increase. Choice A incorrectly treats this as geometric (multiplying by 1.4), B has wrong starting value 340, and D subtracts instead of adds the daily views. Sequence type decision: calculate differences between consecutive terms (constant → arithmetic with that d) AND ratios of consecutive terms (constant → geometric with that r). Formula-writing checklist: (1) Identify type (arithmetic or geometric?), (2) Find first term a₁ (just look at the sequence), (3) Find d (subtract consecutive terms) or r (divide consecutive terms), (4) For recursive: state a₁ and write aₙ₊₁ = aₙ + d or aₙ₊₁ = r·aₙ, (5) For explicit: use aₙ = a₁ + (n-1)d or aₙ = a₁·r^(n-1).
Question 9
A bacteria culture starts with 80 bacteria and triples every hour. Let an be the number of bacteria after n−1 hours (so a1=80), with domain n∈{1,2,3,…}. Model this situation with both a recursive definition and an explicit formula.
- Recursive: a1=80, an+1=an+3; Explicit: an=80+3(n−1)
- Recursive: a1=80, an+1=3an; Explicit: an=80⋅3n−1 (correct answer)
- Recursive: a1=80, an+1=an⋅80; Explicit: an=3⋅80n−1
- Recursive: a1=240, an+1=3an; Explicit: an=240⋅3n−1
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Arithmetic sequences have constant difference d (add same amount each step): recursive form a₁ = [value], aₙ₊₁ = aₙ + d shows the stepping pattern, while explicit form aₙ = a₁ + (n - 1)d lets you jump directly to any term. Geometric sequences have constant ratio r (multiply by same factor): recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the multiplying pattern, while explicit form aₙ = a₁·r^(n-1) gives direct calculation. Each form has advantages! In this bacteria growth model starting at 80 and tripling each hour, it's geometric with a₁=80 and r=3, so recursive a₁=80, aₙ₊₁=3aₙ and explicit aₙ=80·3^(n-1). Choice B correctly writes both formulas, capturing the multiplicative growth accurately. Choices like A model it as arithmetic addition, but since it triples (multiplies), it's geometric—great job recognizing real-world patterns like this! Sequence type decision: calculate differences between consecutive terms (constant → arithmetic with that d) AND ratios of consecutive terms (constant → geometric with that r). For 5, 8, 11, 14: differences are 3, 3, 3 (arithmetic!), ratios are 8/5, 11/8, 14/11 (not constant). For 3, 6, 12, 24: differences are 3, 6, 12 (not constant), ratios are 2, 2, 2 (geometric!). This two-part check identifies the type reliably. Formula-writing checklist: (1) Identify type (arithmetic or geometric?), (2) Find first term a₁ (just look at the sequence), (3) Find d (subtract consecutive terms) or r (divide consecutive terms), (4) For recursive: state a₁ and write aₙ₊₁ = aₙ + d or aₙ₊₁ = r·aₙ, (5) For explicit: use aₙ = a₁ + (n-1)d or aₙ = a₁·r^(n-1). Follow these steps methodically and you'll get both forms correctly every time!
Question 10
A bacterial culture starts with 200 bacteria and triples every 4 hours. If bn represents the number of bacteria after 4n hours, which explicit formula represents this growth, and approximately how many bacteria will there be after 16 hours?
- bn=200⋅4n; After 16 hours: approximately 51,200 bacteria
- bn=200⋅3n−1; After 16 hours: approximately 5,400 bacteria
- bn=200+3n; After 16 hours: approximately 212 bacteria
- bn=200⋅3n; After 16 hours: approximately 16,200 bacteria (correct answer)
Explanation: When you encounter bacterial growth problems, you're dealing with exponential growth where the population multiplies by a constant factor at regular intervals. The key is identifying the growth factor and how time relates to the variable.
Here, bacteria triple every 4 hours, starting with 200. Since bn represents bacteria after 4n hours, when n=1, we have 4 hours elapsed; when n=2, we have 8 hours elapsed, and so on. After each 4-hour period, the population multiplies by 3.
The correct formula is bn=200⋅3n. At n=0 (start): b0=200⋅30=200. At n=1 (4 hours): b1=200⋅31=600. At n=4 (16 hours): b4=200⋅34=200⋅81=16,200.
Choice A uses base 4 instead of 3, confusing the time interval (4 hours) with the growth factor (tripling). Choice B uses 3n−1, which would give the wrong starting value—this shifts the entire sequence incorrectly. Choice C shows linear growth (200+3n), completely missing that this is exponential growth where populations multiply rather than add.
Remember: in exponential growth problems, identify what multiplies (the base) versus what measures time intervals. The population multiplies by the growth factor, while time intervals just help you determine the exponent. Always verify your formula works at n=0 and n=1. Question 11
A theater charges $15 for admission and plans to increase the price by $2 each month. If $an $ represents the admission price in the nth month, which recursive formula correctly models this situation, and what will be the price in the 8th month?
- a1=15,an=an−1+2 for n≥2; Price in 8th month: $29 (correct answer)
- a1=17,an=an−1+2 for n≥2; Price in 8th month: $31
- a0=15,an=an−1+2 for n≥1; Price in 8th month: $31
- a1=15,an=an−1+15 for n≥2; Price in 8th month: $120
Explanation: The initial price is $15, so $a1=15 .Eachmonththepriceincreasesby2, so an=an−1+2. For the 8th month: a8=15+7(2)=29. Choice B incorrectly starts at 17.ChoiceCuses a0 whichwouldmakethe8thmonth a8=15+8(2)=31 $. Choice D incorrectly adds $15 each month instead of $2. Question 12
A sequence follows the pattern: 5, 20, 80, 320, ... . If this pattern continues, what are both the recursive and explicit formulas for the nth term, where a1=5?
- Recursive: an=an−1+15; Explicit: an=5+15(n−1)
- Recursive: an=4an−1; Explicit: an=5⋅4n−1 (correct answer)
- Recursive: an=4an−1+5; Explicit: an=5⋅4n
- Recursive: an=4an−1; Explicit: an=5+4n−1
Explanation: When you encounter a sequence problem, your first step is identifying the pattern. Look at how each term relates to the previous one to determine if it's arithmetic (constant difference) or geometric (constant ratio).
Let's examine the given sequence: 5, 20, 80, 320, ...
Check the ratios between consecutive terms:
- 520=4
- 2080=4
- 80320=4
Since each term is 4 times the previous term, this is a geometric sequence with common ratio r=4.
For geometric sequences, the recursive formula is an=r⋅an−1, so here it's an=4an−1. The explicit formula is an=a1⋅rn−1, which gives us an=5⋅4n−1. This confirms answer choice B is correct.
Let's check why the other options fail:
Choice A represents an arithmetic sequence (adding 15 each time), but 5+15=20, then 20+15=35=80.
Choice C has the wrong explicit formula: an=5⋅4n would give a1=5⋅41=20, not 5.
Choice D combines the correct recursive formula with an incorrect explicit formula that represents addition rather than multiplication: a1=5+40=6=5.
Study tip: Always verify your formulas by plugging in the first few values of n to ensure they match the given terms. For geometric sequences, remember the explicit formula uses rn−1, not rn. Question 13
Given the recursive formula a1=7 and an=2an−1−3 for n≥2, what type of sequence is this, and what is the explicit formula?
- Geometric sequence; an=7⋅2n−1−3(n−1)
- Arithmetic sequence; an=7+(n−1)(4)
- Neither arithmetic nor geometric; an=4⋅2n−1+3 (correct answer)
- Geometric sequence; an=4+3⋅2n−1
Explanation: Computing terms: a1=7, a2=11, a3=19, a4=35. Differences: 4, 8, 16 (not constant, so not arithmetic). Ratios: 11/7, 19/11, 35/19 (not constant, so not geometric). For an=2an−1−3, let an=A⋅2n−1+B. Substituting: A⋅2n−1+B=2(A⋅2n−2+B)−3=A⋅2n−1+2B−3. So B=2B−3, giving B=3. With a1=7: A+3=7, so A=4. Thus an=4⋅2n−1+3. Question 14
Translate the explicit formula an=3⋅2n−1 into an equivalent recursive definition (domain: positive integers).
- a1=3, an+1=an+2
- a1=6, an+1=2an
- a1=3, an+1=2an (correct answer)
- a1=3, an+1=an⋅2n−1
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Translating between forms: if you have recursive (like a₁ = 3, aₙ₊₁ = aₙ + 5), extract a₁ = 3 and d = 5 (the amount added), then write explicit aₙ = 3 + 5(n - 1). If you have explicit (like aₙ = 2·3^(n-1)), extract a₁ = 2 (when n = 1) and r = 3 (the base), then write recursive a₁ = 2, aₙ₊₁ = 3aₙ. The parameters connect the two forms! For the explicit aₙ=3·2^{n-1}, evaluate at n=1 to get a₁=3, and recognize r=2 from the base, so recursive is a₁=3, aₙ₊₁=2aₙ. Choice C correctly translates to the recursive definition for this geometric sequence. A distractor like choice A might swap a₁, but always verify by computing the first few terms from the explicit formula to match. Sequence type decision: calculate differences between consecutive terms (constant → arithmetic with that d) AND ratios of consecutive terms (constant → geometric with that r). For 5, 8, 11, 14: differences are 3, 3, 3 (arithmetic!), ratios are 8/5, 11/8, 14/11 (not constant). For 3, 6, 12, 24: differences are 3, 6, 12 (not constant), ratios are 2, 2, 2 (geometric!). This two-part check identifies the type reliably. Formula-writing checklist: (1) Identify type (arithmetic or geometric?), (2) Find first term a₁ (just look at the sequence), (3) Find d (subtract consecutive terms) or r (divide consecutive terms), (4) For recursive: state a₁ and write aₙ₊₁ = aₙ + d or aₙ₊₁ = r·aₙ, (5) For explicit: use aₙ = a₁ + (n-1)d or aₙ = a₁·r^(n-1). Follow these steps methodically and you'll get both forms correctly every time!
Question 15
A car worth \18{,}000depreciatesby10a_nbethevalueafternyears,witha_1$ the value after 1 year. Write both recursive and explicit formulas (domain: positive integers).
- Recursive: a1=18,000, an+1=0.9an; Explicit: an=18,000⋅(0.9)n−1
- Recursive: a1=16,200, an+1=0.9an; Explicit: an=16,200⋅(0.9)n−1 (correct answer)
- Recursive: a1=16,200, an+1=an−1,800; Explicit: an=18,000−1,800(n−1)
- Recursive: a1=18,000, an+1=1.1an; Explicit: an=18,000⋅(1.1)n−1
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Arithmetic sequences have constant difference d (add same amount each step): recursive form a₁ = [value], aₙ₊₁ = aₙ + d shows the stepping pattern, while explicit form aₙ = a₁ + (n - 1)d lets you jump directly to any term. Geometric sequences have constant ratio r (multiply by same factor): recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the multiplying pattern, while explicit form aₙ = a₁·r^(n-1) gives direct calculation. Each form has advantages! For this car depreciating 10% per year from $18,000, with a₁ after 1 year as 18,000×0.9=16,200, it's geometric with r=0.9, so recursive a₁=16,200, aₙ₊₁=0.9aₙ and explicit aₙ=16,200·(0.9)^{n-1}. Choice B correctly writes both formulas, ensuring a₁ matches the value after the first year. A distractor like choice A might start with the initial value as a₁, but pay close attention to the problem's definition of a₁ to set it correctly. Sequence type decision: calculate differences between consecutive terms (constant → arithmetic with that d) AND ratios of consecutive terms (constant → geometric with that r). For 5, 8, 11, 14: differences are 3, 3, 3 (arithmetic!), ratios are 8/5, 11/8, 14/11 (not constant). For 3, 6, 12, 24: differences are 3, 6, 12 (not constant), ratios are 2, 2, 2 (geometric!). This two-part check identifies the type reliably. Formula-writing checklist: (1) Identify type (arithmetic or geometric?), (2) Find first term a₁ (just look at the sequence), (3) Find d (subtract consecutive terms) or r (divide consecutive terms), (4) For recursive: state a₁ and write aₙ₊₁ = aₙ + d or aₙ₊₁ = r·aₙ, (5) For explicit: use aₙ = a₁ + (n-1)d or aₙ = a₁·r^(n-1). Follow these steps methodically and you'll get both forms correctly every time!
Question 16
Write both recursive and explicit formulas for the sequence 5, 15, 45, 135, … (domain: positive integers).
- Recursive: a1=15, an+1=3an; Explicit: an=15⋅3n−1
- Recursive: a1=5, an+1=an+10; Explicit: an=5+10(n−1)
- Recursive: a1=5, an+1=3an; Explicit: an=5⋅3n−1 (correct answer)
- Recursive: a1=5, an+1=an⋅n; Explicit: an=5n
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Arithmetic sequences have constant difference d (add same amount each step): recursive form a₁ = [value], aₙ₊₁ = aₙ + d shows the stepping pattern, while explicit form aₙ = a₁ + (n - 1)d lets you jump directly to any term. Geometric sequences have constant ratio r (multiply by same factor): recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the multiplying pattern, while explicit form aₙ = a₁·r^(n-1) gives direct calculation. Each form has advantages! For the sequence 5, 15, 45, 135, ..., the ratios are 3 each time, so it's geometric with a₁=5 and r=3, leading to recursive a₁=5, aₙ₊₁=3aₙ and explicit aₙ=5·3^{n-1}. Choice B correctly writes both formulas for this geometric sequence. A distractor like choice A might mistake it for arithmetic, but since ratios are constant and differences increase, it's geometric—great job checking both! Sequence type decision: calculate differences between consecutive terms (constant → arithmetic with that d) AND ratios of consecutive terms (constant → geometric with that r). For 5, 8, 11, 14: differences are 3, 3, 3 (arithmetic!), ratios are 8/5, 11/8, 14/11 (not constant). For 3, 6, 12, 24: differences are 3, 6, 12 (not constant), ratios are 2, 2, 2 (geometric!). This two-part check identifies the type reliably. Formula-writing checklist: (1) Identify type (arithmetic or geometric?), (2) Find first term a₁ (just look at the sequence), (3) Find d (subtract consecutive terms) or r (divide consecutive terms), (4) For recursive: state a₁ and write aₙ₊₁ = aₙ + d or aₙ₊₁ = r·aₙ, (5) For explicit: use aₙ = a₁ + (n-1)d or aₙ = a₁·r^(n-1). Follow these steps methodically and you'll get both forms correctly every time!
Question 17
Given the explicit formula an=9+4(n−1), write an equivalent recursive definition (domain: positive integers).
- a1=9, an+1=an−4
- a1=9, an+1=4an
- a1=9, an+1=an+4 (correct answer)
- a1=13, an+1=an+4
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Translating between forms: if you have recursive (like a₁ = 3, aₙ₊₁ = aₙ + 5), extract a₁ = 3 and d = 5 (the amount added), then write explicit aₙ = 3 + 5(n - 1). If you have explicit (like aₙ = 2·3^(n-1)), extract a₁ = 2 (when n = 1) and r = 3 (the base), then write recursive a₁ = 2, aₙ₊₁ = 3aₙ. The parameters connect the two forms! For the explicit aₙ=9+4(n-1), simplify to see it's arithmetic: a₁=9 (at n=1), and d=4 (coefficient of n term), so recursive is a₁=9, aₙ₊₁=aₙ+4. Choice C correctly translates to the recursive definition for this arithmetic sequence. A distractor like choice A might misidentify it as geometric, but check if differences are constant (yes) versus ratios (no) to confirm the type. Sequence type decision: calculate differences between consecutive terms (constant → arithmetic with that d) AND ratios of consecutive terms (constant → geometric with that r). For 5, 8, 11, 14: differences are 3, 3, 3 (arithmetic!), ratios are 8/5, 11/8, 14/11 (not constant). For 3, 6, 12, 24: differences are 3, 6, 12 (not constant), ratios are 2, 2, 2 (geometric!). This two-part check identifies the type reliably. Formula-writing checklist: (1) Identify type (arithmetic or geometric?), (2) Find first term a₁ (just look at the sequence), (3) Find d (subtract consecutive terms) or r (divide consecutive terms), (4) For recursive: state a₁ and write aₙ₊₁ = aₙ + d or aₙ₊₁ = r·aₙ, (5) For explicit: use aₙ = a₁ + (n-1)d or aₙ = a₁·r^(n-1). Follow these steps methodically and you'll get both forms correctly every time!
Question 18
A student deposits $25 into a jar every week and does not remove any money. Let an be the total amount of money in the jar after n weeks, with a0=0 and domain n∈{0,1,2,…}. Write both a recursive definition and an explicit formula for an.
- Recursive: a0=0, an+1=25an; Explicit: an=25n
- Recursive: a0=25, an+1=an+25; Explicit: an=25+25n
- Recursive: a0=0, an+1=an+25; Explicit: an=25n (correct answer)
- Recursive: a0=0, an+1=an−25; Explicit: an=−25n
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Arithmetic sequences have constant difference d (add same amount each step): recursive form a₁ = [value], aₙ₊₁ = aₙ + d shows the stepping pattern, while explicit form aₙ = a₁ + (n - 1)d lets you jump directly to any term. Geometric sequences have constant ratio r (multiply by same factor): recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the multiplying pattern, while explicit form aₙ = a₁·r^(n-1) gives direct calculation. Each form has advantages! In this savings model with $25 added weekly from a₀=0, it's arithmetic with d=25, so recursive a₀=0, aₙ₊₁=aₙ+25 and explicit aₙ=25n (note the indexing starts at 0). Choice C correctly writes both formulas, fitting a₁=25, a₂=50, etc. Choices like A model geometric multiplication, but constant addition makes it arithmetic—keep up the excellent modeling! Sequence type decision: calculate differences between consecutive terms (constant → arithmetic with that d) AND ratios of consecutive terms (constant → geometric with that r). For 5, 8, 11, 14: differences are 3, 3, 3 (arithmetic!), ratios are 8/5, 11/8, 14/11 (not constant). For 3, 6, 12, 24: differences are 3, 6, 12 (not constant), ratios are 2, 2, 2 (geometric!). This two-part check identifies the type reliably. Formula-writing checklist: (1) Identify type (arithmetic or geometric?), (2) Find first term a₁ (just look at the sequence), (3) Find d (subtract consecutive terms) or r (divide consecutive terms), (4) For recursive: state a₁ and write aₙ₊₁ = aₙ + d or aₙ₊₁ = r·aₙ, (5) For explicit: use aₙ = a₁ + (n-1)d or aₙ = a₁·r^(n-1). Follow these steps methodically and you'll get both forms correctly every time!
Question 19
Translate the recursive definition to an explicit formula (with integer domain n≥1):
Recursive: a1=6, an+1=3an.
Which explicit formula matches this sequence?
- an=6⋅3n−1 (correct answer)
- an=6+3(n−1)
- an=3⋅6n−1
- an=6⋅3n
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Translating between forms: if you have recursive (like a₁ = 3, aₙ₊₁ = aₙ + 5), extract a₁ = 3 and d = 5 (the amount added), then write explicit aₙ = 3 + 5(n - 1). If you have recursive (like a₁ = 2, aₙ₊₁ = 3aₙ), extract a₁ = 2 (when n = 1) and r = 3 (the base), then write explicit aₙ = 2·3^(n-1). From the recursive formula a₁ = 6, aₙ₊₁ = 3aₙ, we identify this as geometric with first term a₁ = 6 and ratio r = 3, so the explicit formula is aₙ = 6 · 3^(n-1). Choice A correctly translates the recursive definition to explicit form. Choice D incorrectly uses exponent n instead of n-1, which would give a₁ = 6 · 3¹ = 18 instead of 6. When translating geometric sequences from recursive to explicit, remember that the exponent is (n-1) when the sequence starts at a₁. This ensures that when n = 1, we get a₁ = a₁ · r⁰ = a₁ · 1 = a₁.
Question 20
A bacteria culture starts with 80 bacteria and increases by 10% each hour. Let an be the number of bacteria after n hours, where n is a nonnegative integer and a0 is the initial amount. Which choice gives both a recursive and an explicit model?
- Recursive: a1=80, an+1=1.10an; Explicit: an=80⋅1.10n
- Recursive: a0=80, an+1=1.10an; Explicit: an=80⋅1.10n (correct answer)
- Recursive: a0=80, an+1=an+10; Explicit: an=80+10n
- Recursive: a0=80, an+1=0.90an; Explicit: an=80⋅0.90n
Explanation: This question tests your ability to write arithmetic and geometric sequences in both recursive form (each term from previous) and explicit form (any term directly from its position), and to translate between these forms. Geometric sequences have constant ratio r (multiply by same factor): recursive form a₁ = [value], aₙ₊₁ = r·aₙ shows the multiplying pattern, while explicit form aₙ = a₁·r^(n-1) gives direct calculation. Since the bacteria increase by 10% each hour, we multiply by 1.10 (100% + 10% = 110% = 1.10), and we start with a₀ = 80 bacteria, giving recursive: a₀ = 80, aₙ₊₁ = 1.10aₙ and explicit: aₙ = 80 · 1.10ⁿ (note the exponent is n, not n-1, because we start at n = 0). Choice C correctly models both forms with the right growth factor and starting index. Choice B incorrectly uses a₁ = 80 and has exponent n in the explicit formula, which would give 88 bacteria at time 1 instead of the correct 88 bacteria. For exponential growth/decay problems, pay attention to whether the sequence starts at n = 0 or n = 1, as this affects the exponent in the explicit formula. When starting at a₀, use aₙ = a₀ · rⁿ; when starting at a₁, use aₙ = a₁ · r^(n-1).