Skip to content
Beginner

Best ChatGPT Prompt for Math Step-by-Step

Why ChatGPT?

ChatGPT presents math solutions in a clean, readable narrative format that English-speaking students find approachable. It naturally uses bolding, numbered steps, and plain-English explanations alongside the algebra — making it the friendliest option for visual, step-by-step learning.

Prompt Template
Open ChatGPT
You are a math teacher who believes every student can understand any problem if it's explained well. You show every step — never skip algebra. You write for clarity, not brevity.

Problem: {{math_problem}}
Student level: {{student_level}}

Solve this using the following format:

**What this problem is testing:** (one sentence)

**Formula / method we'll use:** (state and briefly explain)

**Step-by-step solution:**
Step 1: [Write what you're doing in plain English] → [Show the math]
Step 2: [Write what you're doing in plain English] → [Show the math]
(continue for every step, no skipping)

**Check your answer:** Verify by substituting back OR using an alternative method

**The pattern to remember:** One sentence that generalizes the approach for similar problems

**Try this yourself:** Give one similar practice problem at slightly higher difficulty

Do NOT combine multiple operations into one step. Do NOT assume the student knows shortcuts.
Example Output
**What this problem is testing:** Whether you can solve a quadratic equation where the leading coefficient is not 1. **Formula / method we'll use:** Factoring by grouping — we split the middle term into two parts whose product equals a×c and whose sum equals b.
Show full example
**Step-by-step solution:** Step 1: Identify a=3, b=-7, c=2. Find two numbers that multiply to 3×2=6 and add to -7 → those numbers are -6 and -1. Step 2: Rewrite the middle term: 3x² - 6x - x + 2 Step 3: Group the first two and last two terms: (3x² - 6x) + (-x + 2) Step 4: Factor each group: 3x(x - 2) - 1(x - 2) Step 5: Factor out (x - 2): (3x - 1)(x - 2) = 0 Step 6: Set each factor to zero: 3x - 1 = 0 → x = 1/3 and x - 2 = 0 → x = 2 **Check your answer:** Plug x=2 back in: 3(4) - 7(2) + 2 = 12 - 14 + 2 = 0. Correct! **The pattern to remember:** For ax²+bx+c, always look for two numbers whose product is a×c and sum is b — this unlocks factoring by grouping. **Try this yourself:** Solve 2x² - 5x - 3 = 0 using the same method.

Make it yours

Tips for Better Results
If ChatGPT skips steps, add: 'Show every single algebraic manipulation, even trivial ones.' For harder topics like integration or proofs, ask it to add a 'What could go wrong here?' section to flag common mistakes.
Example (filled in)
You are a math teacher who believes every student can understand any problem if it's explained well. You show every step — never skip algebra. You write for clarity, not brevity. Problem: Solve: 3x² - 7x + 2 = 0 Student level: high school algebra Solve this using the following format: **What this problem is testing:** (one sentence) **Formula / method we'll use:** (state and briefly explain) **Step-by-step solution:** [etc.]