In this lesson we talk about normal distribution is by using a practical approach – getting you to do the questions while explaining how it works at the same time. We talk about how the bell curve is symmetrical, the area underneath the curve is the probability, and what standard deviation means in relation to …
This lesson teaches you how to read data from a text file. In the next few lessons we are also going to talk about how to store data in a text file, which will help you with projects such as develop a high score table in game creation.
In this tutorial I teach you guys how to use binomial distrubtion tables as well as culumative binomial distrubtion tables. Make sure you have watched my binomial distribution lessons before watching this video.
In this lesson you learn how to work with Arrays – how to declare them, and how to populate an array with data (and edit them later) using For loops.
In this tutorial we find the probability of X being bigger than or smaller than a certain number. You have to use the formula multiple times and add / subtract probabilities.
In this tutorial we write a simple function that can count how many words are in a string. We also teach how to call a function.
In this lesson we talk about how to use the formula nCr*p^r*q^(n-r) to solve binomial distribution problems.
In this lesson you use a While Loop to program a simulation of the greedy pig game – keep rolling the die until a 2 comes up.
In this lesson i talk about when binomial distribution is used and give you an example of how it works. Next lesson I will talk about using the formula.
In this lesson you are first introduced what an arithmetic sequence is, then you are taught how to program the formula of an arithmetic sequence in visual basic using variables, mathematical operators and for loops. Must have completed lesson 7 on For Loops prior to starting this tutorial.