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.
| Setting | Use it for | Example |
|---|
| DEG | Angles written in degrees | sin(30)=0.5 |
| RAD | Angles written with π or radians | sin(π/6)=0.5 |
| GRAD | Gradian angle measure | 100 grad is a right angle |
| NORM | Ordinary decimal display | 12345.678 |
| SCI | Scientific notation | 1.2345E4 |
| ENG | Powers of ten in multiples of three | 12.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+2x²ENTER
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.
| Task | Expression | Result |
|---|
| Factorial | 5! | 120 |
| Combination | nCr(12,3) | 220 |
| Permutation | nPr(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
| Problem | Check |
|---|
| Trig answer looks wrong | Confirm DEG, RAD or GRAD. |
| Unexpected order of operations | Add parentheses around the intended group. |
| Division by zero | Check the denominator or table value. |
| Unknown name | Use a supported function or stored variable. |
| Root has no real answer | Check whether an even root is being taken from a negative value. |
| nCr or nPr error | Use 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.