Small Group Tutorials

Here to help students catch up, keep up, and move ahead. Book a consultation here.

Why I Sometimes Ask for a Second Solution After the First One Is Correct

There is a moment in Mathematics lessons when the natural thing to do is move on.

The student has obtained the correct answer.

The algebra is clean.

The method is legitimate.

Nothing needs repairing.

Normally, that is enough.

But occasionally I leave the question on the table and say:

“Good. Now can you solve it another way?”

Students sometimes look at me as though I have changed the rules.

“Why? This one is correct.”

It is.

That is precisely why a second solution can become interesting.

The first solution tells me whether the student can solve the problem.

The second can tell me something about how the Mathematics is organised in her mind.

Can she see another representation?

Can she distinguish a method from the underlying relationship?

Can she compare two routes and explain why one is shorter here?

Does the alternative expose something the first method concealed?

Can one solution check the other?

And perhaps most importantly, if her preferred method becomes unavailable in a less familiar question, does she have another door into the Mathematics?

After many years of teaching, I have come to think that this is one of the quiet differences between knowing a procedure and beginning to own a subject.

A student with one reliable method has something valuable.

A student who understands why several methods meet at the same answer has something broader.

The direct answer

I do not ask for two solutions because every Mathematics question should be solved twice.

That would be inefficient and exhausting.

I ask occasionally because comparing two valid routes can reveal mathematical structure that one completed solution cannot.

A second route can show whether the student’s knowledge is flexible rather than tied to a single presentation.

It can reveal which information each method uses.

It can expose why one method is economical in one case and cumbersome in another.

It can turn formulas that once looked unrelated into different descriptions of the same mathematical object.

And it can give the student a valuable habit:

when one route becomes awkward, look for another representation rather than assuming the problem is impossible.

That habit becomes increasingly useful in Secondary Mathematics, E-Math, A-Math, IP, IB and IGCSE work because more advanced questions are less likely to announce the intended procedure.

A simple simultaneous-equations example

Take:

x + y = 10

x − y = 4.

One route is elimination.

Add the equations:

2x = 14

so:

x = 7.

Then:

y = 3.

Efficient.

Now solve by substitution.

From:

x + y = 10

we can write:

y = 10 − x.

Substitute into:

x − y = 4.

So:

x − (10 − x) = 4

giving:

2x − 10 = 4

and therefore:

x = 7, y = 3.

Same answer.

Two routes.

The point is not that the student should always do both.

The interesting question is:

Why was elimination cleaner here?

Because the coefficients of y were already opposites.

Adding the equations removed y immediately.

Now change the system:

y = 3x + 2

2x + y = 17.

Substitution becomes almost effortless because y has already been isolated.

Put:

y = 3x + 2

into the second equation:

2x + 3x + 2 = 17

so:

5x = 15

and:

x = 3.

Then:

y = 11.

Elimination would still work.

It is simply less natural.

The Mathematics lesson is no longer:

“Substitution is one chapter and elimination is another.”

It becomes:

“Both solve a system. Which form of the system makes one route cheaper?”

That is mathematical judgement.

The best method is not an identity

Students sometimes become loyal to a technique.

“I always use substitution.”

“I prefer the quadratic formula.”

“I always expand first.”

There is nothing wrong with preference.

Reliability matters.

But Mathematics becomes more powerful when preference remains subordinate to structure.

Consider:

x² − 9 = 0.

The quadratic formula works.

Here:

a = 1,

b = 0,

c = −9.

So:

x = [−0 ± √(0² − 4(1)(−9))]/2

which gives:

x = ±3.

Perfectly valid.

But factorisation gives:

(x − 3)(x + 3) = 0

and therefore:

x = ±3.

Or even more directly:

x² = 9

so:

x = ±3.

Three routes.

The answer is unchanged.

The cost is not.

I want the student to notice that.

The quadratic formula is powerful partly because it is general.

But the most general tool is not automatically the most sensible tool for every particular question.

This is where a second solution can improve the first one

Suppose a student solves:

x² − 6x + 5 = 0

using the quadratic formula.

She obtains:

x = 1 or x = 5.

Correct.

Then I ask:

“Could you factorise it?”

She sees:

(x − 1)(x − 5) = 0.

Now we can compare.

The first solution demonstrates that the quadratic formula works.

The second reveals that this quadratic has very accessible integer roots.

Next question:

2x² − 3x − 7 = 0.

The student searches for neat factors and finds none easily.

Now perhaps the quadratic formula is the sensible route.

Nothing went wrong.

The form changed.

The student is learning not merely to possess methods but to allocate them.

That is a more mature skill.

Geometry makes multiple routes even more interesting

Suppose a right-angled triangle has perpendicular sides 6 cm and 8 cm.

Find the hypotenuse.

Pythagoras:

c² = 6² + 8²

= 36 + 64

= 100

so:

c = 10 cm.

Now suppose an angle is also known.

Perhaps one acute angle is approximately 36.87°.

We could also use:

sin 36.87° ≈ 6/c

to recover approximately:

c ≈ 10.

The trigonometric route is unnecessary.

Pythagoras is cleaner.

But the comparison teaches something.

Both methods describe relationships inside the same right triangle.

They are not competing chapters.

One relates the three side lengths.

The other relates an angle to ratios of sides.

Which relationship we use depends on what is known and what is required.

That perspective matters later when diagrams stop arriving with obvious labels.

Sometimes the second solution reveals a hidden check

Take two points:

A(1, 2)

and:

B(7, 10).

Find the distance AB.

Coordinate formula:

AB = √[(7 − 1)² + (10 − 2)²]

= √(36 + 64)

= 10.

Now draw the horizontal and vertical changes.

Change in x = 6.

Change in y = 8.

A right triangle appears.

Pythagoras gives:

√(6² + 8²) = 10.

These are not really two unrelated methods.

The distance formula is Pythagoras encoded into coordinates.

That is a valuable discovery for a student.

A formula that may have looked arbitrary suddenly acquires ancestry.

She can reconstruct it.

She can check it.

She is less dependent on memorising a string of symbols.

This is one reason I like asking where a formula came from

Students understandably want formulas.

Formulas are efficient.

They compress relationships.

But compression can hide structure.

If a student knows:

m = (y₂ − y₁)/(x₂ − x₁)

for gradient, that is useful.

If she also understands gradient as:

vertical change / horizontal change,

the formula becomes recoverable.

Similarly, the midpoint formula:

((x₁ + x₂)/2, (y₁ + y₂)/2)

becomes less arbitrary if the student understands “halfway” coordinate by coordinate.

A second way of seeing the same object gives memory support.

This is one reason conceptual understanding and fluency are not enemies.

Understanding can make memory cheaper.

Completing the square offers a particularly rich comparison

Consider:

y = x² − 6x + 5.

If I want the roots, factorisation is attractive:

y = (x − 1)(x − 5).

Roots:

x = 1, 5.

If I want the turning point, completed-square form is more revealing:

y = (x − 3)² − 4.

So the turning point is:

(3, −4).

If I want to differentiate, the expanded form:

y = x² − 6x + 5

is already convenient:

dy/dx = 2x − 6.

Set:

dy/dx = 0

and again:

x = 3.

Same quadratic.

Different forms.

Different information becomes visible.

This is something I want A-Math students to feel deeply.

Changing form is not cosmetic.

Representation controls what is easy to see.

One mathematical object can therefore have several useful faces

This is an important shift.

A student sometimes asks:

“Which form is the correct one?”

Expanded:

x² − 6x + 5.

Factorised:

(x − 1)(x − 5).

Completed square:

(x − 3)² − 4.

All correct.

The question is:

correct for what purpose?

The expanded form exposes coefficients.

The factorised form exposes roots.

The completed-square form exposes the vertex.

The Mathematics has not changed identity.

Our access to its features has changed.

A student who understands this has begun to move beyond procedure.

She can choose a representation deliberately.

This is also why I sometimes ask students to graph an equation they have already solved algebraically

Suppose:

x² − 5x + 6 = 0.

Algebra:

(x − 2)(x − 3) = 0.

Roots:

2 and 3.

Now graph:

y = x² − 5x + 6.

The graph crosses the x-axis at:

x = 2

and:

x = 3.

The graph has not produced different solutions.

It has made the meaning of “solution” visible.

Solving:

x² − 5x + 6 = 0

means finding where:

y = x² − 5x + 6

has value zero.

On a graph, those are x-intercepts.

The algebraic answer and graphical answer are therefore two representations of the same condition.

This is transfer.

The student has connected equation solving with graph behaviour.

Strong students benefit from this more than people sometimes expect

A high-performing student can become very fast at recognising templates.

That is useful.

But it can create narrow expertise.

The question resembles Type A.

Use Method A.

The question resembles Type B.

Use Method B.

Marks can remain high for quite a long time.

Then an unfamiliar question merges two familiar objects.

The surface pattern disappears.

The student says:

“We were never taught this.”

Sometimes she is right.

Sometimes the underlying Mathematics has all been taught.

It simply arrived without its usual packaging.

Students who have seen ideas from several directions tend to cope better with this.

They have more than one way into the problem.

A second solution is therefore partly insurance against brittle knowledge

I do not mean examination tricks.

I mean intellectual redundancy.

If a student can understand a quadratic algebraically, graphically and through its different forms, the idea has several connections.

If one cue fails, another may survive.

If factorisation is awkward, perhaps completing the square or the quadratic formula remains available.

If a geometric relationship is hard to see, coordinates may make it explicit.

If algebra becomes opaque, a graph may reveal behaviour.

If a numerical answer seems suspicious, an estimate may challenge it.

Good Mathematics contains these cross-connections.

They make knowledge harder to break.

But there is a serious boundary: two methods are not automatically better than one

This is important.

I do not want a student solving every question twice in an examination.

That would be poor time management.

Nor do I want a student learning five mediocre methods when one clear method has not yet become reliable.

Early learning sometimes needs concentration.

If a student is just learning simultaneous equations, constantly switching between substitution, elimination and graphical approaches may create unnecessary confusion.

First establish something secure.

Then widen.

Depth before variety.

A second route is useful when it clarifies the first route, provides a meaningful contrast, reveals structure, or tests flexibility.

Otherwise it can become decorative complexity.

There is also a danger of worshipping elegant solutions

Mathematics teachers naturally enjoy elegant methods.

Students notice.

Then a strong student finds a perfectly reliable six-line solution and worries because a friend found a two-line trick.

I do not want that.

The shorter solution is not morally superior.

An examination answer must first be valid, understandable and executable under pressure.

Elegance is valuable when it reduces unnecessary work or reveals structure.

It becomes unhelpful if students spend five minutes searching for a clever route they cannot reliably find.

Sometimes the ordinary method is the best method precisely because the student can trust it.

Reliability matters under examination conditions

Consider solving:

2x² + 5x − 3 = 0.

A student immediately sees:

(2x − 1)(x + 3) = 0.

Excellent.

Another student does not.

She uses the quadratic formula carefully and obtains:

x = 1/2 or −3.

Also excellent.

I would not force the second student to abandon a reliable method during an examination merely because factorisation is shorter.

But during teaching, I may show the factorisation afterwards.

Not to criticise.

To expand her mathematical eye.

Next time she may see it.

If not, her reliable route remains.

This is a much calmer way to build flexibility.

Different methods can expose different kinds of error

Suppose a student solves a system using elimination and obtains:

x = 4, y = 3.

Now substitute those values into both original equations.

This is not a full second method.

But it is an independent verification.

If both equations hold, confidence rises.

Similarly, a geometry length found using trigonometry might be checked against rough diagram scale or Pythagoras when enough information exists.

A probability found directly might be checked using the complement.

An algebraic root can be substituted back into the original equation.

Multiple perspectives improve error detection because mistakes that survive one route may not survive another.

Probability provides a very clean example

A bag contains:

5 red counters,

3 blue counters,

2 green counters.

Find the probability of selecting a counter that is not blue.

Direct route:

not blue = 5 + 2 = 7.

Total = 10.

So:

P(not blue) = 7/10.

Complement route:

P(blue) = 3/10.

Therefore:

P(not blue) = 1 − 3/10 = 7/10.

Same result.

What does the second route teach?

That “not blue” and “blue” exhaust the sample space.

That complements sum to 1.

That sometimes counting what we do not want is cheaper than counting everything we do want.

Later, in more complicated probability questions, that can save substantial work.

The complement becomes especially powerful when the direct route becomes expensive

Suppose we want the probability of getting at least one six in four rolls of a fair die.

A direct route could calculate:

exactly one six,

exactly two sixes,

exactly three sixes,

exactly four sixes,

then add.

Possible.

But cumbersome.

The complement is:

no sixes at all.

Probability of no six on one roll:

5/6.

Across four independent rolls:

(5/6)⁴.

Therefore:

P(at least one six) = 1 − (5/6)⁴.

Now comparing the two routes teaches something more important than a formula.

The phrase at least one often makes the complement attractive because its opposite—none—can be simpler.

That is method selection born from structure.

Sometimes I deliberately start with the worse method

This can be educational.

Suppose a question can be solved by a long route.

We complete it.

Then I ask:

“What made this expensive?”

Perhaps we calculated three intermediate quantities.

Perhaps we expanded an expression only to factorise it later.

Perhaps we solved for a variable we did not actually need.

Now find the shorter route.

The student can feel the difference.

This is often more convincing than simply telling her:

“Use Method B; it is faster.”

She now understands what Method B avoids.

Efficiency becomes visible as saved mathematical labour.

I also ask what each solution makes easier to explain

This matters in proof.

One proof may be computationally short but conceptually opaque.

Another may be longer but make the reason obvious.

For example, the sum of the first n odd numbers:

1 + 3 + 5 + … + (2n − 1) = n².

An algebraic proof by induction is rigorous.

A visual proof using successive square borders can make the relationship immediately intuitive.

Each new odd number is the L-shaped border needed to grow one square into the next.

The two explanations do different work.

One formalises.

One reveals.

Students benefit from seeing that proof is not only about reaching “therefore true”.

It can also be about understanding why the statement has the form it does.

This helps with parent decisions about tuition too

When parents watch improvement, it is natural to ask whether the child is getting more questions correct.

That matters.

I would also look for signs of greater flexibility.

Does the student have only one fragile route through every topic?

Or can she explain why she chose a method?

Can she recognise when another approach would be cleaner?

Can she check one method using another relationship?

Can she recover when her first route stalls?

These are good signs of mathematical development.

The goal is not to produce a child who knows an impressive number of tricks.

It is to produce one whose knowledge is increasingly connected.

There is a difference between method collection and mathematical flexibility

A student can memorise:

Method A.

Method B.

Method C.

That is not yet flexibility.

Flexibility appears when she can answer:

When would A be useful?

When would B be cleaner?

What information does C require?

What happens if A stalls?

Can B verify A?

Do A and B expose different features?

That comparison organises the methods.

Without it, more methods can actually increase confusion.

The student has more tools but no stronger reason for choosing among them.

This is why I sometimes ask for a comparison rather than another answer

After two methods, I may not give another question immediately.

I ask:

“Which method would you choose in an examination?”

Then:

“Why?”

The answer:

“Because it is shorter”

is a start.

But I might ask:

“What made it shorter?”

Perhaps:

“The y terms were already opposites.”

“The expression was a difference of two squares.”

“The complement had only one case.”

“The completed-square form gave the vertex immediately.”

“The diagram gave a right triangle, so Pythagoras avoided finding an angle.”

Now the student is naming structural reasons.

Those reasons can transfer.

Transfer is the real test

Suppose we compare elimination and substitution today.

Next week the student sees:

4x + 3y = 19

4x − 2y = 4.

Does she notice that subtracting or combining the equations can remove x efficiently?

Good.

Then:

y = 2x − 1

5x + y = 17.

Does she now prefer substitution?

Good.

The student is not remembering:

“Last Thursday my tutor said elimination was better.”

She is reading the current form.

That is what I want.

Measurement can be simple

Give one problem with two available routes.

Let the student choose.

Then ask her to solve it a second way only after the first is complete.

Observe:

Could she find a genuinely different route?

Did both routes arrive at the same result?

Can she explain why?

Which route was cheaper?

What information did each use?

Now give a nearby problem where the relative advantage changes.

Does her choice change too?

That final part matters.

If she always chooses the method she used first, perhaps she has learnt preference.

If her choice responds to structure, she is developing judgement.

The useful next route for parents

Choose one Mathematics question your child can already solve.

Do not begin with a difficult failure.

Use a successful question.

Ask:

“Is there another way?”

If the answer is no, that is fine.

Not every problem needs a meaningful second route at the student’s level.

But when another route exists, compare them.

For example:

A simultaneous-equation problem:

substitution versus elimination.

A quadratic:

factorisation versus quadratic formula.

A right triangle:

Pythagoras versus trigonometry where sufficient information exists.

A probability:

direct counting versus complement.

A quadratic function:

factorisation versus completing the square versus differentiation depending on the target.

Do not ask merely:

“Which is faster?”

Ask:

What did each method make visible?

Then change the question slightly so the method preference changes.

If elimination was best first, create one where substitution is cleaner.

If factorisation was elegant first, give a quadratic that does not factorise neatly over integers.

If direct probability was easy, give an “at least one” question where the complement is simpler.

That small contrast is enough.

The goal is not two answers.

The goal is better selection next time.

What long teaching has made me notice

A student can progress surprisingly far in Mathematics by learning one dependable route for each familiar situation.

That deserves respect.

Reliability is valuable.

But eventually the subject begins connecting itself.

A quadratic becomes an equation, a graph and a function.

Distance becomes coordinates and Pythagoras.

Probability can be counted directly or approached through what does not happen.

A system of equations can be substituted, eliminated or interpreted graphically as an intersection.

One mathematical object begins appearing through several windows.

When students recognise that, something changes.

They stop treating every method as a separate instruction handed down by a chapter.

They begin asking what the method is actually doing.

What does it eliminate?

What does it expose?

What does it preserve?

Why is it economical here?

Why is it awkward there?

Could another representation make the same object easier to see?

I think that is one of the quieter forms of intellectual development Mathematics can offer an adolescent.

The first successful solution says:

I can do this.

The second, when it is genuinely understood, can begin to say:

I know what this problem is made of.

Those are not the same achievement.

And I do not need the second one every time.

Examinations are timed.

Lessons have limits.

Fluency needs repetition.

Sometimes the correct answer should simply be accepted and the class should move on.

But every so often, a solved question still contains unused educational value.

The answer is already secure.

There is no anxiety left in the room.

That makes it a good moment to widen the view.

“Can we do it another way?”

Then compare.

Not to make Mathematics unnecessarily complicated.

To reveal that it was connected all along.

Eventually, that gives the student a useful kind of resilience.

When her usual route works, she uses it.

When it becomes expensive, she notices.

When it closes, she does not immediately assume the problem is beyond her.

She looks again.

Perhaps there is another representation.

Another relationship.

Another entrance.

That is not merely knowing more methods.

It is learning that Mathematics is often larger than the first route we happened to be taught.

Discover more from Bukit Timah Tutor

Subscribe now to keep reading and get access to the full archive.

Continue reading