Keep the calculator open in another tab or beside this guide. The goal is not to copy button sequences blindly; it is to know what each sequence is doing so you can recognize when the setup is wrong.
1. Calculator basics: main keys, 2nd and ALPHA
The printed label on a key is its main action. 2nd opens the colored secondary function printed above many keys, while ALPHA enters letters. ENTER evaluates an expression or confirms a menu choice. Use the arrow keys to move through a line before deleting or editing it.
- Enter 78 + 15.
- Press ENTER.
- Expected result: 93.
Negative-number trap: subtraction and the negative-number key are not the same thing. When entering −3 as a number, use the calculator's negative key rather than treating it as a subtraction operation.
2. Graph a function
Use Y= to enter functions. For x, use the variable key labeled X,T,θ,n. Press GRAPH to draw the enabled functions.
- Press Y=.
- Enter X² − 4 in Y₁.
- Press GRAPH.
- You should see an upward-opening parabola crossing the x-axis near −2 and 2.
If nothing useful appears, the problem may be the viewing window rather than the equation. Try a standard window before re-entering the function.
3. Window, TRACE and table
WINDOW controls the visible coordinate range. TRACE moves a cursor along a graph, while the table connects x-values with function outputs. These tools are especially useful when you need to read a point rather than only see the graph's shape.
- Graph Y₁ = 2X + 1.
- Use TRACE or the table to move to x = 3.
- Expected output: y = 7.
4. Fractions, decimals, powers and roots
Fractions can be entered with division or, where available, a fraction template. Powers use ^; squaring uses x²; square roots use the secondary function above x². Parentheses are essential when a power applies to an entire negative value or expression.
- Open the square-root function with 2nd and x².
- Enter 144.
- Close the expression if needed and press ENTER.
- Expected result: 12.
5. Statistics and lists
Use the list editor to enter data, then run a calculation from the STAT menu. Always confirm which list contains the data before reading the result.
- Press STAT and choose Edit.
- Enter the five values in L1.
- Return to STAT → CALC → 1-Var Stats.
- Read x̄. Expected result: 7.
INVALID DIM? A statistical plot may be using lists with different lengths. Check the active plot and list assignments before assuming the data itself is wrong.
6. Matrices
Create a matrix, choose its dimensions, enter the values, then return to the home screen for operations. Matrix arithmetic is sensitive to dimensions, so inspect the shape before calculating.
- Create [A] as a 2 × 2 matrix with entries 2, 1, 3, 4.
- Use the determinant command and insert [A].
- Expected result: 5.
For addition, matrix dimensions must match. For multiplication, the inner dimensions must match.
7. Trigonometry and angle mode
Before sine, cosine or tangent, check whether the problem is written in degrees or radians. A correct key sequence in the wrong angle mode still gives the wrong mathematical answer.
- Open MODE and select Degree.
- Enter sin(30).
- Expected result: 0.5.
8. Fix common errors systematically
Do not start by pressing CLEAR repeatedly. Read the message, identify the type of problem, then check the setting or expression most likely to cause it.
- Open ZOOM.
- Choose 6:ZStandard.
- Press ENTER if needed to confirm.
- The graph should reappear in a standard window.