Problem
Binomial Distribution simulation. Generate a random number between 0 and 1. If that number is 0.5 or more, then event it as fake. Otherwise not a fake for 500, 5000, and 500,000 trails.
Design a python class to get the following items:
1. Show the density curve for all the three sample sizes.
2. Explain the findings for all three samples.