problem solving. algorithm specific procedure that when used properly will always lead to the...

10
PROBLEM SOLVING

Upload: clara-lang

Post on 18-Jan-2018

217 views

Category:

Documents


0 download

DESCRIPTION

Shortcuts to solve problems S P L O Y O C H Y G Put a y at the end

TRANSCRIPT

Page 1: PROBLEM SOLVING. ALGORITHM Specific procedure that when used properly will always lead to the solution Ex: recipes, math formulas S P L O Y O C H Y G

PROBLEM SOLVING

Page 2: PROBLEM SOLVING. ALGORITHM Specific procedure that when used properly will always lead to the solution Ex: recipes, math formulas S P L O Y O C H Y G

ALGORITHM

Specific procedure that when used properly will always lead to the solutionEx: recipes, math formulas

S P L O Y O C H Y GUsing an algorithm, we would face 907,200 possibilities

Page 3: PROBLEM SOLVING. ALGORITHM Specific procedure that when used properly will always lead to the solution Ex: recipes, math formulas S P L O Y O C H Y G

HEURISTICS

• Shortcuts to solve problems

•S P L O Y O C H Y G• Put a y at the end

Page 4: PROBLEM SOLVING. ALGORITHM Specific procedure that when used properly will always lead to the solution Ex: recipes, math formulas S P L O Y O C H Y G

METHODS

• Trial and Error• Deduction Reduction: take a

step away from the goal• Means-End Analysis: break into

parts and solve separately• Working Backwards• Analogies: use same strategy to

solve similar problems

Page 5: PROBLEM SOLVING. ALGORITHM Specific procedure that when used properly will always lead to the solution Ex: recipes, math formulas S P L O Y O C H Y G

INSIGHT

• Wolfgang Kohler• The solution seems to come

in a flash• Aha effect

Page 6: PROBLEM SOLVING. ALGORITHM Specific procedure that when used properly will always lead to the solution Ex: recipes, math formulas S P L O Y O C H Y G

Incubation

• When we arrive at the solution to the problem when we have not been consciously working on it

Page 7: PROBLEM SOLVING. ALGORITHM Specific procedure that when used properly will always lead to the solution Ex: recipes, math formulas S P L O Y O C H Y G

Mental Set

• The tendency to respond to a new problem with an approach that was successfully used with similar problems

Page 8: PROBLEM SOLVING. ALGORITHM Specific procedure that when used properly will always lead to the solution Ex: recipes, math formulas S P L O Y O C H Y G

Functional Fixedness

• The tendency to think of an object as being used only for the function that the object is usually used for

Page 9: PROBLEM SOLVING. ALGORITHM Specific procedure that when used properly will always lead to the solution Ex: recipes, math formulas S P L O Y O C H Y G

Convergent Thinking

• Thought is limited to available facts

Page 10: PROBLEM SOLVING. ALGORITHM Specific procedure that when used properly will always lead to the solution Ex: recipes, math formulas S P L O Y O C H Y G

Divergent Thinking

• A thought process that attempts to generate multiple solutions to a problem