(no title)
spacemark | 1 year ago
>if you refuse to accept very basic arithmetic facts in the simple example
I refuse to accept your assertions because they're simply incorrect. Basic power law math - a higher value exponent will always win, eventually.
>Stock market option: $20k with no leverage -> 11% ROI on a $20k investment
P = P_o * e^(r*t)
P = 20,000 * e^(0.11*t)
>Real estate option: $20k of your own money + $80k of the bank's money -> 4% ROI on $100k investment (counting both your money and the loan)
P = 100,000 * e^(0.04*t)
Set these two equations equal to each other and solve for t. This will give you the number of years the 4% return with a 100k initial investment will beat the 11% return with a 20k initial investment.
20,000 * e^(.04*t) = 100,000 * e^(0.11*t)
t = 23 years. After 40 years, the 11% return has beaten the 4% return by 3.3x
If I'm misinterpreting your "very simple and easily verifiable scenario," please let me know. But I don't think so. Your error is in this statement. I'll leave it to you to figure out why, let me know if you need help! ;P
>(counting both your money and the loan) -> 20% ROI on $20k investment (counting only your own money) 20% is better than 11%,*
baobabKoodaa|1 year ago
I tried to do the math now (independently from your calculations) and I ended up with the number 16 as "years after which the stock market 11% return has beaten the leveraged 4% return". I think your calculation result 23 is different from 16 because it assumes the loan can be kept as "free money" instead of paying it back.
$20.000 * 1.11 ^ 16 - $20.000 ~ $86.218
$100.000 * 1.04 ^ 16 - $100.000 ~ $87.298
spacemark|1 year ago