Step-by-Step Algebra Using TI-84: Equations, Systems & More
TI84 Calculator
Math Guides

Step-by-Step Algebra Using TI-84: Equations, Systems & More

📚 Related Guides
📅 January 14, 2026 ⏱ 6 min read ✍️ TI84 Calculator Editorial

Algebra forms the backbone of all higher mathematics, and the TI-84 is a surprisingly powerful algebra tool — if you know how to use it correctly. Many students are taught to use their graphing calculator only for plotting functions, missing out on its equation-solving, matrix, and numerical capabilities that can transform how you approach algebraic problems.

Introduction

Algebra forms the backbone of all higher mathematics, and the TI-84 is a surprisingly powerful algebra tool — if you know how to use it correctly. Many students are taught to use their graphing calculator only for plotting functions, missing out on its equation-solving, matrix, and numerical capabilities that can transform how you approach algebraic problems.

This guide covers every major algebra topic you will encounter from Algebra 1 through Algebra 2 and into pre-calculus: solving linear and polynomial equations, working with systems of equations, factoring polynomials numerically, analyzing polynomial inequalities, and using the Equation Solver for arbitrary equations. Each section provides exact keystrokes so you can follow along on your device.

A critical caveat before we begin: the TI-84 is a numerical calculator, not a symbolic one. It finds numerical solutions and evaluates expressions at specific values, but it does not perform symbolic manipulation like expanding, factoring expressions algebraically, or simplifying radicals. For symbolic work, you need a CAS (Computer Algebra System) like the TI-Nspire CX CAS or software like Wolfram Alpha. The TI-84 and symbolic tools work best in combination — use the TI-84 for speed and verification, symbolic tools for understanding the algebraic structure.

Solving Linear Equations

For a linear equation like 3x + 7 = 22, the TI-84 Equation Solver provides a direct solution. Press MATH and scroll down to 0:Solver, then press ENTER. You will see the EQUATION SOLVER screen. Enter the equation rearranged to equal zero: type 3X+7-22. Press ENTER, then set a starting guess for X (any number near the expected answer works — try 5). Press ALPHA + ENTER to execute the solver. The calculator displays X = 5.

An alternative approach that many students find more intuitive is the graphical intersection method. Enter Y1 = 3X+7 and Y2 = 22 in the Y= editor. Graph both functions and use 2ND+TRACE → 5:intersect. Set bounds around the crossing point and press ENTER three times. The x-coordinate of the intersection is your solution. This method has the advantage of visual confirmation — you see the two functions meeting at the solution point.

For equations involving decimals or fractions, the graphical method often produces cleaner results because you avoid the rounding issues that can accumulate in algebraic manipulation. For example, solving 2.5x + 1.3 = 8.8 graphically gives x = 3 without any messy decimal arithmetic. The Equation Solver handles these cases equally well when you set an appropriate initial guess.

Solving Systems of Equations (2x2 and 3x3)

Method 1 — Graphing: For a 2x2 system like 2x + 3y = 12 and x - y = 1, first rearrange both equations into slope-intercept form: Y1 = (12-2X)/3 and Y2 = X-1. Enter both in the Y= editor and graph. Use 2ND+TRACE → 5:intersect to find the crossing point. The solution is x = 3, y = 2. This approach is visual, fast, and provides immediate confirmation that the solution exists and is unique.

Method 2 — Matrix RREF: Press 2ND + x-inverse key to access the MATRIX menu. Go to the EDIT tab and select matrix [A]. Set dimensions to 2x3 for a two-equation, three-column augmented matrix. Enter the coefficients: Row 1 contains 2, 3, 12 and Row 2 contains 1, -1, 1. Press 2ND+MODE to quit the editor. On the home screen, go to MATRIX → MATH → B:rref( → MATRIX → [A] → ENTER. The result shows the reduced row echelon form confirming x = 3 and y = 2.

The matrix method scales elegantly to 3x3 and larger systems. For a three-variable system, create a 3x4 augmented matrix. For four variables, use 4x5. The rref( function handles any size system that has a unique solution, returning zeros and ones in the solution columns with the solutions appearing in the final column. This is the most powerful algebraic tool on the TI-84 for systems work and should be every algebra student's default approach for any system larger than 2x2.

Factoring Polynomials Numerically

The TI-84 does not factor symbolically, but you can use it to find factors numerically by identifying the roots of a polynomial. For x squared minus 5x + 6, graph Y1 = X^2-5X+6 and find the zeros using 2ND+TRACE → 2:zero. Set bounds around each x-intercept and press ENTER three times. You will find zeros at x = 2 and x = 3, which means the polynomial factors as (x-2)(x-3).

This method works for any factorable polynomial. For a cubic like x cubed minus 6x squared + 11x - 6, graph the function and find all three zeros. If the zeros are integers or simple fractions, reading the roots directly from the graph gives you the complete factorization. For a zero at x = 1/3, the corresponding factor is (3x - 1). For x = -2, the factor is (x + 2).

When the polynomial has irrational roots, the graphing method finds their decimal approximations. For example, x squared - 2 has roots at ±1.41421…, which you recognize as ±√2. The factored form is (x - √2)(x + √2). The TI-84 finds the numerical values; you provide the algebraic interpretation. This combination of calculator speed and mathematical reasoning is the ideal workflow for polynomial factoring problems on exams.

Solving Polynomial Inequalities

The graphical approach to polynomial inequalities is dramatically faster than the sign chart method taught in most algebra textbooks. For x squared minus 4 greater than 0, graph Y1 = X^2-4 and find the zeros: x = -2 and x = 2. The graph is above the x-axis (meaning Y greater than 0) when x is less than -2 or x is greater than 2. The solution is the union of two intervals: negative infinity to negative two, and two to positive infinity.

For a more complex inequality like x cubed - 3x squared - x + 3 greater than 0, graph the cubic and find all three zeros. Read the solution directly from the graph by identifying where the curve lies above the x-axis. The visual nature of this approach makes it nearly impossible to make a sign error, which is the most common mistake in algebraic sign chart analysis.

For inequalities involving two separate functions, such as x squared greater than 2x + 3, enter both sides as separate functions Y1 = X^2 and Y2 = 2X+3. The inequality holds where Y1 is above Y2 — find the intersections and read the solution from the graph. This same strategy works for any inequality of the form f(x) greater than g(x) or f(x) less than g(x), making it a universal technique for inequality problems.

Using the Equation Solver for Any Equation

The MATH → Solver (option 0) works for virtually any equation, not just linear ones. For a transcendental equation like x cubed minus 2x = 5, rearrange to x cubed minus 2x minus 5 = 0, enter this expression in the Equation Solver, set an initial guess near the expected solution (try X = 2), and press ALPHA+ENTER to solve. The result is x approximately 2.0946.

An important limitation of the Equation Solver: it finds one solution near your initial guess. For equations with multiple solutions, you must change your initial guess and solve again. Always graph the function first to understand how many solutions exist and approximately where they are located. For x cubed minus 2x minus 5 = 0, the graph shows only one real zero near x = 2, so a single solver run gives the complete solution.

The Equation Solver can handle equations involving trigonometric, exponential, and logarithmic functions — any expression the TI-84 can evaluate. For sin(X) = X/3, enter sin(X) - X/3 in the solver and try different initial guesses. The graph shows three solutions (at approximately -2.28, 0, and 2.28), so three separate solver runs with appropriate initial guesses find all three. This versatility makes the Equation Solver one of the most powerful features on the TI-84 for advanced algebra.

Further Reading & Sources

Solving Linear Equations Step by Step

For simple linear equations like 3x+7=22, the fastest method is the Equation Solver: MATH → 0:Solver, enter 3X+7−22=0 (rearrange to equal zero), set a guess of X=1, press ALPHA → ENTER. The TI-84 returns X=5 instantly. For more complex linear equations with fractions like (2x/3)+5=(x/4)−1, enter it exactly as written using parentheses to maintain order of operations, and the solver handles it.

Systems of Linear Equations

For 2×2 systems, the graphing method is fastest: enter each equation solved for y in Y= and press GRAPH, then use 2ND → CALC → 5:intersect. The intersection point is the solution. For 3×3 and larger systems, use matrices: enter the augmented coefficient matrix [A|b] and apply rref(). For example, the system 2x+y=5, x−y=1 becomes matrix [[2,1,5],[1,−1,1]]. Enter as [A] via 2ND → MATRIX → EDIT, then compute rref([A]) to get [[1,0,2],[0,1,1]], meaning x=2, y=1.

Factoring Verification

The TI-84 cannot factor symbolically, but you can verify a factorization by expanding. If you believe x²+7x+12=(x+3)(x+4), enter Y1=X²+7X+12 and Y2=(X+3)(X+4), then check the TABLE — both columns should be identical for all x-values. Alternatively, compute Y1−Y2 on the home screen for several values; if the result is always 0, your factorization is correct.

Function Evaluation and Composition

Store a function in Y1 to evaluate it at multiple values quickly. For f(x)=2x²−3x+1: enter in Y1, press 2ND → QUIT, then on the home screen type Y1(5) to get f(5)=36. For function composition f(g(x)): enter g(x) in Y2 and compute Y1(Y2(X)) on the home screen. Access Y1 via VARS → Y-VARS → 1:Function → 1:Y1. Use TABLE mode to see f(g(x)) for multiple inputs simultaneously.

Working with Rational Expressions

While the TI-84 cannot simplify rational expressions symbolically, it can evaluate them numerically and graph them to reveal asymptotes and holes. Enter a rational function like (x²−4)/(x−2) in Y1. Graph it — you'll see a line with a hole at x=2 (the TI-84 may not show the hole visually, but TRACE will show an error at x=2). The TABLE confirms the function is undefined at x=2 but approaches 4 from both sides, consistent with the simplified form x+2 (valid for x≠2).

Exponential and Logarithmic Equations

For exponential equations like 3^x=17, graph Y1=3^X and Y2=17, then find their intersection: x=log(17)/log(3)=2.579. You can also compute this directly: log(17)/log(3) on the home screen, or use the logBASE function: logBASE(17,3) under MATH → A:logBASE(. For logarithmic equations like log₂(x+3)=4, solve by rewriting as x+3=2^4=16, so x=13. Verify by computing log(16)/log(2)+... wait — verify by substituting back: Y1=log(X+3)/log(2), evaluate Y1(13)=4 ✓.