Simple Probability

Probability is a wide and deep subject. I’m going to present just the basics, which is a very subjective statement. This post will serve as a reference for you to use for more “advanced” topics. And yes “advanced” is also subjective.


Continue reading →

Posted by Cramer Grimes

Euclid’s Algorithm Explained

Finding the greatest common divisor (GCD) of two numbers is an operation that most high school math students end up performing. However, most probably don’t learn a fancy algorithm to do it. Euclid’s Algorithm is just this algorithm. Well, maybe it is not fancy, but it is elegant (at least to me).


Continue reading →

Posted by Cramer Grimes