Answer:
The answer is "Option C"
Step-by-step explanation:
The using formula
→r = rate
→ n = compounded value
In choice a:
When compounded is monthly


In choice b:
When compounded is quarterly

In choice c:
Whenn compounded is daily 

In choice d:
When compounded is semiannually

Answer: 
Step-by-step explanation:

Add
on both sides and subtract
on both sides to leave x's on the left side and independent values on the right.


Solve the fractions.





Convert the mixed fraction
to an improper fraction. You can do this by multiplying 1 times 35 and adding 2.

Now use the reciprocal (inverse fraction) and multiply on both sides to isolate x.




Answer: y=3x-7
Explanation:
The y-intercept is -7 and the line is going up by a rate of 3.
Answer:
$8.90
Step-by-step explanation:
((2)(2.90))+(3.10)= $8.90
Answer:
75
Step-by-step explanation:
f(1) = 7
f(n) = 3f(n-1) + 3
So what you are trying to do here is find the recursive value (that's what it is called) for f(n). Computers love this sort of thing, but we humans have to do it slowly and carefully.
So let's try f(2)
That means that f(2) = 3*f(n-1) + 3
but if f(2) is used it means that you have to know f(2-1) which is just f(1) and we know that.
so f(2) = 3*f(1)+3
f(2) = 3*7 + 3
f(2) = 21 + 3
f(2) = 24
Now do it again. We now know F(2), so we should be able to find f(3)
f(3) = 3*f(3 - 1) + 3
f(3) = 3*f(2) + 3 We know that f(2) = 24
f(3) = 3* 24 + 3
f(3) = 72 + 3
f(3) = 75