QUESTION IMAGE
Question
unit 3 • finance
topic c: loans and financed purchases
practice 3.6: recursion and sequences—payment plans
use what you know about sequences to complete each problem.
- what is the fourth term in the sequence given by the formula $a_n = 10n - 12$?
- what is the fourth term in the sequence given by the formula $a_n = a_{n - 1} + 3$ if $a_1 = -4$?
- what is the third term in the sequence given by the formula $a_n = a_{n - 1} \bullet 4$ if $a_1 = 2$?
- what is the fourth term in the sequence given by the formula $a_n = 13(2)^{n - 1}$?
use the given information to complete problems 5–7.
muna is purchasing a car. she is considering a payment plan that charges 15% apr, with monthly payments of $350. the list price of the car is $18,500.
- what is the monthly interest rate?
- find a recursive formula to model the new balance in terms of the previous balance.
- generate the first 5 rows of an amortization table based on this scenario.
Problem 1
Step 1: Identify \( n \) for the fourth term
For the fourth term, \( n = 4 \).
Step 2: Substitute \( n = 4 \) into the formula \( a_n = 10n - 12 \)
Substitute \( n = 4 \) into \( a_n = 10n - 12 \):
\( a_4 = 10(4) - 12 \)
\( a_4 = 40 - 12 \)
\( a_4 = 28 \)
Step 1: Find \( a_2 \) using \( a_1 = -4 \) and \( a_n = a_{n - 1} + 3 \)
Substitute \( n = 2 \), \( a_1 = -4 \):
\( a_2 = a_{1} + 3 = -4 + 3 = -1 \)
Step 2: Find \( a_3 \) using \( a_2 = -1 \)
Substitute \( n = 3 \), \( a_2 = -1 \):
\( a_3 = a_{2} + 3 = -1 + 3 = 2 \)
Step 3: Find \( a_4 \) using \( a_3 = 2 \)
Substitute \( n = 4 \), \( a_3 = 2 \):
\( a_4 = a_{3} + 3 = 2 + 3 = 5 \)
Step 1: Find \( a_2 \) using \( a_1 = 2 \) and \( a_n = a_{n - 1} \cdot 4 \)
Substitute \( n = 2 \), \( a_1 = 2 \):
\( a_2 = a_{1} \cdot 4 = 2 \cdot 4 = 8 \)
Step 2: Find \( a_3 \) using \( a_2 = 8 \)
Substitute \( n = 3 \), \( a_2 = 8 \):
\( a_3 = a_{2} \cdot 4 = 8 \cdot 4 = 32 \)
Step 3: Find the third term (wait, the question asks for the third term? Wait, the problem says "third term" but the formula is \( a_n = a_{n - 1} \cdot 4 \), \( a_1 = 2 \). Wait, let's recheck:
Wait, the problem is: "What is the third term in the sequence given by the formula \( a_n = a_{n - 1} \cdot 4 \) if \( a_1 = 2 \)?"
So:
- \( a_1 = 2 \)
- \( a_2 = a_1 \cdot 4 = 2 \cdot 4 = 8 \)
- \( a_3 = a_2 \cdot 4 = 8 \cdot 4 = 32 \)
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
The fourth term is \( 28 \).