Many AP Statistics courses utilize TI-84 calculators for analyzing data. Teachers and students often manage a large number of data sets supplied with text books, created by investigations, and downloaded from the Internet.
As calculator memory has increased, an entire year's worth of data can now (2008) be stored in some calculators. In fact, all the data sets for the AP Statistics Book, Workshop Statistics and the honor precalculus book, Contempory Precalculus Through Application, can reside concurrently in a TI-84 Plus Silver Edition.
Decision needs to be made about how the data sets will be stored in the calculator. The format supplied by publishers may not be the most useful The traditional method is to provide a computer file with the data in lists for each problem. When needed, the required file is downloaded using the TI Connect software. However, this method has the following disadvantages:
However, these disadvantages can be overcome by:
The following program stores distance and fare data for an airline in two lists of data named DIST and FARE. Whenever the program is executed, the data for distance and fare are created or reset.
- PROGRAM:AIRFARE
- SetUpEditor DIST,FARE
- {576,370,612,1216,409,1502,946,998,189,787,210,737} -> DIST
- {178,138,94,278,158,258,198,188,98,179,138,98} -> FARE
While a data programs can be entered directly into the calculator, there is a more efficient method. Have the data already in lists in your calculator. If you are lucky, the data can be transfered from the internet or CD-ROM that often comes with textbooks.
| A. Have the data stored in the TI-84 in lists DIST and FARE |
B. Create a new program call AIRFARE:
|
![]() |
C. Enter the SetUpEditor statement:
|
![]() |
D. The following steps transfer the actual data from the lists to the program:
|
|
| E. Repeat the process above for the list FARE. |
Storing data for each problem in programs has great advantages. However, you will end up with an enormous number of programs. Luckily the TI-84 has a set of commands, GROUP and UNGROUP that essential create a "hard drive" on your calculator. Different groups of data can be stored together in this area. For example, all the data programs for Chapter 2 of your AP Stats Book might be stored in the group CHAPTER2. At any point, you can clear all areas of the calculator except for APPS and GROUPS by selecting the correct option of the RESET command (see below). This will free up space and make it easier to find named variable and programs. You can then UNGROUP the data programs for your next group of exercises.
|
A. Assume you have created two data programs for Chapter 2: AIRFARE and BACKPACK. There is also a third program, WS3, left over from other activities. |
![]() |
|
B. Store AIRFARE and BACKPACK in a GROUP called CHAPTER2:
|
|
|
C. Clearing the Calculator without erasing GROUPS or APPS. Assume there are many data lists and programs from previous work. Let's erase those lists and programs and then install the data programs for CHAPTER2.
|
|
|
D. Retrieving the Data Programs for a Topic From a Group. Now that you have cleared out unwanted lists and data programs, retrieve the data programs for CHAPTER2.
|
|