mirror of
https://gitlab.com/magicalsoup/Highschool.git
synced 2025-01-23 16:11:46 -05:00
Update Unit 2: Sequences, Series, and Financial Applications.md
This commit is contained in:
parent
cbac0ed2a8
commit
3dccb70614
@ -166,7 +166,7 @@ Since it is basically the summation of a geometric sequence, we can apply the ge
|
|||||||
|
|
||||||
```math
|
```math
|
||||||
\large
|
\large
|
||||||
FV = \frac{R[(1+\frac{r}{n})^n - 1]}{\frac{r}{n}}
|
FV = \frac{R[(1+\frac{r}{n})^{nt} - 1]}{\frac{r}{n}}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Present Value Annuities
|
## Present Value Annuities
|
||||||
@ -174,5 +174,5 @@ The **Present Value** of an annuity is today's value of having equally spaced pa
|
|||||||
|
|
||||||
```math
|
```math
|
||||||
\large
|
\large
|
||||||
PV = \frac{R[1 -(1+\frac{r}{n})^{-n}]}{\frac{r}{n}}
|
PV = \frac{R[1 -(1+\frac{r}{n})^{-nt}]}{\frac{r}{n}}
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user