Answer:
$235.2
Step-by-step explanation:
Given data
Principal= $5,600
Rate= 4.2%
Time= 1 year
The expression for the simple interest is given as
SI= PRT/100
substitute
SI= 5600*4.2*1/100
SI= 23520/100
SI=$235.2
Hence after 1 year he will pay $235.2
Answer:
- recursive: a[1] = 7440; a[n+1] = a[n] -120
- explicit: a[n] = 7440 -120(n -1)
Step-by-step explanation:
The sequence of amounts in Jackson's account will be ...
7440, 7320, 7200, ...
with a first value (a1) of 7440 and a common difference (d) of -120.
The recursive formula for an arithmetic sequence is ...
a[1] = a1
a[n+1] = a[n] +d
For our sequence, the recursive formula is ...
a[1] = 7440
a[n+1] = a[n] -120
__
The explicit formula for an arithmetic sequence is ...
an = a1 +d(n -1)
For our sequence, the explicit formula is ...
a[n] = 7440 -120(n -1)
The Domain of a function is described as the set of all the x values that a function can take.These are the allowable values of a function.
From the table we can see that the first column shows the x values for the function. So the set of all values will be the Domain of the function.
Hence the Domain is {-2, -1, 0, 1}
So, option B gives the correct answer