Exam 3 (Problem-Solving) Flashcards
What are the 3 methods of solving problems?
- trial and error
- algorithm
- heuristics
Trial and error?
Inefficient last resort but helpful
Algorithm
rule or set of rules that always produces a solution within a finite number of steps
ex. addition, subtraction
Heuristics
short-cuts
ex. solving anagrams, analogies
What are 3 heuristic problem solving strategies?
- analogy
- hill-climbing
- means-end analysis
Analogy
reuse a solution from a previous problem or solve a new problem by referring to a ‘similar’ one
Hill-climbing
difference reduction (initial state/goal state). Take approach that appears to maximize movement towards a goal e.g. when driving due north, always select route with most direct looking approach
Means-end analysis
identify sub-goals (“ends”) and obstacles then solve these subproblems
e.g. tower of hanoi
What is Gestalt psychology?
thinking as restructuring (reorganizing) problems
Stages of problem solving (*=req’d)
- registration* - understanding the problem
- generating possible solutions*
- incubation - not working on it for a while
- insight - “aha!”
- verification - checking
Mental set - 4 parts of it
tendency to respond in a certain way
- functional fixedness
- perceptual set
- well-defined/ill-defined
- expertise
Functional fixedness
tendency to see an object as having a certain use
ex. matchbox problem