This journal article gives examples of erroneous beliefs about probability. It specifically examines the belief that a random sample must be representative of the true population.
This resource briefly explains what a significance level is and how they are used in hypothesis testing. It also includes other links related to significance level such as "Type I error" and "significance test".
Part of an online statistics textbook. Topics include: (1) Law of Large Numbers for Discrete Random Variables, (2) Chebyshev Inequality, (3) Law of Averages, (4) Law of Large Numbers for Continuous Random Variables, (5) Monte Carlo Method. There are several examples and exercises that accompany the material.
For n = 50 to 400, in steps of size 5, this program computes and displays (1) the exact probability P(|A_n - p| >= epsilon), where A_n is the average outcome of n Bernoulli trials with probability p of success, and (2) the Chebyshev estimate p(1-p)/(n(epsilon^2)) for this probability. You can specify p and epsilon.