CourseNotes
Published on CourseNotes (https://course-notes.org)

Home > TI-82: Generating Random Numbers

TI-82: Generating Random Numbers

Subject: 
Statistics [1]
Rating: 
0
No votes yet
SocialTags: 
IP [2]
Tags: 
TI-82 [3]
You can generate random numbers on the TI-82 calculator using the following sequence. N is the number of different values which could be and S is the minimum number. int (N*rand+S) INT is found under the MATH menu (math num 4). RAND is also found under the MATH menu (math prb 1). Simulate the rolling of a die (1-6): int (6*rand+1) Simulate the flipping of a coin (0-1): int (2*rand) This works because the rand function returns a random number between 0 and 1 (including 0 but not including 1). When it is multiplied by N, it becomes between 0 and N, and then S is added, so it becomes between S and S+N. If you have two values (A and B) that you need random numbers between, then you can generate them using the following formulas. N=B-A+1 int (N*rand+A)

Wait just a minute here...

In order to access these resources, you will need to sign in [4] or register [5] for the website (takes literally 1 minute!) and contribute [6] 10 documents to the Course-Notes.Org library. Until you contribute 10 documents, you'll only be able to view the titles of the uploaded documents.

  • Unlock Course-Notes.org

    Gain access to members only, premium content that includes past essays, DBQs, practice tests, term papers, homework assignments and other vital resources for your success!
  • Interact with other members

    Receive feedback from the Course-Notes.Org community on your homework assignments
  • Participation = Points

    Earn points for by contributing documents to the library, helping other members, writing informative blog posts, and voting in polls!

There are over 10,000 documents that have been added to the Members Only section that you won't find anywhere on this site or on the interwebs, for that matter. In order to access these resources, you will need to register [5] for the website (takes literally 1 minute!) and earn 100 cnote$ (use the table above to figure that out). Until you contribute earn 100 cnote$, you'll only be able to view the titles of the uploaded documents and some teaser text.

Get started right now! [5]


Source URL:https://course-notes.org/statistics/premium/ti_82_generating_random_numbers#comment-0

Links
[1] https://course-notes.org/subject/statistics [2] https://course-notes.org/taxonomy/term/1040176 [3] https://course-notes.org/tag_your_content/ti_82 [4] https://course-notes.org/user [5] https://course-notes.org/user/register [6] https://course-notes.org/node/add/upload/bulk