Finding the mean of a data set by hand is tedious. Finding the standard deviation by hand is an invitation to arithmetic errors. The TI-30XS MultiView does both — plus median, quartiles, and more — with two keys: data and 2nd data. This guide walks you through the whole workflow with a real example, and you can follow along on the free online TI-30XS MultiView calculator as you read.
Step 1: Enter your data with the data key
- Press
data. The list editor opens with three columns: L1, L2, and L3 (each holds up to 42 values). - Type your first value and press
enter(or▼). The cursor drops to the next row. - Keep going until every value is entered. Use the arrow keys to move around and retype any mistakes.
That's it — your data now lives in L1 until you clear it or reset the calculator.
Step 2: Run 1-Var Stats
- Press
2nddatato open the STAT menu. - Choose 1-Var Stats and press
enter. - At DATA, choose the list you used (L1) and press
enter. - At FRQ (frequency), leave it on ONE for a plain list of numbers and press
enter. - Select CALC and press
enter. A scrollable list of results appears — use▼to see them all.
Step 3: Read the results
| Symbol | Meaning |
|---|---|
| n | Number of data values |
| x̄ | Mean (average) |
| Sx | Sample standard deviation |
| σx | Population standard deviation |
| Σx | Sum of all values |
| Σx² | Sum of the squared values |
| minX | Smallest value |
| Q1 | First quartile |
| Med | Median |
| Q3 | Third quartile |
| maxX | Largest value |
Sx vs. σx — which one do you want? Use σx when your data is the entire group you care about (every student in your class). Use Sx when your data is a sample standing in for a bigger group (30 shoppers representing all shoppers). Sx is always slightly larger because it builds in extra caution for what the sample didn't see. If a test question just says "the standard deviation" of the listed data, it usually means the population value, σx — but check how the question is worded.
Worked example
Quiz scores: 8, 6, 9, 5, 7, 7, 10, 6.
- Press
data, then enter each score followed byenter. - Press
2nddata, choose 1-Var Stats, DATA: L1, FRQ: ONE, then CALC.
You should see: n = 8, x̄ = 7.25, Sx ≈ 1.67, σx ≈ 1.56, Med = 7, minX = 5, maxX = 10. The mean quiz score is 7.25, and the middle score is 7. If these eight students are your whole class, report σx ≈ 1.56 as the standard deviation.
Frequency data (repeated values)
If your data comes as a frequency table — say the value 3 appears 12 times — don't type 3 twelve times. Put the values in L1 and the frequencies in L2. Then, when you run 1-Var Stats, set DATA: L1 and FRQ: L2. The calculator weights each value by its frequency automatically.
2-Var Stats basics
For paired data — like hours studied (x) and test score (y) — enter x-values in L1 and y-values in L2, press 2nd data, and choose 2-Var Stats instead. Along with the means and standard deviations of both variables, you'll get a and b (the slope and intercept of the best-fit line y = ax + b) and r, the correlation coefficient that tells you how strongly x and y move together. That's linear regression on a $15-class calculator — and if you later need to see the scatter plot, the graphing TI-84 online calculator picks up where the TI-30XS leaves off.
Clear old data between problems (seriously)
The number-one cause of wrong statistics answers isn't a formula mistake — it's leftover data. The lists keep their contents after you finish a problem, so if you start typing a new data set on top of an old one, your n will be too big and every result will be polluted.
Before each new problem:
- Press
data, then pressdataagain while in the editor. - Choose Clear L1 (or Clear L2 / Clear L3) and press
enter. - Glance at the columns and confirm they're empty.
Make "clear, then enter" a reflex. When a standard deviation looks bizarre, checking n against how many values you meant to enter will catch the problem instantly.
Statistics questions on the GED often boil down to mean and median — see the GED calculator guide for test-day strategy, and the fractions and table mode guides for the calculator's other essentials.
Practice right now
Open the free online TI-30XS MultiView calculator, enter the eight quiz scores above, and run 1-Var Stats. Then clear L1 and do it again with your own numbers. Two repetitions and the whole data → 2nd data workflow will stick.