What do you do if the type of person you attract—or are attracted to—isn’t the type of person who makes you happy?
Asking for a past life.
Posts tagged with paradox
What do you do if the type of person you attract—or are attracted to—isn’t the type of person who makes you happy?
Asking for a past life.

This is an amazing fact that comes up in so many applications. It’s used in the valuation of companies, solution of equations, ……… any time you want to convert an infinite stream into something finite.
f is a proper fraction. (0 < f < 1)
Or, in fancy notation:
Or, in C++:
long big = 9999999999;
single frac = .70;
double total = 0;
for ( i = 0, big, i++)
{
total += frac^i;
}
cout << total; # in this case, prints 1 / .3 = 10/3
cout << total - 1/(1-frac) # prints 0 for any value of frac
Isn’t it strange that adding together an infinite number of things can give you a finite answer? The ancient philosopher Zeno thought that he could disprove reality through the following thought experiment
But calculus proves that:
Take that, Zeno!
