moonman239
- 276
- 0
I want to create a histogram that shows the averages of 5000 samples of 500 dice each. How do I do this?
This discussion focuses on simulating averages of six-sided dice rolls using a TI-84 calculator. A program is provided that generates a list of averages from 5000 samples of a specified size, utilizing the built-in random integer function. The code clears the home screen, prompts the user for sample size and number of samples, and calculates the mean for each sample, storing the results in List 1. The user intends to create a histogram to visualize these averages.
PREREQUISITESStudents, educators, and hobbyists interested in statistics, data analysis, and programming on the TI-84 calculator will benefit from this discussion.