How can I simulate spinning an 8-sided spinner 100 times on a TI-89 calculator?

  • Context: High School 
  • Thread starter Thread starter 4assedmonkey
  • Start date Start date
Click For Summary
SUMMARY

This discussion focuses on simulating the spinning of an 8-sided spinner 100 times using a TI-89 calculator. The solution involves writing a program in TI-Basic that utilizes a loop to generate random numbers between 1 and 8, storing the results in a matrix or eight variables. For visual representation, participants suggest graphing points or creating a pie chart to display the results effectively. The use of a random number generator function is essential for this simulation.

PREREQUISITES
  • Familiarity with TI-Basic programming language
  • Understanding of loops and variable storage in programming
  • Knowledge of random number generation techniques
  • Basic graphing skills on the TI-89 calculator
NEXT STEPS
  • Learn how to implement loops in TI-Basic programming
  • Research the RANDOM function in TI-Basic for generating random numbers
  • Explore methods for visual data representation on the TI-89 calculator
  • Study examples of matrix usage in TI-Basic for data storage
USEFUL FOR

This discussion is beneficial for students, educators, and anyone interested in programming calculators, particularly those using the TI-89 for simulations and data visualization.

4assedmonkey
Messages
1
Reaction score
0
I just got an ti89 and I have to solve a problem where you have to simulate spinning an 8 sided spiner (numbered 1-8) 100 times and give a visual representation. How can you do that?
 
Physics news on Phys.org
Write a program. Set up a matrix or 8 variables to store 1...8 in, and put it in a loop that runs 100 times.

Do you know TI-Basic? It's not too hard if you do. I'm not accustomed to the TI-93, unfortunately; it's easy enough to do on my TI-83+.

For a visual, you could graph points to make a basic chart. If you were feeling really creative and had some time and skills, a pie chart would be nice. :-p
 
I know nothing about programming a calculator but I would imagine that you'd have to use some function that serves as a random number generator. Most programming languages have a RANDOM (l,u) function or some such function that does this.
 

Similar threads

Replies
4
Views
3K
  • · Replies 15 ·
Replies
15
Views
4K
  • · Replies 41 ·
2
Replies
41
Views
7K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K