Key-by-key learning guide

Learn How to Use the TI-30XS Calculator

Follow a practical path from the home screen and mode settings to fractions, trigonometry, probability, statistics, tables and memory.

1. Home screen and basic entry

The calculator display keeps recent expressions above the active line. Enter a calculation, press ENTER, then use the up and down controls to recall earlier work.

3+4×2ENTER

Expected result: 11. Multiplication is evaluated before addition.

Negative versus subtraction: use the negative key when entering a negative value such as −5. Use subtraction between two values such as 8−5.

2. Choose the correct mode

Open mode before trigonometry or when a class requires a particular display format.

SettingUse it forExample
DEGAngles written in degreessin(30)=0.5
RADAngles written with π or radianssin(π/6)=0.5
GRADGradian angle measure100 grad is a right angle
NORMOrdinary decimal display12345.678
SCIScientific notation1.2345E4
ENGPowers of ten in multiples of three12.345E3

3. Fractions, mixed numbers and decimals

Use the fraction key to insert a numerator and denominator template. In the Calc for Class calculator, the underlying expression appears as frac(n,d).

n/d34+n/d58ENTER

Equivalent expression: frac(3,4)+frac(5,8). The decimal result is 1.375; use the answer toggle to show 1 3/8.

For a mixed number, use the green second function on the fraction key or type mixed(2,1,3).

4. Powers, roots and scientific notation

Use the square key for a power of two, the root key for square roots and the second function for other roots.

144+2ENTER

For general powers, type the caret from a computer keyboard, for example 2^10. For scientific notation, type 6.02e23.

Parentheses are important around a negative base or a multi-part exponent: (-3)^2 and 2^(3+1).

5. Trigonometry and inverse trigonometry

Confirm the angle indicator before using sine, cosine or tangent.

modeDEGsin30ENTER

Expected result: 0.5.

To find an angle, press 2nd and then the trig key. For example, asin(0.5) gives 30 in Degree mode.

The hyp key changes the next trig operation to a hyperbolic function.

6. Probability: factorials, combinations and permutations

Open prb for a guided probability menu.

TaskExpressionResult
Factorial5!120
CombinationnCr(12,3)220
PermutationnPr(7,3)210

Use combinations when order does not matter and permutations when order does matter.

7. One-variable statistics

Open data, enter values separated by commas or spaces and choose Calculate statistics.

For the dataset 4, 6, 8, 8, 9, the calculator reports:

  • n = 5
  • mean x̄ = 7
  • median = 8
  • minimum = 4
  • maximum = 9
  • population and sample standard deviations
Use the statistic required by the question. Population standard deviation and sample standard deviation are not interchangeable.

8. Function tables

Open table, enter a function using x, then choose the start, end and step.

table2x²−3start −3step 1

At x=4, the function 2x^2-3 gives 29.

9. Ans and stored variables

Every successful calculation becomes Ans. You can type ans*3 to reuse it.

Use STO→ to store the current answer in A, B, C, D, X or Y. Press 2nd and then STO→ to recall a stored variable into the expression.

Values remain in the current browser until memory is reset or browser data is cleared.

10. Common errors and quick fixes

ProblemCheck
Trig answer looks wrongConfirm DEG, RAD or GRAD.
Unexpected order of operationsAdd parentheses around the intended group.
Division by zeroCheck the denominator or table value.
Unknown nameUse a supported function or stored variable.
Root has no real answerCheck whether an even root is being taken from a negative value.
nCr or nPr errorUse non-negative whole numbers and keep r≤n.

Ready to use the calculator?

Open the calculator to try the workflows, or continue to interactive practice.