Problem Solving-1 m3
Problem Solving-1 m3
Problem Solving
Problem solving is a step-by-step process that always proceeds in a linear and logical manner.
Understanding the problem
If you
solution
The first step in improving one's problem solving abilities is to become aware of the way we
solve problems. One of the simplest ways of improving your problem solving skills is to apply
the following six steps in your problem solving approach.
1. Problem Definition
Your problem definition transforms your topic into a scientific problem that you will investigate
and analyze. The purpose of writing a definition is to establish accuracy and clarity in the scope
of a project. This step of development involves more than a one-sentence explanation of a topic.
It involves determining its characteristics, limitations, and applications.
In the stage of the definition of the problem: Make a list of resources -- people, books, web
sites, etc. -- that have some connection to and information about the problem you are trying to
solve. Use these resources to clarify any unfamiliar terms or concepts and to clarify for the group
what you understand the problem to be. At this point you are looking for symptoms, evidence
that a problem exists, not causes, which in the next step will explain why a problem exists.
Defining the Problem summarize
Note:
Dont include implied solutions in the statement
Examples:
1. Customers in a restaurant are complaining that the food is cold when it is delivered to
their table.
Goal: Food to be hot when delivered to table.
2. Student numbers on the math degree are falling.
Goal: Restore numbers to previous levels
Example
Water management
The purpose of this project is to compare the cost effectiveness among center pivot
sprinkler, flood, and drip agricultural irrigation systems and to evaluate pumping plan
effectiveness over a large-scale region. There are three crops that will be used for data
within the program: corn, grain, and beans. [LIMITS SCOPE] The conclusions drawn
from this project will help agriculturalists determine which irrigation system and delivery
system will be the most efficient for particular crops in particular regions. [SUGGESTS
A CONCLUSION] The goals of this project are: [DETERMINES STAGES OF
DEVELOPMENT].
1. To collect pertinent data including the efficiency ratings of the three different
systems, acres of each different crop, acres of land using each different irrigation
system, and the information needed to calculate the efficiency of the pump being
used.
2. To write a computer program to calculate pump efficiency, overall efficiency of each
irrigation system.
3. To represent the output graphically using Spyglass. [VISUALIZATION]
4. To include an interactive input module to be used by individual agriculturalists that
will give suggestions for improved irrigation water management. [SUGGESTS
RESULTS].
Notes:
Simplify complex problems by breaking down into individual cause and effect relationships
Helps to understand the problem
The 5 Whys and Root Cause Analysis are just slightly different versions of the same thing.
They all involve asking Why, over and over again.
Charts structure the answers to the Whys as you get them.
These diagrams are all pretty much the same, just the direction of drawing changes, and the
name.
3
FISHBONE DIAGRAM
Notes:
It is hard to show more than two levels of Why? On a Fishbone diagram
EXAMPLE:
Problem:
o Large, busy restaurant
o Diners complain that meals arrive cold at their table
Stage
1
Stage
2
Stage
3
Notes:
end occurs when reach a cause that you can have no influence over, or reach a root
cause.
A root cause is a basic underlying cause.
Notes:
Can go deeper into the causes here than on a Fishbone diagram.
If you are not sure of a cause, put a ? As a flag to do some more investigating.
Some people, after completing the causes, annotate each with the evidence they have for
it e.g. a report, private communication etc. This makes it much more convincing to
management.
o
o
Note:
Can go deeper into the causes here than on a Fishbone diagram
Process
A process means that some action or group of actions takes place.
Data store
Data store is created for each entity being stored. This is where the data is
held.
Data flow
A data flow shows that information is being passed from or a to a process.
System Flowchart Symbols
Decision
Manual operation
Manual input
(done by hand)
(e.g. keyboard)
Magnetic disk
Process
Magnetic Tape
8
Document or printout
Communication line
Develop possible solutions for each root cause: e.g. by brainstorming, then narrowing
down to a few promising ones.
9
Note:
Develop the solutions from the diagram, to deal with a specific root cause.
Start with a lot of possible ideas so dont miss out on the innovative and previously
unthought of solution. E.g. the person at Kodak who first came up with the idea of
making a camera that people could throw away after one use.
For the Falling Maths Numbers problem: Possible solutions: Maths Challenge
Competition. Possible solution for Ignorance of career potential: produce leaflet about
careers of mathematicians
5. Implementation
Once a solution has been selected, it must be implemented. An implementation plan may
have to be developed. A project management effort may be required to supervise the
implementation of large projects. Typically, an implementation plan specifies the
activities, resources, and timing needed for proper implementation. This may include:
a.
b.
c.
d.
e.
10
Note:
Action Plan: What will be done, By whom, When by.
Implement the Action Plan.
Is it working?
6. Review
A review should be done to find out if:
The problem was defined correctly.
You have jumped to a solution before analysing the problem.
You have involved the people who know most about the problem.
You have had an open mind to the problem.
You were using the wrong criteria for choosing a solution
Note:
Jumping to a solution e.g. The light is bad in this office: we need more light fittings.
Investigation would have shown that the root causes were dirty bulbs, too low wattage
bulbs, and blockage of window light by cupboards etc.
11
12