You can put this solution on YOUR website! compound-interest formula:
v = p( 1 + (r/n) )^(nt)
where:
v = final value
p = initial (principal) value
r = interest rate (as a decimal)
n = number of compounding periods per year
t = number of years
---
v = 4000*( 1 + (0.03/12) )^(12*8)
4000 * pow( 1 + (0.03/12), (12*8) )
---
copy and paste the above expression in to this calculator:
https://sooeet.com/math/scientific-calculator.php
---
v = $5083.47
---
Free algebra tutoring live chat:
https://sooeet.com/chat.php?gn=algebra
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations with quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Solve systems of linear equations up to 6-equations 6-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php
---