Education Technology

Statistics: To Toss or To Simulate?

by Texas Instruments - Bell Ringer Lesson

Overview

Students use the RandInt() command to simulate the tossing of a coin and the rolling of a die. They will collect data for several trials and use the information to investigate the Law of Large Numbers.

  • 1
  • 2
  • 3

Key Steps

  • Image

    In this activity, students are introduced to using the Random Integer command to simulate an experiment. First, they will explore the difference between entering the command randInt(0,1) five times and entering randInt(0,1,5).