Recent content by AbrahamA

  1. AbrahamA

    MHB Book of Odd, Volume I | 1700 TVM formulas

    Here is the programming code for function called V in C# It is a single line of code that finds 1,700 time values of money (asset prices) private double aey(double i, double c) { if (c==0) return (Math.Exp(i)-1); return...
  2. AbrahamA

    MHB Book of Odd, Volume I | 1700 TVM formulas

    Jabberwocky If digital memory serves me write mathematical nonsense that has no meaning of it's own yet in a contrived and imaginary World of AbrahamA lies a specter in Wonderland. I refer to myself as a self-taught and self-proclaimed Financial Engineer, a claim which is often refuted and...
  3. AbrahamA

    MHB Book of Odd, Volume I | 1700 TVM formulas

    1 Generic TVM Equation = 1700 TVM formulas Here is the Book of Odd, Volume I https://www.dropbox.com/s/dknr9l61i130du4/book_of_odd_volume_i.pdf?dl=0 All praise to Odd Here is the Windows app based on Book of Odd, Volume I https://www.dropbox.com/s/9jx4knnuw98lpkl/OddFinancials.exe?dl=0...
  4. AbrahamA

    MHB "Getting a personal loan from a bank" real life math problem - need a formula

    @Mark You mean, my forum account is kapoot for offering a complete solution that is akin to offering prohibited drugs to college freshmen
  5. AbrahamA

    MHB "Getting a personal loan from a bank" real life math problem - need a formula

    A feeling of Highness just like the one from old days consuming Coke.
  6. AbrahamA

    MHB "Getting a personal loan from a bank" real life math problem - need a formula

    Good things don't come to those who wait I guess
  7. AbrahamA

    MHB "Getting a personal loan from a bank" real life math problem - need a formula

    month payment interest balance 36 337.65+137.88=475.53 137.88 33,427.83 month 36 payment 48,000*(0.99^35-0.99^36) + 48,000*(0.99^35)*4.9%/12 =337.65+137.88=475.53 interest 48,000*(0.99^35)*4.9%/12 =137.88 balance 48,000 * 0.99^36 =33427.83
  8. AbrahamA

    MHB "Getting a personal loan from a bank" real life math problem - need a formula

    Total Payments paid at the end of 36 periods 48,000 - 48,000 (0.99^36) 48,000 - 33427.834466379539374768226179264 14572.165533620460625231773820736 14,572.17 Total Interest paid at the end of 36 periods 4.9%/12 * 48,000 * [(0.99^36 - 1)/(-0.01)] 4.9%/12 * 48,000...
  9. AbrahamA

    MHB What is the Average Income over Multiple Interest Days?

    Depending on the scale of weights you could have used the answer should be the same [ 1000 x 173 + 9000 x 153 + 20000 x 123 + 30000 x 62 + 30000 x 31 ] / [ 173 + 153 + 123 + 62 + 31 ] [ 173000 + 1377000 + 2460000 + 1860000 + 930000 ] / 542 6800000 / 542 12,546.13 You could have scaled the...
  10. AbrahamA

    MHB What is the Average Income over Multiple Interest Days?

    Using number of days as weights, the weighted average would be more appropriate of a measure I get 12,546.13 as the weighted average amount
Back
Top