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.
Month: March 2019
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.
In this lesson we explain what expected values are, and give you two examples for working it out.