Trial and error: a first method
The simplest way to solve an equation is to guess a value, plug it in, and see if the two sides match. If not, adjust and try again. This is trial and error (also called the guess and check method).
Idea
Given an equation like , pick a value for and check.
- Try : LHS . Too small.
- Try : LHS . A bit too big.
- Try : LHS . Match! So .
When to use it. Trial and error is useful when:
- The equation is simple, with whole-number solutions.
- You want to build intuition for how the LHS responds to changes in the variable.
- You only have a small range of possibilities (say, "the age must be between and ").
When NOT to use it. It is terrible when:
- The answer is a fraction or decimal , you might never hit it by guessing.
- The numbers are large.
- The equation involves multiple unknowns or many operations.
Smart guessing. Don't pick random numbers. Use the size of the equation to estimate:
- If , you know is around .
- If , you know is somewhere near .
- If LHS grows fast with , jumping by tens (then ones) gets you close quickly.
Why we still teach it. Trial and error matches the meaning of solving an equation: finding a value that makes both sides agree. Once you grasp this, the balance method (next subtopic) feels like a clever speed-up of the same idea.
Worked examples
Example 1. Solve by trial and error.
Try : LHS . Too small. Try : LHS . Match! So .
Example 2. Solve .
Try : . Match. So .
Example 3. Solve .
Try : . Match. So .
Example 4. Solve (from the matchstick problem).
Try : LHS . Off by . Try : but must be a whole number, so there is no whole-number solution , you cannot make matchsticks fit this pattern.
Try it yourself
- Solve .
- Solve .
- Solve .
- Solve .
- Solve .
- Solve from the triangle-pattern problem.
- Try to solve . Is there a whole-number solution?
- Solve .
Activity
With a partner, play "guess my equation". One of you secretly writes an equation like and tells the other only the answer (). The other player must guess the equation by trying possibilities. Reverse roles. This builds intuition for how LHS depends on .