Skip to content

Teaching example

Cramer's rule lesson and practice set

Teach students to derive, apply, check, and limit Cramer's rule for two-variable and three-variable linear systems.

  • Complete project
  • 7 pages
  • Teachers

Some export options use Pro. Preview and edit the project before deciding.

At a glance

What you get

An editable high-school lesson with determinant foundations, a cofactor derivation, worked 2-by-2 and 3-by-3 examples, singular-system diagnostics, applications, 30 sequenced tasks, an exit ticket, and a separate worked teacher key.

  • CCSS HSA-REI.C.6
  • CCSS HSA-REI.C.8
  • CCSS HSA-REI.C.9
  • Accessible mathematics
  • Diagrams
  • Semantic tables
  • Cross-references
  • Answer space

From the resource

A look inside

Cramer’s rule solves a square linear system by replacing one coefficient column at a time with the constants column. This editable lesson develops the rule from elimination rather than presenting three unexplained formulas. It includes determinant foundations, fully worked two-variable and three-variable examples, singular cases, applications, 30 sequenced tasks, an exit ticket, and a separate teacher key.

The essential rule

For the system $A\mathbf{x}=\mathbf{b}$, let $D=\det(A)$. Let $D_i$ be the determinant obtained by replacing column $i$ of $A$ with $\mathbf{b}$. If $D\ne0$, the unique solution is

$$ x_i=\frac{D_i}{D}. $$

For

$$ \begin{aligned} ax+by&=e,\ cx+dy&=f, \end{aligned} $$

this becomes

$$ D=ad-bc,\qquad D_x=ed-bf,\qquad D_y=af-ec, $$

and therefore $x=D_x/D$ and $y=D_y/D$ when $D\ne0$.

Worked two-variable example

Solve $2x+3y=7$ and $x-y=1$.

$$ D=\begin{vmatrix}2&3\1&-1\end{vmatrix}=-5, \quad D_x=\begin{vmatrix}7&3\1&-1\end{vmatrix}=-10, \quad D_y=\begin{vmatrix}2&7\1&1\end{vmatrix}=-5. $$

Thus $x=2$ and $y=1$. Substitution checks both equations: $2(2)+3(1)=7$ and $2-1=1$.

What happens when the determinant is zero?

$D=0$ means only that the system does not have a unique solution. Cramer’s quotients are undefined, so use row reduction or compare equations:

  • $x+2y=4$ and $2x+4y=8$ describe the same line and have infinitely many solutions.
  • $x+2y=4$ and $2x+4y=10$ have proportional left sides but incompatible constants, so they have no solution.

This distinction matters: neither system may be solved by dividing by $D$.

Worked three-variable example

For

$$ \begin{aligned} x+y+z&=4,\ 2x-y+3z&=14,\ -x+2y+z&=-1, \end{aligned} $$

the coefficient determinant is $D=-9$. Replacing the first, second, and third columns gives $D_x=-18$, $D_y=9$, and $D_z=-27$. Therefore

$$ (x,y,z)=\left(\frac{-18}{-9},\frac9{-9},\frac{-27}{-9}\right)=(2,-1,3). $$

The editable project shows every cofactor expansion and verifies the result in all three original equations.

Representative tasks

  1. Set up $D$, $D_x$, and $D_y$ without moving the untouched coefficient column.
  2. Solve exact two-variable systems and verify each answer by substitution.
  3. Classify determinant-zero systems using equation comparison or rank.
  4. Analyze how the parameter $k$ changes the solution count of a system.
  5. Apply Cramer’s rule to homogeneous systems and explain the trivial solution.
  6. Solve and check three-variable systems using four determinants.
  7. Model price, mixture, and production contexts with linear systems.
  8. Diagnose sign errors, incorrect replacement columns, and invalid division by zero.

Classroom use and adaptation

Use the opening sections as direct instruction, assign selected questions for guided practice, and reserve the error-analysis tasks and exit ticket for independent practice. Teachers can shorten the packet to two-variable systems, replace contexts, change scoring and answer space, or distribute the teacher key separately.

The material targets CCSS HSA-REI.C.6, HSA-REI.C.8, and HSA-REI.C.9. It treats Cramer’s rule as a transparent exact method for small systems, not as the best numerical algorithm for large systems.

References

The lesson is adapted with permission from an original System of Linear Equations chapter by Ankit Kumar Chauhan. Standards links and mathematical references are included in the editable project. Use the lesson as a complete sequence or select only the two-variable, three-variable, or application sections that fit the class.

Make it yours

What you can change

Project files

What is included

Build it step by step

Develop a rigorous Cramer's rule lesson with an AI assistant

Build one mathematical layer at a time, retain accepted text in the working draft, and independently recompute every determinant before classroom use.

Use these prompts with any AI assistant. Keep the sections you want, paste them into Lemmafour, and revise the document between steps.

See how AI Markdown moves into the editor
  1. 01 Fix the learning boundarySeparate conceptual understanding from repetitive determinant arithmetic.
    Design a high-school lesson on Cramer's rule for 2-by-2 and 3-by-3 systems. List measurable goals, prerequisites, likely sign and column-replacement errors, and evidence of learning. Include the limitation that the coefficient determinant must be nonzero. Do not write exercises yet.

    Check before continuing: Confirm that the lesson teaches systems and determinants rather than presenting an unexplained formula, and that every goal can be assessed in the available time.

  2. 02 Derive before memorizingMake the replacement determinants mathematically motivated.
    Derive Cramer's rule first for ax+by=e and cx+dy=f by elimination, then express the result with D, D_x, and D_y. Keep the language terse, state why D cannot be zero, and show exactly which coefficient column each constant column replaces.

    Check before continuing: Expand both elimination steps independently. Check signs, denominator order, and that each replacement determinant preserves the untouched column.

  3. 03 Vary the mathematical casesPrevent students from treating every determinant-zero system as the same case.
    Create checked examples of a unique 2-by-2 system, an inconsistent system, a dependent system, and a parameterized system. For determinant zero, explicitly say that Cramer's quotient is undefined and use row reasoning or rank to finish the classification.

    Check before continuing: Substitute every claimed solution. For singular examples, compare coefficient and augmented matrix ranks or exhibit the contradictory/dependent equations.

  4. 04 Extend to three variablesConnect cofactor expansion to the general column-replacement pattern.
    Write one complete 3-by-3 Cramer's rule example with small integer solution. Display A, b, D, D_x, D_y, and D_z; show each determinant calculation; divide; and verify all three original equations. Avoid arithmetic chosen only to make every determinant trivial.

    Check before continuing: Recompute every 3-by-3 determinant by a second method and substitute the solution into all original equations.

  5. 05 Sequence practice and transferMove from setup accuracy to reasoning, modeling, and method choice.
    Write 30 non-repetitive tasks on determinant fluency, 2-by-2 and 3-by-3 Cramer's rule, singular-system classification, parameters, homogeneous systems, applications, and error analysis. Include prompts that ask whether Cramer's rule is an appropriate method and require substitution checks.

    Check before continuing: Solve every item independently, reject ambiguous contexts, and confirm that later tasks require ideas established earlier rather than only larger arithmetic.

  6. 06 Generate and audit the teacher keyUse the key as a mathematical verification pass.
    Produce a separate teacher key for the final Cramer's rule lesson. Give determinant setups, exact solutions, singular-case reasoning, acceptable alternatives, and brief scoring guidance. List any claim that still requires human review instead of silently guessing.

    Check before continuing: Rework each determinant without relying on the generated key, substitute every unique solution, and compare singular classifications with row reduction or rank.

Before you use it

  • Recompute every determinant and substitute every unique solution into the original system.
  • Confirm that determinant-zero cases are not overclassified by Cramer's rule alone.
  • Check standards, prerequisites, timing, vocabulary, and scoring against the actual resource.
  • Export student and teacher files separately and inspect every page before distribution.
Sources and quality notes Teaching notes, licenses, and technical checks

Teaching notes

  • Cramer's rule is efficient for exposition and small exact systems, not for large numerical systems.
  • A zero coefficient determinant only rules out a unique solution; row reduction or rank is still needed to distinguish no solution from infinitely many solutions.
  • Tagged output is standards-targeted and is not represented as independently certified PDF/UA.
  • Teachers remain responsible for matching task selection, timing, and scoring to their students and local curriculum.

Source details

Content date
Source license
All rights reserved; used with the author's permission
Asset license
No external media assets
Example version
1
Technical checks

Engine profile: markdown-pdf-engine/phase-7h

  • Package schema and local project structure
  • Production compiler diagnostics and page count
  • Equation, table, diagram, and page-region rendering
  • Archive round-trip and preview dimensions
  • Manual inspection of every generated student-document page
  • Determinant setups, exact solutions, singular-system classifications, and answer-key alignment

Ready to adapt

Open your own copy

Bring the complete source and its supporting files into the editor, then change as much or as little as you need.

Use this example
Cramer's rule lesson and practice setPage 4 of 7
100%
Three-variable Cramer's rule derivation and complete worked example showing all four determinants