How To Solve It
Last updated
Was this helpful?
Last updated
Was this helpful?
Taken from the book
Use this list of questions to help solve any problem you come across. The more these questions help you, the more you're likely to assimilate them into your problem-solving toolkit.
First, you have to understand the problem.
What is the unknown?
What are the data?
What is the condition? Is it possible to satisfy the condition? Is the condition sufficient to determine the unknown? Is the condition insufficient? redundant? contradictory?
Separate the various parts of the condition. Can you write them down?
Second, you have to find the connection between the data and the unknown. Try looking at different but similar problems to ultimately come up with a plan.
Have you seen the problem before in a similar form?
Do you know a related problem?
Look at the unknown and find a problem with a similar unknown (preferably already solved).
Could you use the solution to this problem to solve your problem?
If not the solution, could you at least use it's method?
change the problem slightly in order to make it useful to you
Could you restate the problem? Restate it again but differently.
Could you imagine a more general or more specific problem?
Can you solve a part of the problem?
Keep only a part of the condition. Can you solve the problem now?
How can the unknown vary?
Could you derive something useful from the data?
Could you think of other data appropriate to determine the unknown?
Could you change the data or the unknown (or both) to make them nearer to each other?
Did you use all the data? Did you use the whole condition?
Check each step in your plan and carry it out.
Can you see clearly that the step is correct?
Can you prove that each step is correct?
Take time to look back on the solution that was devised and carried out. Examine it with scrutiny. Reflection is the best way learn from your mistakes.
Can you verify the result? Double check the problem statement.
Can you derive the result differently now that you have at least one solution?
Can you see the solution at a glance?
Can you use the result or the method of this solution to solve some other problem you've encountered? Use this solution as a sub solution to a bigger problem.