New: Boardroom MCP Engine!

Ready to put this into action?

Get the complete AI Integration Playbook β€” Practical AI implementation guide β€” prompt engineering, workflow automation, and ROI frameworks.

Article 044 Β· Part 5

Learn Math by Finding the Step You Do Not Understand

Locate the first broken relationship, explain the governing idea, and check the answer another way.

By Randy Salars Β· Published

On this page
  1. Identify what the problem is testing
  2. Ask for diagnosis before a complete solution
  3. Use equality as the governing idea
  4. Verify in the original equation
  5. Inspect a different planted error
  6. Transfer the idea to a new task
  7. Keep notation readable to the tool and to yourself
  8. Adapt to other areas of mathematics
  9. Practice: make an error-and-transfer page

Locate the first broken relationship, explain the governing idea, and check the answer another way.

An equation seems to be going well until a minus sign disappears. The answer looks plausible, so you continue. When the teacher marks it wrong, you study the final answer and still cannot see how to avoid the same mistake.

The most useful question is often smaller than β€œHow do I solve this?” Ask, β€œWhich is the first line that no longer says the same thing as the line before it?”

AI can help inspect a written solution, but show the intermediate steps. An answer alone does not reveal whether the difficulty involves arithmetic, notation, a concept, or translating a sentence into mathematics. Once you find the exact difficulty, practice that relationship rather than restarting an entire chapter.

Identify what the problem is testing

Consider the original exercise:

5 βˆ’ 2x = 13.

The goal is to find the value of x that makes the statement true. Useful supporting skills include subtracting the same quantity from both sides, dividing by a nonzero number, and preserving a negative coefficient.

A fictional student writes:

  1. 5 βˆ’ 2x = 13
  2. βˆ’2x = 8
  3. 2x = 8
  4. x = 4

The first transition is valid: subtract five from both sides. The next transition changes the left side’s sign without applying an equivalent operation to the whole equation. That is the first error, even though the final division is correct for the incorrect third line.

Finding the earliest error matters. Correcting only the last answer leaves the mistaken transformation intact.

Ask for diagnosis before a complete solution

Use:

Inspect these numbered steps. Find the first transition that is not equivalent to the previous equation. Ask one question about the governing idea before giving the correction. Do not solve the remaining steps until I attempt them. Preserve signs and parentheses exactly. If the notation is ambiguous, ask me to clarify it.

A useful question is: β€œWhat operation changed βˆ’2x into 2x, and what would that operation do to the right side?”

If the learner says β€œI removed the minus,” ask what mathematical operation β€œremoved” represents. Multiplying both sides by βˆ’1 would produce 2x = βˆ’8, not 2x = 8. Alternatively, divide both sides of βˆ’2x = 8 by βˆ’2 to obtain x = βˆ’4.

The point is to replace an informal movement rule with an operation you can justify.

Use equality as the governing idea

An equation states that two expressions have the same value for the solution. Applying an appropriate operation to both sides preserves that relationship. β€œMove it across and change the sign” may be a shorthand, but it can hide the reason the manipulation works.

Write the operation explicitly when learning:

5 βˆ’ 2x βˆ’ 5 = 13 βˆ’ 5,

so βˆ’2x = 8. Then:

(βˆ’2x)/(βˆ’2) = 8/(βˆ’2),

so x = βˆ’4.

OpenStax’s elementary algebra treatment organizes linear-equation solving around simplifying expressions, collecting terms, isolating the variable, and checking the solution. Use your course’s approved presentation alongside a reference such as this when verifying a method. OpenStax: General Strategy for Linear Equations

A balance-scale analogy can help explain equal changes on both sides, but negative expressions do not always map neatly onto ordinary physical objects. Ask where a representation helps and where symbolic reasoning is clearer.

Verify in the original equation

Substitute the proposed answer into the problem as it was first written.

For x = βˆ’4:

5 βˆ’ 2(βˆ’4) = 5 + 8 = 13.

Both sides agree. For the incorrect x = 4:

5 βˆ’ 2(4) = 5 βˆ’ 8 = βˆ’3,

which does not equal 13.

Checking the original equation is essential. If you substitute into a later line that already contains the error, the wrong answer may appear to work. Keep the original problem visible throughout the process.

Also inspect the answer’s sign before calculating. To make 5 βˆ’ 2x larger than five, the term being subtracted must be negative. A negative x is consistent with that requirement. This sign check complements the exact substitution.

Inspect a different planted error

Here is another original example, with an intentionally incorrect line:

  1. 3(x βˆ’ 4) + 2 = 2x + 5
  2. 3x βˆ’ 4 + 2 = 2x + 5

Before reading on, identify what changed incorrectly. The factor three applies to both terms inside the parentheses. The correct expansion is 3x βˆ’ 12, not 3x βˆ’ 4.

Ask the tutor for a small supporting exercise: expand 2(a + 5) and explain both products. Then return to the original equation. A short prerequisite check may resolve the issue more directly than another full equation.

The corrected path is 3x βˆ’ 10 = 2x + 5, then x βˆ’ 10 = 5, then x = 15. Substitution gives 3(15 βˆ’ 4) + 2 = 35 and 2(15) + 5 = 35.

Record the error as β€œdistributed the factor to only one term,” rather than β€œmade a math mistake.” That description points to what you should practice.

Transfer the idea to a new task

Attempt this equation without help:

4 βˆ’ 3y = 19.

Show each operation and verify the result in the original equation. Do not reveal the answer check below until you have finished.

Then interpret a different-looking problem:

In a fictional temperature model, a reading starts at 5 degrees and decreases by 2 degrees per hour at a constant rate. After how many hours does it reach βˆ’3 degrees?

The model is 5 βˆ’ 2h = βˆ’3. The variable represents elapsed hours, so interpret the solution in that context. The exercise does not claim that a real cooling process maintains a constant rate.

Transfer includes choosing a representation. If the word problem is harder than the equation, the missing skill may be modeling the situation rather than solving the algebra.

Keep notation readable to the tool and to yourself

Typed expressions can be ambiguous. Write (a + b)/c if the entire sum is divided by c. Include parentheses around a negative value when substituting it. Label units in a word problem.

For a photograph of handwritten work, check what the assistant transcribed before accepting its analysis. A faint minus sign or an exponent mistaken for a normal digit can change the question. If the image is unclear, type the relevant line or provide a clearer view.

When using a calculator, inspect the entered expression. A correct calculator result for the wrong input does not verify your problem. In advanced courses, follow the permitted tool and rounding conventions.

Adapt to other areas of mathematics

For geometry, identify which lengths, angles, and conditions are actually supplied. A diagram that looks to scale does not establish equal lengths unless the problem says so.

For statistics, ask what the numbers represent, which observations are included, and what claim the method supports. For calculus, identify the rule and its conditions before asking for symbolic manipulation.

The common pattern is to connect each step with a reason and a check. The independent check may be substitution, a second representation, a limiting case, or a suitable numerical calculation. Choose one that addresses the actual risk of error.

If the assistant and a verified course solution disagree, compare the first divergent step. They may use different valid methods, or one may be wrong. Do not settle the disagreement by counting how many times the assistant repeats its answer.

Practice: make an error-and-transfer page

Save one incorrect attempt, the first invalid transition, a corrected version, and a new independently solved problem. Under each transformation, write the operation used.

Answer checkβ€”use after attempting: For 4 βˆ’ 3y = 19, y = βˆ’5, and 4 βˆ’ 3(βˆ’5) = 19. For the fictional temperature model, h = 4 hours, and 5 βˆ’ 2(4) = βˆ’3.

Completion check: You can locate the first incorrect step, explain the governing operation, and verify a fresh solution in the original problem. You preserve signs, parentheses, and units. Your record distinguishes a conceptual gap from a transcription or arithmetic error.

Get the AI Dispatch

Weekly insights on ai & technology β€” delivered to your inbox. No spam, unsubscribe any time.

Want to choose specific topics? Customize your interests