Math 362 - Computer Lab #1 - Fall 2002

Introduction to Probability Theory

Computer Lab 1: MINITAB


We will start learning how to use MINITAB by simulating the tossing of 10 fair coins. We will then save this simulation as a macro, which can be used repeatedly. Finally, you will be asked to devise your own MINITAB code to simulate the drawing of colored objects from a bag.

  1. Open MINITAB
  2. Simulate 10 tossings of a coin
    To this end, we will generate 10 random numbers, uniformly distributed between 0 and 1. Each number will be associated with a symbol, H for heads if the number is less than 0.5 and T for tails if the number is larger than 0.5.

  3. Create a Macro to perform the above operations

  4. Repeat the above experiment






  5. Use MINITAB to create a macro which simulates the drawing of objects of different colors from a bag, as we did in Lab #1


Back to Math 362