TI-84 Plus CE Graphing Calculator For Dummies, 3rd Edition
Book image
Explore Book Buy On Amazon

Your TI-84 Plus calculator has a massive amount of digits arranged in a list, called a random number table, that it uses to generate random numbers.

Generating random integers

To generate random integer, follow these steps:

  1. To activate the randInt Wizard from the Math PROB menu, press

    image0.jpg

    If you are using a TI-84 Plus, there is no wizard for the randint command. To use the command, you must know the syntax: randint(lower, upper, [number of elements]).

    A wizard makes entering information easy. A wizard arranges the data you enter so that it fits the syntax of the command. See the wizard in the first screen.

    image1.jpg
  2. Enter the lower limit and upper limit you want your random number to be.

    You want a random number from 1 to 100. Press [ENTER] or the down-arrow key to navigate to the next line in the wizard.

  3. Enter n, for how many random numbers you want to generate.

    Press [ENTER] repeatedly to generate more random numbers as illustrated in the second screen.

  4. If you want to generate a list of random integers, change the value of n.

    See the third screen in.

Generating random integers with no repetition

Did you notice the integer, 52, was selected twice in the third screen? If you are generating a list of random integers, you can easily avoid repeats by using a different command. Here are the steps:

  1. To activate the randIntNoRep Wizard from the Math PROB menu, press

    image2.jpg

    See the first screen.

    On the TI-84 Plus, the randIntNoRep command does not have a wizard to help you. The syntax for the command is randIntNoRep(lower,upper). Unlike the TI-84 Plus C, you don’t have the option of adjusting the number of terms.

    image3.jpg
  2. Enter the upper and lower limits and n (the number of terms).

    See the second screen.

  3. Press [ENTER] until your numbers have been generated.

    This is illustrated in the third screen.

Generating random decimals

It is easy to generate random decimal numbers that are strictly between 0 and 1. Press

image4.jpg

to select the rand command from the Math Probability menu. Then repeatedly press [ENTER] to generate the random numbers. The first screen illustrates this process.

To generate random numbers between 0 and 100, use the rand command in an expression: 100*rand. See the second screen.

image5.jpg

Seeding the random number generator

Your calculator generates random numbers from a massive list of digits arranged in a list. Here is the cool part. You can pick where in the list you want your calculator to start generating random numbers. It is called seeding your random number.

Get a little creative with the number you select to seed your calculator. This should be fun! Figure out how many days you have been alive. Your calculator has a command that can figure that out for you! Follow these steps:

  1. Press [2nd][0] to access the Catalog.

    Notice, your calculator is in Alpha mode, indicated by the blinking A in the cursor.

  2. To insert the dbd( function, press

    image6.jpg

    dbd stands for days between dates.

  3. Enter your birth date as a number in this form: MM.DDYY.

    Dates must be between the years 1950 and 2049. Here, June 1, 1968, is entered with the number: 06.0168.

  4. Press [,].

  5. Enter today’s day as a number in this form: MM.DDYY.

    January 2, 2013, is entered with the number: 01.0213.

  6. Press [ENTER] to find out how many days you have been alive.

    See the first screen. Wow! 16,286 days sounds old!

    image7.jpg

Here are the steps to seed your calculator:

  1. Enter the number you are using to seed your calculator.

    16286. Of course, you could use any real number to seed your calculator.

  2. Press

    image8.jpg
  3. To insert the rand command, press

    image9.jpg
  4. Press [ENTER] to seed your calculator.

    See the first line in the second screen.

  5. Try it out! Use randInt( to generate a random number.

    See the last line in the second screen.

Want to impress your friends? Seed your calculator with results you know in advance. For example, if you secretly seed your calculator with the number 16286, then the next three random numbers (from 0 to 1,000) that will be generated will be 203, 197, and 213, as shown in the third screen. Just don’t share your secret!

About This Article

This article is from the book:

About the book author:

Jeff McCalla is a mathematics teacher at St. Mary's Episcopal School in Memphis, TN. He cofounded the TI-Nspire SuperUser group, and received the Presidential Award for Excellence in Science & Mathematics Teaching.

C.C. Edwards is an educator who has presented numerous workshops on using TI calculators.

This article can be found in the category: