I'm trying to determine the future value of an account, I know that if I am trying to determine FV with compounding the formula is FutureValue=PrincipalValue( 1 + (InterestRate / CompoundingFrequency))^(NumberOfPayments x CompoundingFrequency) also written as FV=PV(1+r/m)^(n*m).
How would a do...