7.3 Problem-Solving

Learning objectives.

By the end of this section, you will be able to:

  • Describe problem solving strategies
  • Define algorithm and heuristic
  • Explain some common roadblocks to effective problem solving

   People face problems every day—usually, multiple problems throughout the day. Sometimes these problems are straightforward: To double a recipe for pizza dough, for example, all that is required is that each ingredient in the recipe be doubled. Sometimes, however, the problems we encounter are more complex. For example, say you have a work deadline, and you must mail a printed copy of a report to your supervisor by the end of the business day. The report is time-sensitive and must be sent overnight. You finished the report last night, but your printer will not work today. What should you do? First, you need to identify the problem and then apply a strategy for solving the problem.

The study of human and animal problem solving processes has provided much insight toward the understanding of our conscious experience and led to advancements in computer science and artificial intelligence. Essentially much of cognitive science today represents studies of how we consciously and unconsciously make decisions and solve problems. For instance, when encountered with a large amount of information, how do we go about making decisions about the most efficient way of sorting and analyzing all the information in order to find what you are looking for as in visual search paradigms in cognitive psychology. Or in a situation where a piece of machinery is not working properly, how do we go about organizing how to address the issue and understand what the cause of the problem might be. How do we sort the procedures that will be needed and focus attention on what is important in order to solve problems efficiently. Within this section we will discuss some of these issues and examine processes related to human, animal and computer problem solving.

PROBLEM-SOLVING STRATEGIES

   When people are presented with a problem—whether it is a complex mathematical problem or a broken printer, how do you solve it? Before finding a solution to the problem, the problem must first be clearly identified. After that, one of many problem solving strategies can be applied, hopefully resulting in a solution.

Problems themselves can be classified into two different categories known as ill-defined and well-defined problems (Schacter, 2009). Ill-defined problems represent issues that do not have clear goals, solution paths, or expected solutions whereas well-defined problems have specific goals, clearly defined solutions, and clear expected solutions. Problem solving often incorporates pragmatics (logical reasoning) and semantics (interpretation of meanings behind the problem), and also in many cases require abstract thinking and creativity in order to find novel solutions. Within psychology, problem solving refers to a motivational drive for reading a definite “goal” from a present situation or condition that is either not moving toward that goal, is distant from it, or requires more complex logical analysis for finding a missing description of conditions or steps toward that goal. Processes relating to problem solving include problem finding also known as problem analysis, problem shaping where the organization of the problem occurs, generating alternative strategies, implementation of attempted solutions, and verification of the selected solution. Various methods of studying problem solving exist within the field of psychology including introspection, behavior analysis and behaviorism, simulation, computer modeling, and experimentation.

A problem-solving strategy is a plan of action used to find a solution. Different strategies have different action plans associated with them (table below). For example, a well-known strategy is trial and error. The old adage, “If at first you don’t succeed, try, try again” describes trial and error. In terms of your broken printer, you could try checking the ink levels, and if that doesn’t work, you could check to make sure the paper tray isn’t jammed. Or maybe the printer isn’t actually connected to your laptop. When using trial and error, you would continue to try different solutions until you solved your problem. Although trial and error is not typically one of the most time-efficient strategies, it is a commonly used one.

Method Description Example
Trial and error Continue trying different solutions until problem is solved Restarting phone, turning off WiFi, turning off bluetooth in order to determine why your phone is malfunctioning
Algorithm Step-by-step problem-solving formula Instruction manual for installing new software on your computer
Heuristic General problem-solving framework Working backwards; breaking a task into steps

   Another type of strategy is an algorithm. An algorithm is a problem-solving formula that provides you with step-by-step instructions used to achieve a desired outcome (Kahneman, 2011). You can think of an algorithm as a recipe with highly detailed instructions that produce the same result every time they are performed. Algorithms are used frequently in our everyday lives, especially in computer science. When you run a search on the Internet, search engines like Google use algorithms to decide which entries will appear first in your list of results. Facebook also uses algorithms to decide which posts to display on your newsfeed. Can you identify other situations in which algorithms are used?

A heuristic is another type of problem solving strategy. While an algorithm must be followed exactly to produce a correct result, a heuristic is a general problem-solving framework (Tversky & Kahneman, 1974). You can think of these as mental shortcuts that are used to solve problems. A “rule of thumb” is an example of a heuristic. Such a rule saves the person time and energy when making a decision, but despite its time-saving characteristics, it is not always the best method for making a rational decision. Different types of heuristics are used in different types of situations, but the impulse to use a heuristic occurs when one of five conditions is met (Pratkanis, 1989):

  • When one is faced with too much information
  • When the time to make a decision is limited
  • When the decision to be made is unimportant
  • When there is access to very little information to use in making the decision
  • When an appropriate heuristic happens to come to mind in the same moment

Working backwards is a useful heuristic in which you begin solving the problem by focusing on the end result. Consider this example: You live in Washington, D.C. and have been invited to a wedding at 4 PM on Saturday in Philadelphia. Knowing that Interstate 95 tends to back up any day of the week, you need to plan your route and time your departure accordingly. If you want to be at the wedding service by 3:30 PM, and it takes 2.5 hours to get to Philadelphia without traffic, what time should you leave your house? You use the working backwards heuristic to plan the events of your day on a regular basis, probably without even thinking about it.

Another useful heuristic is the practice of accomplishing a large goal or task by breaking it into a series of smaller steps. Students often use this common method to complete a large research project or long essay for school. For example, students typically brainstorm, develop a thesis or main topic, research the chosen topic, organize their information into an outline, write a rough draft, revise and edit the rough draft, develop a final draft, organize the references list, and proofread their work before turning in the project. The large task becomes less overwhelming when it is broken down into a series of small steps.

Further problem solving strategies have been identified (listed below) that incorporate flexible and creative thinking in order to reach solutions efficiently.

Additional Problem Solving Strategies :

  • Abstraction – refers to solving the problem within a model of the situation before applying it to reality.
  • Analogy – is using a solution that solves a similar problem.
  • Brainstorming – refers to collecting an analyzing a large amount of solutions, especially within a group of people, to combine the solutions and developing them until an optimal solution is reached.
  • Divide and conquer – breaking down large complex problems into smaller more manageable problems.
  • Hypothesis testing – method used in experimentation where an assumption about what would happen in response to manipulating an independent variable is made, and analysis of the affects of the manipulation are made and compared to the original hypothesis.
  • Lateral thinking – approaching problems indirectly and creatively by viewing the problem in a new and unusual light.
  • Means-ends analysis – choosing and analyzing an action at a series of smaller steps to move closer to the goal.
  • Method of focal objects – putting seemingly non-matching characteristics of different procedures together to make something new that will get you closer to the goal.
  • Morphological analysis – analyzing the outputs of and interactions of many pieces that together make up a whole system.
  • Proof – trying to prove that a problem cannot be solved. Where the proof fails becomes the starting point or solving the problem.
  • Reduction – adapting the problem to be as similar problems where a solution exists.
  • Research – using existing knowledge or solutions to similar problems to solve the problem.
  • Root cause analysis – trying to identify the cause of the problem.

The strategies listed above outline a short summary of methods we use in working toward solutions and also demonstrate how the mind works when being faced with barriers preventing goals to be reached.

One example of means-end analysis can be found by using the Tower of Hanoi paradigm . This paradigm can be modeled as a word problems as demonstrated by the Missionary-Cannibal Problem :

Missionary-Cannibal Problem

Three missionaries and three cannibals are on one side of a river and need to cross to the other side. The only means of crossing is a boat, and the boat can only hold two people at a time. Your goal is to devise a set of moves that will transport all six of the people across the river, being in mind the following constraint: The number of cannibals can never exceed the number of missionaries in any location. Remember that someone will have to also row that boat back across each time.

Hint : At one point in your solution, you will have to send more people back to the original side than you just sent to the destination.

The actual Tower of Hanoi problem consists of three rods sitting vertically on a base with a number of disks of different sizes that can slide onto any rod. The puzzle starts with the disks in a neat stack in ascending order of size on one rod, the smallest at the top making a conical shape. The objective of the puzzle is to move the entire stack to another rod obeying the following rules:

  • 1. Only one disk can be moved at a time.
  • 2. Each move consists of taking the upper disk from one of the stacks and placing it on top of another stack or on an empty rod.
  • 3. No disc may be placed on top of a smaller disk.

problem solving questions psychology

  Figure 7.02. Steps for solving the Tower of Hanoi in the minimum number of moves when there are 3 disks.

problem solving questions psychology

Figure 7.03. Graphical representation of nodes (circles) and moves (lines) of Tower of Hanoi.

The Tower of Hanoi is a frequently used psychological technique to study problem solving and procedure analysis. A variation of the Tower of Hanoi known as the Tower of London has been developed which has been an important tool in the neuropsychological diagnosis of executive function disorders and their treatment.

GESTALT PSYCHOLOGY AND PROBLEM SOLVING

As you may recall from the sensation and perception chapter, Gestalt psychology describes whole patterns, forms and configurations of perception and cognition such as closure, good continuation, and figure-ground. In addition to patterns of perception, Wolfgang Kohler, a German Gestalt psychologist traveled to the Spanish island of Tenerife in order to study animals behavior and problem solving in the anthropoid ape.

As an interesting side note to Kohler’s studies of chimp problem solving, Dr. Ronald Ley, professor of psychology at State University of New York provides evidence in his book A Whisper of Espionage  (1990) suggesting that while collecting data for what would later be his book  The Mentality of Apes (1925) on Tenerife in the Canary Islands between 1914 and 1920, Kohler was additionally an active spy for the German government alerting Germany to ships that were sailing around the Canary Islands. Ley suggests his investigations in England, Germany and elsewhere in Europe confirm that Kohler had served in the German military by building, maintaining and operating a concealed radio that contributed to Germany’s war effort acting as a strategic outpost in the Canary Islands that could monitor naval military activity approaching the north African coast.

While trapped on the island over the course of World War 1, Kohler applied Gestalt principles to animal perception in order to understand how they solve problems. He recognized that the apes on the islands also perceive relations between stimuli and the environment in Gestalt patterns and understand these patterns as wholes as opposed to pieces that make up a whole. Kohler based his theories of animal intelligence on the ability to understand relations between stimuli, and spent much of his time while trapped on the island investigation what he described as  insight , the sudden perception of useful or proper relations. In order to study insight in animals, Kohler would present problems to chimpanzee’s by hanging some banana’s or some kind of food so it was suspended higher than the apes could reach. Within the room, Kohler would arrange a variety of boxes, sticks or other tools the chimpanzees could use by combining in patterns or organizing in a way that would allow them to obtain the food (Kohler & Winter, 1925).

While viewing the chimpanzee’s, Kohler noticed one chimp that was more efficient at solving problems than some of the others. The chimp, named Sultan, was able to use long poles to reach through bars and organize objects in specific patterns to obtain food or other desirables that were originally out of reach. In order to study insight within these chimps, Kohler would remove objects from the room to systematically make the food more difficult to obtain. As the story goes, after removing many of the objects Sultan was used to using to obtain the food, he sat down ad sulked for a while, and then suddenly got up going over to two poles lying on the ground. Without hesitation Sultan put one pole inside the end of the other creating a longer pole that he could use to obtain the food demonstrating an ideal example of what Kohler described as insight. In another situation, Sultan discovered how to stand on a box to reach a banana that was suspended from the rafters illustrating Sultan’s perception of relations and the importance of insight in problem solving.

Grande (another chimp in the group studied by Kohler) builds a three-box structure to reach the bananas, while Sultan watches from the ground.  Insight , sometimes referred to as an “Ah-ha” experience, was the term Kohler used for the sudden perception of useful relations among objects during problem solving (Kohler, 1927; Radvansky & Ashcraft, 2013).

Solving puzzles.

   Problem-solving abilities can improve with practice. Many people challenge themselves every day with puzzles and other mental exercises to sharpen their problem-solving skills. Sudoku puzzles appear daily in most newspapers. Typically, a sudoku puzzle is a 9×9 grid. The simple sudoku below (see figure) is a 4×4 grid. To solve the puzzle, fill in the empty boxes with a single digit: 1, 2, 3, or 4. Here are the rules: The numbers must total 10 in each bolded box, each row, and each column; however, each digit can only appear once in a bolded box, row, and column. Time yourself as you solve this puzzle and compare your time with a classmate.

How long did it take you to solve this sudoku puzzle? (You can see the answer at the end of this section.)

   Here is another popular type of puzzle (figure below) that challenges your spatial reasoning skills. Connect all nine dots with four connecting straight lines without lifting your pencil from the paper:

Did you figure it out? (The answer is at the end of this section.) Once you understand how to crack this puzzle, you won’t forget.

   Take a look at the “Puzzling Scales” logic puzzle below (figure below). Sam Loyd, a well-known puzzle master, created and refined countless puzzles throughout his lifetime (Cyclopedia of Puzzles, n.d.).

A puzzle involving a scale is shown. At the top of the figure it reads: “Sam Loyds Puzzling Scales.” The first row of the puzzle shows a balanced scale with 3 blocks and a top on the left and 12 marbles on the right. Below this row it reads: “Since the scales now balance.” The next row of the puzzle shows a balanced scale with just the top on the left, and 1 block and 8 marbles on the right. Below this row it reads: “And balance when arranged this way.” The third row shows an unbalanced scale with the top on the left side, which is much lower than the right side. The right side is empty. Below this row it reads: “Then how many marbles will it require to balance with that top?”

What steps did you take to solve this puzzle? You can read the solution at the end of this section.

Pitfalls to problem solving.

   Not all problems are successfully solved, however. What challenges stop us from successfully solving a problem? Albert Einstein once said, “Insanity is doing the same thing over and over again and expecting a different result.” Imagine a person in a room that has four doorways. One doorway that has always been open in the past is now locked. The person, accustomed to exiting the room by that particular doorway, keeps trying to get out through the same doorway even though the other three doorways are open. The person is stuck—but she just needs to go to another doorway, instead of trying to get out through the locked doorway. A mental set is where you persist in approaching a problem in a way that has worked in the past but is clearly not working now.

Functional fixedness is a type of mental set where you cannot perceive an object being used for something other than what it was designed for. During the Apollo 13 mission to the moon, NASA engineers at Mission Control had to overcome functional fixedness to save the lives of the astronauts aboard the spacecraft. An explosion in a module of the spacecraft damaged multiple systems. The astronauts were in danger of being poisoned by rising levels of carbon dioxide because of problems with the carbon dioxide filters. The engineers found a way for the astronauts to use spare plastic bags, tape, and air hoses to create a makeshift air filter, which saved the lives of the astronauts.

   Researchers have investigated whether functional fixedness is affected by culture. In one experiment, individuals from the Shuar group in Ecuador were asked to use an object for a purpose other than that for which the object was originally intended. For example, the participants were told a story about a bear and a rabbit that were separated by a river and asked to select among various objects, including a spoon, a cup, erasers, and so on, to help the animals. The spoon was the only object long enough to span the imaginary river, but if the spoon was presented in a way that reflected its normal usage, it took participants longer to choose the spoon to solve the problem. (German & Barrett, 2005). The researchers wanted to know if exposure to highly specialized tools, as occurs with individuals in industrialized nations, affects their ability to transcend functional fixedness. It was determined that functional fixedness is experienced in both industrialized and nonindustrialized cultures (German & Barrett, 2005).

In order to make good decisions, we use our knowledge and our reasoning. Often, this knowledge and reasoning is sound and solid. Sometimes, however, we are swayed by biases or by others manipulating a situation. For example, let’s say you and three friends wanted to rent a house and had a combined target budget of $1,600. The realtor shows you only very run-down houses for $1,600 and then shows you a very nice house for $2,000. Might you ask each person to pay more in rent to get the $2,000 home? Why would the realtor show you the run-down houses and the nice house? The realtor may be challenging your anchoring bias. An anchoring bias occurs when you focus on one piece of information when making a decision or solving a problem. In this case, you’re so focused on the amount of money you are willing to spend that you may not recognize what kinds of houses are available at that price point.

The confirmation bias is the tendency to focus on information that confirms your existing beliefs. For example, if you think that your professor is not very nice, you notice all of the instances of rude behavior exhibited by the professor while ignoring the countless pleasant interactions he is involved in on a daily basis. Hindsight bias leads you to believe that the event you just experienced was predictable, even though it really wasn’t. In other words, you knew all along that things would turn out the way they did. Representative bias describes a faulty way of thinking, in which you unintentionally stereotype someone or something; for example, you may assume that your professors spend their free time reading books and engaging in intellectual conversation, because the idea of them spending their time playing volleyball or visiting an amusement park does not fit in with your stereotypes of professors.

Finally, the availability heuristic is a heuristic in which you make a decision based on an example, information, or recent experience that is that readily available to you, even though it may not be the best example to inform your decision . Biases tend to “preserve that which is already established—to maintain our preexisting knowledge, beliefs, attitudes, and hypotheses” (Aronson, 1995; Kahneman, 2011). These biases are summarized in the table below.

Bias Description
Anchoring Tendency to focus on one particular piece of information when making decisions or problem-solving
Confirmation Focuses on information that confirms existing beliefs
Hindsight Belief that the event just experienced was predictable
Representative Unintentional stereotyping of someone or something
Availability Decision is based upon either an available precedent or an example that may be faulty

Were you able to determine how many marbles are needed to balance the scales in the figure below? You need nine. Were you able to solve the problems in the figures above? Here are the answers.

The first puzzle is a Sudoku grid of 16 squares (4 rows of 4 squares) is shown. Half of the numbers were supplied to start the puzzle and are colored blue, and half have been filled in as the puzzle’s solution and are colored red. The numbers in each row of the grid, left to right, are as follows. Row 1: blue 3, red 1, red 4, blue 2. Row 2: red 2, blue 4, blue 1, red 3. Row 3: red 1, blue 3, blue 2, red 4. Row 4: blue 4, red 2, red 3, blue 1.The second puzzle consists of 9 dots arranged in 3 rows of 3 inside of a square. The solution, four straight lines made without lifting the pencil, is shown in a red line with arrows indicating the direction of movement. In order to solve the puzzle, the lines must extend beyond the borders of the box. The four connecting lines are drawn as follows. Line 1 begins at the top left dot, proceeds through the middle and right dots of the top row, and extends to the right beyond the border of the square. Line 2 extends from the end of line 1, through the right dot of the horizontally centered row, through the middle dot of the bottom row, and beyond the square’s border ending in the space beneath the left dot of the bottom row. Line 3 extends from the end of line 2 upwards through the left dots of the bottom, middle, and top rows. Line 4 extends from the end of line 3 through the middle dot in the middle row and ends at the right dot of the bottom row.

   Many different strategies exist for solving problems. Typical strategies include trial and error, applying algorithms, and using heuristics. To solve a large, complicated problem, it often helps to break the problem into smaller steps that can be accomplished individually, leading to an overall solution. Roadblocks to problem solving include a mental set, functional fixedness, and various biases that can cloud decision making skills.

References:

Openstax Psychology text by Kathryn Dumper, William Jenkins, Arlene Lacombe, Marilyn Lovett and Marion Perlmutter licensed under CC BY v4.0. https://openstax.org/details/books/psychology

Review Questions:

1. A specific formula for solving a problem is called ________.

a. an algorithm

b. a heuristic

c. a mental set

d. trial and error

2. Solving the Tower of Hanoi problem tends to utilize a  ________ strategy of problem solving.

a. divide and conquer

b. means-end analysis

d. experiment

3. A mental shortcut in the form of a general problem-solving framework is called ________.

4. Which type of bias involves becoming fixated on a single trait of a problem?

a. anchoring bias

b. confirmation bias

c. representative bias

d. availability bias

5. Which type of bias involves relying on a false stereotype to make a decision?

6. Wolfgang Kohler analyzed behavior of chimpanzees by applying Gestalt principles to describe ________.

a. social adjustment

b. student load payment options

c. emotional learning

d. insight learning

7. ________ is a type of mental set where you cannot perceive an object being used for something other than what it was designed for.

a. functional fixedness

c. working memory

Critical Thinking Questions:

1. What is functional fixedness and how can overcoming it help you solve problems?

2. How does an algorithm save you time and energy when solving a problem?

Personal Application Question:

1. Which type of bias do you recognize in your own decision making processes? How has this bias affected how you’ve made decisions in the past and how can you use your awareness of it to improve your decisions making skills in the future?

anchoring bias

availability heuristic

confirmation bias

functional fixedness

hindsight bias

problem-solving strategy

representative bias

trial and error

working backwards

Answers to Exercises

algorithm:  problem-solving strategy characterized by a specific set of instructions

anchoring bias:  faulty heuristic in which you fixate on a single aspect of a problem to find a solution

availability heuristic:  faulty heuristic in which you make a decision based on information readily available to you

confirmation bias:  faulty heuristic in which you focus on information that confirms your beliefs

functional fixedness:  inability to see an object as useful for any other use other than the one for which it was intended

heuristic:  mental shortcut that saves time when solving a problem

hindsight bias:  belief that the event just experienced was predictable, even though it really wasn’t

mental set:  continually using an old solution to a problem without results

problem-solving strategy:  method for solving problems

representative bias:  faulty heuristic in which you stereotype someone or something without a valid basis for your judgment

trial and error:  problem-solving strategy in which multiple solutions are attempted until the correct one is found

working backwards:  heuristic in which you begin to solve a problem by focusing on the end result

Creative Commons License

Share This Book

  • Increase Font Size

If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

To log in and use all the features of Khan Academy, please enable JavaScript in your browser.

Health and medicine

Course: health and medicine   >   unit 9.

  • Piaget's stages of cognitive development

Problem solving

  • Decision making
  • Semantic networks and spreading activation
  • Intelligence
  • Aging and cognitive abilities

problem solving questions psychology

Want to join the conversation?

  • Upvote Button navigates to signup page
  • Downvote Button navigates to signup page
  • Flag Button navigates to signup page

Good Answer

Video transcript

10 Best Problem-Solving Therapy Worksheets & Activities

Problem solving therapy

Cognitive science tells us that we regularly face not only well-defined problems but, importantly, many that are ill defined (Eysenck & Keane, 2015).

Sometimes, we find ourselves unable to overcome our daily problems or the inevitable (though hopefully infrequent) life traumas we face.

Problem-Solving Therapy aims to reduce the incidence and impact of mental health disorders and improve wellbeing by helping clients face life’s difficulties (Dobson, 2011).

This article introduces Problem-Solving Therapy and offers techniques, activities, and worksheets that mental health professionals can use with clients.

Before you continue, we thought you might like to download our three Positive Psychology Exercises for free . These science-based exercises explore fundamental aspects of positive psychology, including strengths, values, and self-compassion, and will give you the tools to enhance the wellbeing of your clients, students, or employees.

This Article Contains:

What is problem-solving therapy, 14 steps for problem-solving therapy, 3 best interventions and techniques, 7 activities and worksheets for your session, fascinating books on the topic, resources from positivepsychology.com, a take-home message.

Problem-Solving Therapy assumes that mental disorders arise in response to ineffective or maladaptive coping. By adopting a more realistic and optimistic view of coping, individuals can understand the role of emotions and develop actions to reduce distress and maintain mental wellbeing (Nezu & Nezu, 2009).

“Problem-solving therapy (PST) is a psychosocial intervention, generally considered to be under a cognitive-behavioral umbrella” (Nezu, Nezu, & D’Zurilla, 2013, p. ix). It aims to encourage the client to cope better with day-to-day problems and traumatic events and reduce their impact on mental and physical wellbeing.

Clinical research, counseling, and health psychology have shown PST to be highly effective in clients of all ages, ranging from children to the elderly, across multiple clinical settings, including schizophrenia, stress, and anxiety disorders (Dobson, 2011).

Can it help with depression?

PST appears particularly helpful in treating clients with depression. A recent analysis of 30 studies found that PST was an effective treatment with a similar degree of success as other successful therapies targeting depression (Cuijpers, Wit, Kleiboer, Karyotaki, & Ebert, 2020).

Other studies confirm the value of PST and its effectiveness at treating depression in multiple age groups and its capacity to combine with other therapies, including drug treatments (Dobson, 2011).

The major concepts

Effective coping varies depending on the situation, and treatment typically focuses on improving the environment and reducing emotional distress (Dobson, 2011).

PST is based on two overlapping models:

Social problem-solving model

This model focuses on solving the problem “as it occurs in the natural social environment,” combined with a general coping strategy and a method of self-control (Dobson, 2011, p. 198).

The model includes three central concepts:

  • Social problem-solving
  • The problem
  • The solution

The model is a “self-directed cognitive-behavioral process by which an individual, couple, or group attempts to identify or discover effective solutions for specific problems encountered in everyday living” (Dobson, 2011, p. 199).

Relational problem-solving model

The theory of PST is underpinned by a relational problem-solving model, whereby stress is viewed in terms of the relationships between three factors:

  • Stressful life events
  • Emotional distress and wellbeing
  • Problem-solving coping

Therefore, when a significant adverse life event occurs, it may require “sweeping readjustments in a person’s life” (Dobson, 2011, p. 202).

problem solving questions psychology

  • Enhance positive problem orientation
  • Decrease negative orientation
  • Foster ability to apply rational problem-solving skills
  • Reduce the tendency to avoid problem-solving
  • Minimize the tendency to be careless and impulsive

D’Zurilla’s and Nezu’s model includes (modified from Dobson, 2011):

  • Initial structuring Establish a positive therapeutic relationship that encourages optimism and explains the PST approach.
  • Assessment Formally and informally assess areas of stress in the client’s life and their problem-solving strengths and weaknesses.
  • Obstacles to effective problem-solving Explore typically human challenges to problem-solving, such as multitasking and the negative impact of stress. Introduce tools that can help, such as making lists, visualization, and breaking complex problems down.
  • Problem orientation – fostering self-efficacy Introduce the importance of a positive problem orientation, adopting tools, such as visualization, to promote self-efficacy.
  • Problem orientation – recognizing problems Help clients recognize issues as they occur and use problem checklists to ‘normalize’ the experience.
  • Problem orientation – seeing problems as challenges Encourage clients to break free of harmful and restricted ways of thinking while learning how to argue from another point of view.
  • Problem orientation – use and control emotions Help clients understand the role of emotions in problem-solving, including using feelings to inform the process and managing disruptive emotions (such as cognitive reframing and relaxation exercises).
  • Problem orientation – stop and think Teach clients how to reduce impulsive and avoidance tendencies (visualizing a stop sign or traffic light).
  • Problem definition and formulation Encourage an understanding of the nature of problems and set realistic goals and objectives.
  • Generation of alternatives Work with clients to help them recognize the wide range of potential solutions to each problem (for example, brainstorming).
  • Decision-making Encourage better decision-making through an improved understanding of the consequences of decisions and the value and likelihood of different outcomes.
  • Solution implementation and verification Foster the client’s ability to carry out a solution plan, monitor its outcome, evaluate its effectiveness, and use self-reinforcement to increase the chance of success.
  • Guided practice Encourage the application of problem-solving skills across multiple domains and future stressful problems.
  • Rapid problem-solving Teach clients how to apply problem-solving questions and guidelines quickly in any given situation.

Success in PST depends on the effectiveness of its implementation; using the right approach is crucial (Dobson, 2011).

Problem-solving therapy – Baycrest

The following interventions and techniques are helpful when implementing more effective problem-solving approaches in client’s lives.

First, it is essential to consider if PST is the best approach for the client, based on the problems they present.

Is PPT appropriate?

It is vital to consider whether PST is appropriate for the client’s situation. Therapists new to the approach may require additional guidance (Nezu et al., 2013).

Therapists should consider the following questions before beginning PST with a client (modified from Nezu et al., 2013):

  • Has PST proven effective in the past for the problem? For example, research has shown success with depression, generalized anxiety, back pain, Alzheimer’s disease, cancer, and supporting caregivers (Nezu et al., 2013).
  • Is PST acceptable to the client?
  • Is the individual experiencing a significant mental or physical health problem?

All affirmative answers suggest that PST would be a helpful technique to apply in this instance.

Five problem-solving steps

The following five steps are valuable when working with clients to help them cope with and manage their environment (modified from Dobson, 2011).

Ask the client to consider the following points (forming the acronym ADAPT) when confronted by a problem:

  • Attitude Aim to adopt a positive, optimistic attitude to the problem and problem-solving process.
  • Define Obtain all required facts and details of potential obstacles to define the problem.
  • Alternatives Identify various alternative solutions and actions to overcome the obstacle and achieve the problem-solving goal.
  • Predict Predict each alternative’s positive and negative outcomes and choose the one most likely to achieve the goal and maximize the benefits.
  • Try out Once selected, try out the solution and monitor its effectiveness while engaging in self-reinforcement.

If the client is not satisfied with their solution, they can return to step ‘A’ and find a more appropriate solution.

3 positive psychology exercises

Download 3 Free Positive Psychology Exercises (PDF)

Enhance wellbeing with these free, science-based exercises that draw on the latest insights from positive psychology.

Download 3 Free Positive Psychology Tools Pack (PDF)

By filling out your name and email address below.

Positive self-statements

When dealing with clients facing negative self-beliefs, it can be helpful for them to use positive self-statements.

Use the following (or add new) self-statements to replace harmful, negative thinking (modified from Dobson, 2011):

  • I can solve this problem; I’ve tackled similar ones before.
  • I can cope with this.
  • I just need to take a breath and relax.
  • Once I start, it will be easier.
  • It’s okay to look out for myself.
  • I can get help if needed.
  • Other people feel the same way I do.
  • I’ll take one piece of the problem at a time.
  • I can keep my fears in check.
  • I don’t need to please everyone.

problem solving questions psychology

World’s Largest Positive Psychology Resource

The Positive Psychology Toolkit© is a groundbreaking practitioner resource containing over 500 science-based exercises , activities, interventions, questionnaires, and assessments created by experts using the latest positive psychology research.

Updated monthly. 100% Science-based.

“The best positive psychology resource out there!” — Emiliya Zhivotovskaya , Flourishing Center CEO

PST practitioners have many different techniques available to support clients as they learn to tackle day-to-day or one-off trauma.

5 Worksheets and workbooks

Problem-solving self-monitoring form.

Worksheets for problem solving therapy

Ask the client to complete the following:

  • Describe the problem you are facing.
  • What is your goal?
  • What have you tried so far to solve the problem?
  • What was the outcome?

Reactions to Stress

It can be helpful for the client to recognize their own experiences of stress. Do they react angrily, withdraw, or give up (Dobson, 2011)?

The Reactions to Stress worksheet can be given to the client as homework to capture stressful events and their reactions. By recording how they felt, behaved, and thought, they can recognize repeating patterns.

What Are Your Unique Triggers?

Helping clients capture triggers for their stressful reactions can encourage emotional regulation.

When clients can identify triggers that may lead to a negative response, they can stop the experience or slow down their emotional reaction (Dobson, 2011).

The What Are Your Unique Triggers ? worksheet helps the client identify their triggers (e.g., conflict, relationships, physical environment, etc.).

Problem-Solving worksheet

Imagining an existing or potential problem and working through how to resolve it can be a powerful exercise for the client.

Use the Problem-Solving worksheet to state a problem and goal and consider the obstacles in the way. Then explore options for achieving the goal, along with their pros and cons, to assess the best action plan.

Getting the Facts

Clients can become better equipped to tackle problems and choose the right course of action by recognizing facts versus assumptions and gathering all the necessary information (Dobson, 2011).

Use the Getting the Facts worksheet to answer the following questions clearly and unambiguously:

  • Who is involved?
  • What did or did not happen, and how did it bother you?
  • Where did it happen?
  • When did it happen?
  • Why did it happen?
  • How did you respond?

2 Helpful Group Activities

While therapists can use the worksheets above in group situations, the following two interventions work particularly well with more than one person.

Generating Alternative Solutions and Better Decision-Making

A group setting can provide an ideal opportunity to share a problem and identify potential solutions arising from multiple perspectives.

Use the Generating Alternative Solutions and Better Decision-Making worksheet and ask the client to explain the situation or problem to the group and the obstacles in the way.

Once the approaches are captured and reviewed, the individual can share their decision-making process with the group if they want further feedback.

Visualization

Visualization can be performed with individuals or in a group setting to help clients solve problems in multiple ways, including (Dobson, 2011):

  • Clarifying the problem by looking at it from multiple perspectives
  • Rehearsing a solution in the mind to improve and get more practice
  • Visualizing a ‘safe place’ for relaxation, slowing down, and stress management

Guided imagery is particularly valuable for encouraging the group to take a ‘mental vacation’ and let go of stress.

Ask the group to begin with slow, deep breathing that fills the entire diaphragm. Then ask them to visualize a favorite scene (real or imagined) that makes them feel relaxed, perhaps beside a gently flowing river, a summer meadow, or at the beach.

The more the senses are engaged, the more real the experience. Ask the group to think about what they can hear, see, touch, smell, and even taste.

Encourage them to experience the situation as fully as possible, immersing themselves and enjoying their place of safety.

Such feelings of relaxation may be able to help clients fall asleep, relieve stress, and become more ready to solve problems.

We have included three of our favorite books on the subject of Problem-Solving Therapy below.

1. Problem-Solving Therapy: A Treatment Manual – Arthur Nezu, Christine Maguth Nezu, and Thomas D’Zurilla

Problem-Solving Therapy

This is an incredibly valuable book for anyone wishing to understand the principles and practice behind PST.

Written by the co-developers of PST, the manual provides powerful toolkits to overcome cognitive overload, emotional dysregulation, and the barriers to practical problem-solving.

Find the book on Amazon .

2. Emotion-Centered Problem-Solving Therapy: Treatment Guidelines – Arthur Nezu and Christine Maguth Nezu

Emotion-Centered Problem-Solving Therapy

Another, more recent, book from the creators of PST, this text includes important advances in neuroscience underpinning the role of emotion in behavioral treatment.

Along with clinical examples, the book also includes crucial toolkits that form part of a stepped model for the application of PST.

3. Handbook of Cognitive-Behavioral Therapies – Keith Dobson and David Dozois

Handbook of Cognitive-Behavioral Therapies

This is the fourth edition of a hugely popular guide to Cognitive-Behavioral Therapies and includes a valuable and insightful section on Problem-Solving Therapy.

This is an important book for students and more experienced therapists wishing to form a high-level and in-depth understanding of the tools and techniques available to Cognitive-Behavioral Therapists.

For even more tools to help strengthen your clients’ problem-solving skills, check out the following free worksheets from our blog.

  • Case Formulation Worksheet This worksheet presents a four-step framework to help therapists and their clients come to a shared understanding of the client’s presenting problem.
  • Understanding Your Default Problem-Solving Approach This worksheet poses a series of questions helping clients reflect on their typical cognitive, emotional, and behavioral responses to problems.
  • Social Problem Solving: Step by Step This worksheet presents a streamlined template to help clients define a problem, generate possible courses of action, and evaluate the effectiveness of an implemented solution.

If you’re looking for more science-based ways to help others enhance their wellbeing, check out this signature collection of 17 validated positive psychology tools for practitioners. Use them to help others flourish and thrive.

problem solving questions psychology

17 Top-Rated Positive Psychology Exercises for Practitioners

Expand your arsenal and impact with these 17 Positive Psychology Exercises [PDF] , scientifically designed to promote human flourishing, meaning, and wellbeing.

Created by Experts. 100% Science-based.

While we are born problem-solvers, facing an incredibly diverse set of challenges daily, we sometimes need support.

Problem-Solving Therapy aims to reduce stress and associated mental health disorders and improve wellbeing by improving our ability to cope. PST is valuable in diverse clinical settings, ranging from depression to schizophrenia, with research suggesting it as a highly effective treatment for teaching coping strategies and reducing emotional distress.

Many PST techniques are available to help improve clients’ positive outlook on obstacles while reducing avoidance of problem situations and the tendency to be careless and impulsive.

The PST model typically assesses the client’s strengths, weaknesses, and coping strategies when facing problems before encouraging a healthy experience of and relationship with problem-solving.

Why not use this article to explore the theory behind PST and try out some of our powerful tools and interventions with your clients to help them with their decision-making, coping, and problem-solving?

We hope you enjoyed reading this article. Don’t forget to download our three Positive Psychology Exercises for free .

  • Cuijpers, P., Wit, L., Kleiboer, A., Karyotaki, E., & Ebert, D. (2020). Problem-solving therapy for adult depression: An updated meta-analysis. European P sychiatry ,  48 (1), 27–37.
  • Dobson, K. S. (2011). Handbook of cognitive-behavioral therapies (3rd ed.). Guilford Press.
  • Dobson, K. S., & Dozois, D. J. A. (2021). Handbook of cognitive-behavioral therapies  (4th ed.). Guilford Press.
  • Eysenck, M. W., & Keane, M. T. (2015). Cognitive psychology: A student’s handbook . Psychology Press.
  • Nezu, A. M., & Nezu, C. M. (2009). Problem-solving therapy DVD . Retrieved September 13, 2021, from https://www.apa.org/pubs/videos/4310852
  • Nezu, A. M., & Nezu, C. M. (2018). Emotion-centered problem-solving therapy: Treatment guidelines. Springer.
  • Nezu, A. M., Nezu, C. M., & D’Zurilla, T. J. (2013). Problem-solving therapy: A treatment manual . Springer.

' src=

Share this article:

Article feedback

What our readers think.

Saranya

Thanks for your information given, it was helpful for me something new I learned

Let us know your thoughts Cancel reply

Your email address will not be published.

Save my name, email, and website in this browser for the next time I comment.

Related articles

Variations of the empty chair

The Empty Chair Technique: How It Can Help Your Clients

Resolving ‘unfinished business’ is often an essential part of counseling. If left unresolved, it can contribute to depression, anxiety, and mental ill-health while damaging existing [...]

problem solving questions psychology

29 Best Group Therapy Activities for Supporting Adults

As humans, we are social creatures with personal histories based on the various groups that make up our lives. Childhood begins with a family of [...]

Free Therapy Resources

47 Free Therapy Resources to Help Kick-Start Your New Practice

Setting up a private practice in psychotherapy brings several challenges, including a considerable investment of time and money. You can reduce risks early on by [...]

Read other articles by their category

  • Body & Brain (54)
  • Coaching & Application (54)
  • Compassion (23)
  • Counseling (50)
  • Emotional Intelligence (21)
  • Gratitude (18)
  • Grief & Bereavement (21)
  • Happiness & SWB (40)
  • Meaning & Values (26)
  • Meditation (18)
  • Mindfulness (41)
  • Motivation & Goals (45)
  • Optimism & Mindset (31)
  • Positive CBT (30)
  • Positive Communication (23)
  • Positive Education (42)
  • Positive Emotions (32)
  • Positive Leadership (19)
  • Positive Parenting (15)
  • Positive Psychology (25)
  • Positive Workplace (37)
  • Productivity (17)
  • Relationships (46)
  • Resilience & Coping (38)
  • Self Awareness (21)
  • Self Esteem (38)
  • Strengths & Virtues (33)
  • Stress & Burnout Prevention (37)
  • Theory & Books (45)
  • Therapy Exercises (37)
  • Types of Therapy (59)

7.3 Problem Solving

Learning objectives.

By the end of this section, you will be able to:

  • Describe problem solving strategies
  • Define algorithm and heuristic
  • Explain some common roadblocks to effective problem solving and decision making

People face problems every day—usually, multiple problems throughout the day. Sometimes these problems are straightforward: To double a recipe for pizza dough, for example, all that is required is that each ingredient in the recipe be doubled. Sometimes, however, the problems we encounter are more complex. For example, say you have a work deadline, and you must mail a printed copy of a report to your supervisor by the end of the business day. The report is time-sensitive and must be sent overnight. You finished the report last night, but your printer will not work today. What should you do? First, you need to identify the problem and then apply a strategy for solving the problem.

Problem-Solving Strategies

When you are presented with a problem—whether it is a complex mathematical problem or a broken printer, how do you solve it? Before finding a solution to the problem, the problem must first be clearly identified. After that, one of many problem solving strategies can be applied, hopefully resulting in a solution.

A problem-solving strategy is a plan of action used to find a solution. Different strategies have different action plans associated with them ( Table 7.2 ). For example, a well-known strategy is trial and error . The old adage, “If at first you don’t succeed, try, try again” describes trial and error. In terms of your broken printer, you could try checking the ink levels, and if that doesn’t work, you could check to make sure the paper tray isn’t jammed. Or maybe the printer isn’t actually connected to your laptop. When using trial and error, you would continue to try different solutions until you solved your problem. Although trial and error is not typically one of the most time-efficient strategies, it is a commonly used one.

Method Description Example
Trial and error Continue trying different solutions until problem is solved Restarting phone, turning off WiFi, turning off bluetooth in order to determine why your phone is malfunctioning
Algorithm Step-by-step problem-solving formula Instructional video for installing new software on your computer
Heuristic General problem-solving framework Working backwards; breaking a task into steps

Another type of strategy is an algorithm. An algorithm is a problem-solving formula that provides you with step-by-step instructions used to achieve a desired outcome (Kahneman, 2011). You can think of an algorithm as a recipe with highly detailed instructions that produce the same result every time they are performed. Algorithms are used frequently in our everyday lives, especially in computer science. When you run a search on the Internet, search engines like Google use algorithms to decide which entries will appear first in your list of results. Facebook also uses algorithms to decide which posts to display on your newsfeed. Can you identify other situations in which algorithms are used?

A heuristic is another type of problem solving strategy. While an algorithm must be followed exactly to produce a correct result, a heuristic is a general problem-solving framework (Tversky & Kahneman, 1974). You can think of these as mental shortcuts that are used to solve problems. A “rule of thumb” is an example of a heuristic. Such a rule saves the person time and energy when making a decision, but despite its time-saving characteristics, it is not always the best method for making a rational decision. Different types of heuristics are used in different types of situations, but the impulse to use a heuristic occurs when one of five conditions is met (Pratkanis, 1989):

  • When one is faced with too much information
  • When the time to make a decision is limited
  • When the decision to be made is unimportant
  • When there is access to very little information to use in making the decision
  • When an appropriate heuristic happens to come to mind in the same moment

Working backwards is a useful heuristic in which you begin solving the problem by focusing on the end result. Consider this example: You live in Washington, D.C. and have been invited to a wedding at 4 PM on Saturday in Philadelphia. Knowing that Interstate 95 tends to back up any day of the week, you need to plan your route and time your departure accordingly. If you want to be at the wedding service by 3:30 PM, and it takes 2.5 hours to get to Philadelphia without traffic, what time should you leave your house? You use the working backwards heuristic to plan the events of your day on a regular basis, probably without even thinking about it.

Another useful heuristic is the practice of accomplishing a large goal or task by breaking it into a series of smaller steps. Students often use this common method to complete a large research project or long essay for school. For example, students typically brainstorm, develop a thesis or main topic, research the chosen topic, organize their information into an outline, write a rough draft, revise and edit the rough draft, develop a final draft, organize the references list, and proofread their work before turning in the project. The large task becomes less overwhelming when it is broken down into a series of small steps.

Everyday Connection

Solving puzzles.

Problem-solving abilities can improve with practice. Many people challenge themselves every day with puzzles and other mental exercises to sharpen their problem-solving skills. Sudoku puzzles appear daily in most newspapers. Typically, a sudoku puzzle is a 9×9 grid. The simple sudoku below ( Figure 7.7 ) is a 4×4 grid. To solve the puzzle, fill in the empty boxes with a single digit: 1, 2, 3, or 4. Here are the rules: The numbers must total 10 in each bolded box, each row, and each column; however, each digit can only appear once in a bolded box, row, and column. Time yourself as you solve this puzzle and compare your time with a classmate.

Here is another popular type of puzzle ( Figure 7.8 ) that challenges your spatial reasoning skills. Connect all nine dots with four connecting straight lines without lifting your pencil from the paper:

Take a look at the “Puzzling Scales” logic puzzle below ( Figure 7.9 ). Sam Loyd, a well-known puzzle master, created and refined countless puzzles throughout his lifetime (Cyclopedia of Puzzles, n.d.).

Pitfalls to Problem Solving

Not all problems are successfully solved, however. What challenges stop us from successfully solving a problem? Imagine a person in a room that has four doorways. One doorway that has always been open in the past is now locked. The person, accustomed to exiting the room by that particular doorway, keeps trying to get out through the same doorway even though the other three doorways are open. The person is stuck—but they just need to go to another doorway, instead of trying to get out through the locked doorway. A mental set is where you persist in approaching a problem in a way that has worked in the past but is clearly not working now.

Functional fixedness is a type of mental set where you cannot perceive an object being used for something other than what it was designed for. Duncker (1945) conducted foundational research on functional fixedness. He created an experiment in which participants were given a candle, a book of matches, and a box of thumbtacks. They were instructed to use those items to attach the candle to the wall so that it did not drip wax onto the table below. Participants had to use functional fixedness to overcome the problem ( Figure 7.10 ). During the Apollo 13 mission to the moon, NASA engineers at Mission Control had to overcome functional fixedness to save the lives of the astronauts aboard the spacecraft. An explosion in a module of the spacecraft damaged multiple systems. The astronauts were in danger of being poisoned by rising levels of carbon dioxide because of problems with the carbon dioxide filters. The engineers found a way for the astronauts to use spare plastic bags, tape, and air hoses to create a makeshift air filter, which saved the lives of the astronauts.

Link to Learning

Check out this Apollo 13 scene about NASA engineers overcoming functional fixedness to learn more.

Researchers have investigated whether functional fixedness is affected by culture. In one experiment, individuals from the Shuar group in Ecuador were asked to use an object for a purpose other than that for which the object was originally intended. For example, the participants were told a story about a bear and a rabbit that were separated by a river and asked to select among various objects, including a spoon, a cup, erasers, and so on, to help the animals. The spoon was the only object long enough to span the imaginary river, but if the spoon was presented in a way that reflected its normal usage, it took participants longer to choose the spoon to solve the problem. (German & Barrett, 2005). The researchers wanted to know if exposure to highly specialized tools, as occurs with individuals in industrialized nations, affects their ability to transcend functional fixedness. It was determined that functional fixedness is experienced in both industrialized and nonindustrialized cultures (German & Barrett, 2005).

In order to make good decisions, we use our knowledge and our reasoning. Often, this knowledge and reasoning is sound and solid. Sometimes, however, we are swayed by biases or by others manipulating a situation. For example, let’s say you and three friends wanted to rent a house and had a combined target budget of $1,600. The realtor shows you only very run-down houses for $1,600 and then shows you a very nice house for $2,000. Might you ask each person to pay more in rent to get the $2,000 home? Why would the realtor show you the run-down houses and the nice house? The realtor may be challenging your anchoring bias. An anchoring bias occurs when you focus on one piece of information when making a decision or solving a problem. In this case, you’re so focused on the amount of money you are willing to spend that you may not recognize what kinds of houses are available at that price point.

The confirmation bias is the tendency to focus on information that confirms your existing beliefs. For example, if you think that your professor is not very nice, you notice all of the instances of rude behavior exhibited by the professor while ignoring the countless pleasant interactions he is involved in on a daily basis. Hindsight bias leads you to believe that the event you just experienced was predictable, even though it really wasn’t. In other words, you knew all along that things would turn out the way they did. Representative bias describes a faulty way of thinking, in which you unintentionally stereotype someone or something; for example, you may assume that your professors spend their free time reading books and engaging in intellectual conversation, because the idea of them spending their time playing volleyball or visiting an amusement park does not fit in with your stereotypes of professors.

Finally, the availability heuristic is a heuristic in which you make a decision based on an example, information, or recent experience that is that readily available to you, even though it may not be the best example to inform your decision . Biases tend to “preserve that which is already established—to maintain our preexisting knowledge, beliefs, attitudes, and hypotheses” (Aronson, 1995; Kahneman, 2011). These biases are summarized in Table 7.3 .

Bias Description
Anchoring Tendency to focus on one particular piece of information when making decisions or problem-solving
Confirmation Focuses on information that confirms existing beliefs
Hindsight Belief that the event just experienced was predictable
Representative Unintentional stereotyping of someone or something
Availability Decision is based upon either an available precedent or an example that may be faulty

Watch this teacher-made music video about cognitive biases to learn more.

Were you able to determine how many marbles are needed to balance the scales in Figure 7.9 ? You need nine. Were you able to solve the problems in Figure 7.7 and Figure 7.8 ? Here are the answers ( Figure 7.11 ).

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution License and you must attribute OpenStax.

Access for free at https://openstax.org/books/psychology-2e/pages/1-introduction
  • Authors: Rose M. Spielman, William J. Jenkins, Marilyn D. Lovett
  • Publisher/website: OpenStax
  • Book title: Psychology 2e
  • Publication date: Apr 22, 2020
  • Location: Houston, Texas
  • Book URL: https://openstax.org/books/psychology-2e/pages/1-introduction
  • Section URL: https://openstax.org/books/psychology-2e/pages/7-3-problem-solving

© Jun 26, 2024 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.

APS

The Process of Problem Solving

  • Editor's Choice
  • Experimental Psychology
  • Problem Solving

problem solving questions psychology

In a 2013 article published in the Journal of Cognitive Psychology , Ngar Yin Louis Lee (Chinese University of Hong Kong) and APS William James Fellow Philip N. Johnson-Laird (Princeton University) examined the ways people develop strategies to solve related problems. In a series of three experiments, the researchers asked participants to solve series of matchstick problems.

In matchstick problems, participants are presented with an array of joined squares. Each square in the array is comprised of separate pieces. Participants are asked to remove a certain number of pieces from the array while still maintaining a specific number of intact squares. Matchstick problems are considered to be fairly sophisticated, as there is generally more than one solution, several different tactics can be used to complete the task, and the types of tactics that are appropriate can change depending on the configuration of the array.

Louis Lee and Johnson-Laird began by examining what influences the tactics people use when they are first confronted with the matchstick problem. They found that initial problem-solving tactics were constrained by perceptual features of the array, with participants solving symmetrical problems and problems with salient solutions faster. Participants frequently used tactics that involved symmetry and salience even when other solutions that did not involve these features existed.

To examine how problem solving develops over time, the researchers had participants solve a series of matchstick problems while verbalizing their problem-solving thought process. The findings from this second experiment showed that people tend to go through two different stages when solving a series of problems.

People begin their problem-solving process in a generative manner during which they explore various tactics — some successful and some not. Then they use their experience to narrow down their choices of tactics, focusing on those that are the most successful. The point at which people begin to rely on this newfound tactical knowledge to create their strategic moves indicates a shift into a more evaluative stage of problem solving.

In the third and last experiment, participants completed a set of matchstick problems that could be solved using similar tactics and then solved several problems that required the use of novel tactics.  The researchers found that participants often had trouble leaving their set of successful tactics behind and shifting to new strategies.

From the three studies, the researchers concluded that when people tackle a problem, their initial moves may be constrained by perceptual components of the problem. As they try out different tactics, they hone in and settle on the ones that are most efficient; however, this deduced knowledge can in turn come to constrain players’ generation of moves — something that can make it difficult to switch to new tactics when required.

These findings help expand our understanding of the role of reasoning and deduction in problem solving and of the processes involved in the shift from less to more effective problem-solving strategies.

Reference Louis Lee, N. Y., Johnson-Laird, P. N. (2013). Strategic changes in problem solving. Journal of Cognitive Psychology, 25 , 165–173. doi: 10.1080/20445911.2012.719021

problem solving questions psychology

good work for other researcher

APS regularly opens certain online articles for discussion on our website. Effective February 2021, you must be a logged-in APS member to post comments. By posting a comment, you agree to our Community Guidelines and the display of your profile information, including your name and affiliation. Any opinions, findings, conclusions, or recommendations present in article comments are those of the writers and do not necessarily reflect the views of APS or the article’s author. For more information, please see our Community Guidelines .

Please login with your APS account to comment.

problem solving questions psychology

Careers Up Close: Joel Anderson on Gender and Sexual Prejudices, the Freedoms of Academic Research, and the Importance of Collaboration

Joel Anderson, a senior research fellow at both Australian Catholic University and La Trobe University, researches group processes, with a specific interest on prejudice, stigma, and stereotypes.

problem solving questions psychology

Experimental Methods Are Not Neutral Tools

Ana Sofia Morais and Ralph Hertwig explain how experimental psychologists have painted too negative a picture of human rationality, and how their pessimism is rooted in a seemingly mundane detail: methodological choices. 

APS Fellows Elected to SEP

In addition, an APS Rising Star receives the society’s Early Investigator Award.

Privacy Overview

CookieDurationDescription
__cf_bm30 minutesThis cookie, set by Cloudflare, is used to support Cloudflare Bot Management.
CookieDurationDescription
AWSELBCORS5 minutesThis cookie is used by Elastic Load Balancing from Amazon Web Services to effectively balance load on the servers.
CookieDurationDescription
at-randneverAddThis sets this cookie to track page visits, sources of traffic and share counts.
CONSENT2 yearsYouTube sets this cookie via embedded youtube-videos and registers anonymous statistical data.
uvc1 year 27 daysSet by addthis.com to determine the usage of addthis.com service.
_ga2 yearsThe _ga cookie, installed by Google Analytics, calculates visitor, session and campaign data and also keeps track of site usage for the site's analytics report. The cookie stores information anonymously and assigns a randomly generated number to recognize unique visitors.
_gat_gtag_UA_3507334_11 minuteSet by Google to distinguish users.
_gid1 dayInstalled by Google Analytics, _gid cookie stores information on how visitors use a website, while also creating an analytics report of the website's performance. Some of the data that are collected include the number of visitors, their source, and the pages they visit anonymously.
CookieDurationDescription
loc1 year 27 daysAddThis sets this geolocation cookie to help understand the location of users who share the information.
VISITOR_INFO1_LIVE5 months 27 daysA cookie set by YouTube to measure bandwidth that determines whether the user gets the new or old player interface.
YSCsessionYSC cookie is set by Youtube and is used to track the views of embedded videos on Youtube pages.
yt-remote-connected-devicesneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt-remote-device-idneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt.innertube::nextIdneverThis cookie, set by YouTube, registers a unique ID to store data on what videos from YouTube the user has seen.
yt.innertube::requestsneverThis cookie, set by YouTube, registers a unique ID to store data on what videos from YouTube the user has seen.
  • Bipolar Disorder
  • Therapy Center
  • When To See a Therapist
  • Types of Therapy
  • Best Online Therapy
  • Best Couples Therapy
  • Managing Stress
  • Sleep and Dreaming
  • Understanding Emotions
  • Self-Improvement
  • Healthy Relationships
  • Student Resources
  • Personality Types
  • Sweepstakes
  • Guided Meditations
  • Verywell Mind Insights
  • 2024 Verywell Mind 25
  • Mental Health in the Classroom
  • Editorial Process
  • Meet Our Review Board
  • Crisis Support

What Is Problem-Solving Therapy?

Verywell / Madelyn Goodnight

Problem-Solving Therapy Techniques

How effective is problem-solving therapy, things to consider, how to get started.

Problem-solving therapy is a brief intervention that provides people with the tools they need to identify and solve problems that arise from big and small life stressors. It aims to improve your overall quality of life and reduce the negative impact of psychological and physical illness.

Problem-solving therapy can be used to treat depression , among other conditions. It can be administered by a doctor or mental health professional and may be combined with other treatment approaches.

At a Glance

Problem-solving therapy is a short-term treatment used to help people who are experiencing depression, stress, PTSD, self-harm, suicidal ideation, and other mental health problems develop the tools they need to deal with challenges. This approach teaches people to identify problems, generate solutions, and implement those solutions. Let's take a closer look at how problem-solving therapy can help people be more resilient and adaptive in the face of stress.

Problem-solving therapy is based on a model that takes into account the importance of real-life problem-solving. In other words, the key to managing the impact of stressful life events is to know how to address issues as they arise. Problem-solving therapy is very practical in its approach and is only concerned with the present, rather than delving into your past.

This form of therapy can take place one-on-one or in a group format and may be offered in person or online via telehealth . Sessions can be anywhere from 30 minutes to two hours long. 

Key Components

There are two major components that make up the problem-solving therapy framework:

  • Applying a positive problem-solving orientation to your life
  • Using problem-solving skills

A positive problem-solving orientation means viewing things in an optimistic light, embracing self-efficacy , and accepting the idea that problems are a normal part of life. Problem-solving skills are behaviors that you can rely on to help you navigate conflict, even during times of stress. This includes skills like:

  • Knowing how to identify a problem
  • Defining the problem in a helpful way
  • Trying to understand the problem more deeply
  • Setting goals related to the problem
  • Generating alternative, creative solutions to the problem
  • Choosing the best course of action
  • Implementing the choice you have made
  • Evaluating the outcome to determine next steps

Problem-solving therapy is all about training you to become adaptive in your life so that you will start to see problems as challenges to be solved instead of insurmountable obstacles. It also means that you will recognize the action that is required to engage in effective problem-solving techniques.

Planful Problem-Solving

One problem-solving technique, called planful problem-solving, involves following a series of steps to fix issues in a healthy, constructive way:

  • Problem definition and formulation : This step involves identifying the real-life problem that needs to be solved and formulating it in a way that allows you to generate potential solutions.
  • Generation of alternative solutions : This stage involves coming up with various potential solutions to the problem at hand. The goal in this step is to brainstorm options to creatively address the life stressor in ways that you may not have previously considered.
  • Decision-making strategies : This stage involves discussing different strategies for making decisions as well as identifying obstacles that may get in the way of solving the problem at hand.
  • Solution implementation and verification : This stage involves implementing a chosen solution and then verifying whether it was effective in addressing the problem.

Other Techniques

Other techniques your therapist may go over include:

  • Problem-solving multitasking , which helps you learn to think clearly and solve problems effectively even during times of stress
  • Stop, slow down, think, and act (SSTA) , which is meant to encourage you to become more emotionally mindful when faced with conflict
  • Healthy thinking and imagery , which teaches you how to embrace more positive self-talk while problem-solving

What Problem-Solving Therapy Can Help With

Problem-solving therapy addresses life stress issues and focuses on helping you find solutions to concrete issues. This approach can be applied to problems associated with various psychological and physiological symptoms.

Mental Health Issues

Problem-solving therapy may help address mental health issues, like:

  • Chronic stress due to accumulating minor issues
  • Complications associated with traumatic brain injury (TBI)
  • Emotional distress
  • Post-traumatic stress disorder (PTSD)
  • Problems associated with a chronic disease like cancer, heart disease, or diabetes
  • Self-harm and feelings of hopelessness
  • Substance use
  • Suicidal ideation

Specific Life Challenges

This form of therapy is also helpful for dealing with specific life problems, such as:

  • Death of a loved one
  • Dissatisfaction at work
  • Everyday life stressors
  • Family problems
  • Financial difficulties
  • Relationship conflicts

Your doctor or mental healthcare professional will be able to advise whether problem-solving therapy could be helpful for your particular issue. In general, if you are struggling with specific, concrete problems that you are having trouble finding solutions for, problem-solving therapy could be helpful for you.

Benefits of Problem-Solving Therapy

The skills learned in problem-solving therapy can be helpful for managing all areas of your life. These can include:

  • Being able to identify which stressors trigger your negative emotions (e.g., sadness, anger)
  • Confidence that you can handle problems that you face
  • Having a systematic approach on how to deal with life's problems
  • Having a toolbox of strategies to solve the issues you face
  • Increased confidence to find creative solutions
  • Knowing how to identify which barriers will impede your progress
  • Knowing how to manage emotions when they arise
  • Reduced avoidance and increased action-taking
  • The ability to accept life problems that can't be solved
  • The ability to make effective decisions
  • The development of patience (realizing that not all problems have a "quick fix")

Problem-solving therapy can help people feel more empowered to deal with the problems they face in their lives. Rather than feeling overwhelmed when stressors begin to take a toll, this therapy introduces new coping skills that can boost self-efficacy and resilience .

Other Types of Therapy

Other similar types of therapy include cognitive-behavioral therapy (CBT) and solution-focused brief therapy (SFBT) . While these therapies work to change thinking and behaviors, they work a bit differently. Both CBT and SFBT are less structured than problem-solving therapy and may focus on broader issues. CBT focuses on identifying and changing maladaptive thoughts, and SFBT works to help people look for solutions and build self-efficacy based on strengths.

This form of therapy was initially developed to help people combat stress through effective problem-solving, and it was later adapted to address clinical depression specifically. Today, much of the research on problem-solving therapy deals with its effectiveness in treating depression.

Problem-solving therapy has been shown to help depression in: 

  • Older adults
  • People coping with serious illnesses like cancer

Problem-solving therapy also appears to be effective as a brief treatment for depression, offering benefits in as little as six to eight sessions with a therapist or another healthcare professional. This may make it a good option for someone unable to commit to a lengthier treatment for depression.

Problem-solving therapy is not a good fit for everyone. It may not be effective at addressing issues that don't have clear solutions, like seeking meaning or purpose in life. Problem-solving therapy is also intended to treat specific problems, not general habits or thought patterns .

In general, it's also important to remember that problem-solving therapy is not a primary treatment for mental disorders. If you are living with the symptoms of a serious mental illness such as bipolar disorder or schizophrenia , you may need additional treatment with evidence-based approaches for your particular concern.

Problem-solving therapy is best aimed at someone who has a mental or physical issue that is being treated separately, but who also has life issues that go along with that problem that has yet to be addressed.

For example, it could help if you can't clean your house or pay your bills because of your depression, or if a cancer diagnosis is interfering with your quality of life.

Your doctor may be able to recommend therapists in your area who utilize this approach, or they may offer it themselves as part of their practice. You can also search for a problem-solving therapist with help from the American Psychological Association’s (APA) Society of Clinical Psychology .

If receiving problem-solving therapy from a doctor or mental healthcare professional is not an option for you, you could also consider implementing it as a self-help strategy using a workbook designed to help you learn problem-solving skills on your own.

During your first session, your therapist may spend some time explaining their process and approach. They may ask you to identify the problem you’re currently facing, and they’ll likely discuss your goals for therapy .

Keep In Mind

Problem-solving therapy may be a short-term intervention that's focused on solving a specific issue in your life. If you need further help with something more pervasive, it can also become a longer-term treatment option.

Get Help Now

We've tried, tested, and written unbiased reviews of the best online therapy programs including Talkspace, BetterHelp, and ReGain. Find out which option is the best for you.

Shang P, Cao X, You S, Feng X, Li N, Jia Y. Problem-solving therapy for major depressive disorders in older adults: an updated systematic review and meta-analysis of randomized controlled trials .  Aging Clin Exp Res . 2021;33(6):1465-1475. doi:10.1007/s40520-020-01672-3

Cuijpers P, Wit L de, Kleiboer A, Karyotaki E, Ebert DD. Problem-solving therapy for adult depression: An updated meta-analysis . Eur Psychiatry . 2018;48(1):27-37. doi:10.1016/j.eurpsy.2017.11.006

Nezu AM, Nezu CM, D'Zurilla TJ. Problem-Solving Therapy: A Treatment Manual . New York; 2013. doi:10.1891/9780826109415.0001

Owens D, Wright-Hughes A, Graham L, et al. Problem-solving therapy rather than treatment as usual for adults after self-harm: a pragmatic, feasibility, randomised controlled trial (the MIDSHIPS trial) .  Pilot Feasibility Stud . 2020;6:119. doi:10.1186/s40814-020-00668-0

Sorsdahl K, Stein DJ, Corrigall J, et al. The efficacy of a blended motivational interviewing and problem solving therapy intervention to reduce substance use among patients presenting for emergency services in South Africa: A randomized controlled trial . Subst Abuse Treat Prev Policy . 2015;10(1):46. doi:doi.org/10.1186/s13011-015-0042-1

Margolis SA, Osborne P, Gonzalez JS. Problem solving . In: Gellman MD, ed. Encyclopedia of Behavioral Medicine . Springer International Publishing; 2020:1745-1747. doi:10.1007/978-3-030-39903-0_208

Kirkham JG, Choi N, Seitz DP. Meta-analysis of problem solving therapy for the treatment of major depressive disorder in older adults . Int J Geriatr Psychiatry . 2016;31(5):526-535. doi:10.1002/gps.4358

Garand L, Rinaldo DE, Alberth MM, et al. Effects of problem solving therapy on mental health outcomes in family caregivers of persons with a new diagnosis of mild cognitive impairment or early dementia: A randomized controlled trial . Am J Geriatr Psychiatry . 2014;22(8):771-781. doi:10.1016/j.jagp.2013.07.007

Noyes K, Zapf AL, Depner RM, et al. Problem-solving skills training in adult cancer survivors: Bright IDEAS-AC pilot study .  Cancer Treat Res Commun . 2022;31:100552. doi:10.1016/j.ctarc.2022.100552

Albert SM, King J, Anderson S, et al. Depression agency-based collaborative: effect of problem-solving therapy on risk of common mental disorders in older adults with home care needs . The American Journal of Geriatric Psychiatry . 2019;27(6):619-624. doi:10.1016/j.jagp.2019.01.002

By Arlin Cuncic, MA Arlin Cuncic, MA, is the author of The Anxiety Workbook and founder of the website About Social Anxiety. She has a Master's degree in clinical psychology.

Problem Solving

problem solving questions psychology

Download or send

Choose your language, professional version.

A PDF of the resource, theoretical background, suggested therapist questions and prompts.

Premium Feature

Client version.

A PDF of the resource plus client-friendly instructions where appropriate.

Fillable version (PDF)

A fillable version of the resource. This can be edited and saved in Adobe Acrobat, or other PDF editing software.

Editable version (PPT)

An editable Microsoft PowerPoint version of the resource.

Translation Template

Are you a qualified therapist who would like to help with our translation project?

Languages this resource is available in

  • Chinese (Simplified)
  • Chinese (Traditional)
  • English (GB)
  • English (US)
  • Spanish (International)

Mechanisms associated with this resource

  • Skills deficit

Introduction & Theoretical Background

Problem Solving is a helpful intervention whenever clients present with difficulties, dilemmas, and conundrums, or when they experience repetitive thought such as rumination or worry. Effective problem solving is an essential life skill and this Problem Solving worksheet is designed to guide adults through steps which will help them to generate solutions to ‘stuck’ situations in their lives. It follows the qualities of effective problem solving outlined by Nezu, Nezu & D’Zurilla (2013), namely: clearly defining a problem; generation of alternative solutions; deliberative decision making; and the implementation of the chosen solution.

The therapist’s stance during problem solving should be one of collaborative curiosity. It is not for the therapist to pass judgment or to impose their preferred solution. Instead it is the clinician’s role to sit alongside clients and to help them examine the advantages and disadvantages of their options and, if the client is ‘stuck’ in rumination or

Get access to this resource

View all plans and pricing options

Therapist Guidance

  • What is the nature of the problem?
  • What are my goals?
  • What is getting the way of me reaching my goals?
  • “Can you think of any ways that you could make this problem not be a problem any more?”
  • “What’s keeping this problem as a problem? What could you do

References And Further Reading

  • Beck, A.T., Rush, A.J., Shaw, B.F., & Emery, G. (1979). Cognitive therapy of depression . New York: Guilford. Nezu, A. M., Nezu, C. M., D’Zurilla, T. J. (2013). Problem-solving therapy: a treatment manual . New York: Springer.
  • For clinicians
  • For students
  • Resources at your fingertips
  • Designed for effectiveness
  • Resources by problem
  • Translation Project
  • Help center
  • Try us for free
  • Terms & conditions
  • Privacy Policy
  • Cookies Policy

Logo for College of DuPage Digital Press

Want to create or adapt books like this? Learn more about how Pressbooks supports open publishing practices.

7 Module 7: Thinking, Reasoning, and Problem-Solving

This module is about how a solid working knowledge of psychological principles can help you to think more effectively, so you can succeed in school and life. You might be inclined to believe that—because you have been thinking for as long as you can remember, because you are able to figure out the solution to many problems, because you feel capable of using logic to argue a point, because you can evaluate whether the things you read and hear make sense—you do not need any special training in thinking. But this, of course, is one of the key barriers to helping people think better. If you do not believe that there is anything wrong, why try to fix it?

The human brain is indeed a remarkable thinking machine, capable of amazing, complex, creative, logical thoughts. Why, then, are we telling you that you need to learn how to think? Mainly because one major lesson from cognitive psychology is that these capabilities of the human brain are relatively infrequently realized. Many psychologists believe that people are essentially “cognitive misers.” It is not that we are lazy, but that we have a tendency to expend the least amount of mental effort necessary. Although you may not realize it, it actually takes a great deal of energy to think. Careful, deliberative reasoning and critical thinking are very difficult. Because we seem to be successful without going to the trouble of using these skills well, it feels unnecessary to develop them. As you shall see, however, there are many pitfalls in the cognitive processes described in this module. When people do not devote extra effort to learning and improving reasoning, problem solving, and critical thinking skills, they make many errors.

As is true for memory, if you develop the cognitive skills presented in this module, you will be more successful in school. It is important that you realize, however, that these skills will help you far beyond school, even more so than a good memory will. Although it is somewhat useful to have a good memory, ten years from now no potential employer will care how many questions you got right on multiple choice exams during college. All of them will, however, recognize whether you are a logical, analytical, critical thinker. With these thinking skills, you will be an effective, persuasive communicator and an excellent problem solver.

The module begins by describing different kinds of thought and knowledge, especially conceptual knowledge and critical thinking. An understanding of these differences will be valuable as you progress through school and encounter different assignments that require you to tap into different kinds of knowledge. The second section covers deductive and inductive reasoning, which are processes we use to construct and evaluate strong arguments. They are essential skills to have whenever you are trying to persuade someone (including yourself) of some point, or to respond to someone’s efforts to persuade you. The module ends with a section about problem solving. A solid understanding of the key processes involved in problem solving will help you to handle many daily challenges.

7.1. Different kinds of thought

7.2. Reasoning and Judgment

7.3. Problem Solving

READING WITH PURPOSE

Remember and understand.

By reading and studying Module 7, you should be able to remember and describe:

  • Concepts and inferences (7.1)
  • Procedural knowledge (7.1)
  • Metacognition (7.1)
  • Characteristics of critical thinking:  skepticism; identify biases, distortions, omissions, and assumptions; reasoning and problem solving skills  (7.1)
  • Reasoning:  deductive reasoning, deductively valid argument, inductive reasoning, inductively strong argument, availability heuristic, representativeness heuristic  (7.2)
  • Fixation:  functional fixedness, mental set  (7.3)
  • Algorithms, heuristics, and the role of confirmation bias (7.3)
  • Effective problem solving sequence (7.3)

By reading and thinking about how the concepts in Module 6 apply to real life, you should be able to:

  • Identify which type of knowledge a piece of information is (7.1)
  • Recognize examples of deductive and inductive reasoning (7.2)
  • Recognize judgments that have probably been influenced by the availability heuristic (7.2)
  • Recognize examples of problem solving heuristics and algorithms (7.3)

Analyze, Evaluate, and Create

By reading and thinking about Module 6, participating in classroom activities, and completing out-of-class assignments, you should be able to:

  • Use the principles of critical thinking to evaluate information (7.1)
  • Explain whether examples of reasoning arguments are deductively valid or inductively strong (7.2)
  • Outline how you could try to solve a problem from your life using the effective problem solving sequence (7.3)

7.1. Different kinds of thought and knowledge

  • Take a few minutes to write down everything that you know about dogs.
  • Do you believe that:
  • Psychic ability exists?
  • Hypnosis is an altered state of consciousness?
  • Magnet therapy is effective for relieving pain?
  • Aerobic exercise is an effective treatment for depression?
  • UFO’s from outer space have visited earth?

On what do you base your belief or disbelief for the questions above?

Of course, we all know what is meant by the words  think  and  knowledge . You probably also realize that they are not unitary concepts; there are different kinds of thought and knowledge. In this section, let us look at some of these differences. If you are familiar with these different kinds of thought and pay attention to them in your classes, it will help you to focus on the right goals, learn more effectively, and succeed in school. Different assignments and requirements in school call on you to use different kinds of knowledge or thought, so it will be very helpful for you to learn to recognize them (Anderson, et al. 2001).

Factual and conceptual knowledge

Module 5 introduced the idea of declarative memory, which is composed of facts and episodes. If you have ever played a trivia game or watched Jeopardy on TV, you realize that the human brain is able to hold an extraordinary number of facts. Likewise, you realize that each of us has an enormous store of episodes, essentially facts about events that happened in our own lives. It may be difficult to keep that in mind when we are struggling to retrieve one of those facts while taking an exam, however. Part of the problem is that, in contradiction to the advice from Module 5, many students continue to try to memorize course material as a series of unrelated facts (picture a history student simply trying to memorize history as a set of unrelated dates without any coherent story tying them together). Facts in the real world are not random and unorganized, however. It is the way that they are organized that constitutes a second key kind of knowledge, conceptual.

Concepts are nothing more than our mental representations of categories of things in the world. For example, think about dogs. When you do this, you might remember specific facts about dogs, such as they have fur and they bark. You may also recall dogs that you have encountered and picture them in your mind. All of this information (and more) makes up your concept of dog. You can have concepts of simple categories (e.g., triangle), complex categories (e.g., small dogs that sleep all day, eat out of the garbage, and bark at leaves), kinds of people (e.g., psychology professors), events (e.g., birthday parties), and abstract ideas (e.g., justice). Gregory Murphy (2002) refers to concepts as the “glue that holds our mental life together” (p. 1). Very simply, summarizing the world by using concepts is one of the most important cognitive tasks that we do. Our conceptual knowledge  is  our knowledge about the world. Individual concepts are related to each other to form a rich interconnected network of knowledge. For example, think about how the following concepts might be related to each other: dog, pet, play, Frisbee, chew toy, shoe. Or, of more obvious use to you now, how these concepts are related: working memory, long-term memory, declarative memory, procedural memory, and rehearsal? Because our minds have a natural tendency to organize information conceptually, when students try to remember course material as isolated facts, they are working against their strengths.

One last important point about concepts is that they allow you to instantly know a great deal of information about something. For example, if someone hands you a small red object and says, “here is an apple,” they do not have to tell you, “it is something you can eat.” You already know that you can eat it because it is true by virtue of the fact that the object is an apple; this is called drawing an  inference , assuming that something is true on the basis of your previous knowledge (for example, of category membership or of how the world works) or logical reasoning.

Procedural knowledge

Physical skills, such as tying your shoes, doing a cartwheel, and driving a car (or doing all three at the same time, but don’t try this at home) are certainly a kind of knowledge. They are procedural knowledge, the same idea as procedural memory that you saw in Module 5. Mental skills, such as reading, debating, and planning a psychology experiment, are procedural knowledge, as well. In short, procedural knowledge is the knowledge how to do something (Cohen & Eichenbaum, 1993).

Metacognitive knowledge

Floyd used to think that he had a great memory. Now, he has a better memory. Why? Because he finally realized that his memory was not as great as he once thought it was. Because Floyd eventually learned that he often forgets where he put things, he finally developed the habit of putting things in the same place. (Unfortunately, he did not learn this lesson before losing at least 5 watches and a wedding ring.) Because he finally realized that he often forgets to do things, he finally started using the To Do list app on his phone. And so on. Floyd’s insights about the real limitations of his memory have allowed him to remember things that he used to forget.

All of us have knowledge about the way our own minds work. You may know that you have a good memory for people’s names and a poor memory for math formulas. Someone else might realize that they have difficulty remembering to do things, like stopping at the store on the way home. Others still know that they tend to overlook details. This knowledge about our own thinking is actually quite important; it is called metacognitive knowledge, or  metacognition . Like other kinds of thinking skills, it is subject to error. For example, in unpublished research, one of the authors surveyed about 120 General Psychology students on the first day of the term. Among other questions, the students were asked them to predict their grade in the class and report their current Grade Point Average. Two-thirds of the students predicted that their grade in the course would be higher than their GPA. (The reality is that at our college, students tend to earn lower grades in psychology than their overall GPA.) Another example: Students routinely report that they thought they had done well on an exam, only to discover, to their dismay, that they were wrong (more on that important problem in a moment). Both errors reveal a breakdown in metacognition.

The Dunning-Kruger Effect

In general, most college students probably do not study enough. For example, using data from the National Survey of Student Engagement, Fosnacht, McCormack, and Lerma (2018) reported that first-year students at 4-year colleges in the U.S. averaged less than 14 hours per week preparing for classes. The typical suggestion is that you should spend two hours outside of class for every hour in class, or 24 – 30 hours per week for a full-time student. Clearly, students in general are nowhere near that recommended mark. Many observers, including some faculty, believe that this shortfall is a result of students being too busy or lazy. Now, it may be true that many students are too busy, with work and family obligations, for example. Others, are not particularly motivated in school, and therefore might correctly be labeled lazy. A third possible explanation, however, is that some students might not think they need to spend this much time. And this is a matter of metacognition. Consider the scenario that we mentioned above, students thinking they had done well on an exam only to discover that they did not. Justin Kruger and David Dunning examined scenarios very much like this in 1999. Kruger and Dunning gave research participants tests measuring humor, logic, and grammar. Then, they asked the participants to assess their own abilities and test performance in these areas. They found that participants in general tended to overestimate their abilities, already a problem with metacognition. Importantly, the participants who scored the lowest overestimated their abilities the most. Specifically, students who scored in the bottom quarter (averaging in the 12th percentile) thought they had scored in the 62nd percentile. This has become known as the  Dunning-Kruger effect . Many individual faculty members have replicated these results with their own student on their course exams, including the authors of this book. Think about it. Some students who just took an exam and performed poorly believe that they did well before seeing their score. It seems very likely that these are the very same students who stopped studying the night before because they thought they were “done.” Quite simply, it is not just that they did not know the material. They did not know that they did not know the material. That is poor metacognition.

In order to develop good metacognitive skills, you should continually monitor your thinking and seek frequent feedback on the accuracy of your thinking (Medina, Castleberry, & Persky 2017). For example, in classes get in the habit of predicting your exam grades. As soon as possible after taking an exam, try to find out which questions you missed and try to figure out why. If you do this soon enough, you may be able to recall the way it felt when you originally answered the question. Did you feel confident that you had answered the question correctly? Then you have just discovered an opportunity to improve your metacognition. Be on the lookout for that feeling and respond with caution.

concept :  a mental representation of a category of things in the world

Dunning-Kruger effect : individuals who are less competent tend to overestimate their abilities more than individuals who are more competent do

inference : an assumption about the truth of something that is not stated. Inferences come from our prior knowledge and experience, and from logical reasoning

metacognition :  knowledge about one’s own cognitive processes; thinking about your thinking

Critical thinking

One particular kind of knowledge or thinking skill that is related to metacognition is  critical thinking (Chew, 2020). You may have noticed that critical thinking is an objective in many college courses, and thus it could be a legitimate topic to cover in nearly any college course. It is particularly appropriate in psychology, however. As the science of (behavior and) mental processes, psychology is obviously well suited to be the discipline through which you should be introduced to this important way of thinking.

More importantly, there is a particular need to use critical thinking in psychology. We are all, in a way, experts in human behavior and mental processes, having engaged in them literally since birth. Thus, perhaps more than in any other class, students typically approach psychology with very clear ideas and opinions about its subject matter. That is, students already “know” a lot about psychology. The problem is, “it ain’t so much the things we don’t know that get us into trouble. It’s the things we know that just ain’t so” (Ward, quoted in Gilovich 1991). Indeed, many of students’ preconceptions about psychology are just plain wrong. Randolph Smith (2002) wrote a book about critical thinking in psychology called  Challenging Your Preconceptions,  highlighting this fact. On the other hand, many of students’ preconceptions about psychology are just plain right! But wait, how do you know which of your preconceptions are right and which are wrong? And when you come across a research finding or theory in this class that contradicts your preconceptions, what will you do? Will you stick to your original idea, discounting the information from the class? Will you immediately change your mind? Critical thinking can help us sort through this confusing mess.

But what is critical thinking? The goal of critical thinking is simple to state (but extraordinarily difficult to achieve): it is to be right, to draw the correct conclusions, to believe in things that are true and to disbelieve things that are false. We will provide two definitions of critical thinking (or, if you like, one large definition with two distinct parts). First, a more conceptual one: Critical thinking is thinking like a scientist in your everyday life (Schmaltz, Jansen, & Wenckowski, 2017).  Our second definition is more operational; it is simply a list of skills that are essential to be a critical thinker. Critical thinking entails solid reasoning and problem solving skills; skepticism; and an ability to identify biases, distortions, omissions, and assumptions. Excellent deductive and inductive reasoning, and problem solving skills contribute to critical thinking. So, you can consider the subject matter of sections 7.2 and 7.3 to be part of critical thinking. Because we will be devoting considerable time to these concepts in the rest of the module, let us begin with a discussion about the other aspects of critical thinking.

Let’s address that first part of the definition. Scientists form hypotheses, or predictions about some possible future observations. Then, they collect data, or information (think of this as making those future observations). They do their best to make unbiased observations using reliable techniques that have been verified by others. Then, and only then, they draw a conclusion about what those observations mean. Oh, and do not forget the most important part. “Conclusion” is probably not the most appropriate word because this conclusion is only tentative. A scientist is always prepared that someone else might come along and produce new observations that would require a new conclusion be drawn. Wow! If you like to be right, you could do a lot worse than using a process like this.

A Critical Thinker’s Toolkit 

Now for the second part of the definition. Good critical thinkers (and scientists) rely on a variety of tools to evaluate information. Perhaps the most recognizable tool for critical thinking is  skepticism (and this term provides the clearest link to the thinking like a scientist definition, as you are about to see). Some people intend it as an insult when they call someone a skeptic. But if someone calls you a skeptic, if they are using the term correctly, you should consider it a great compliment. Simply put, skepticism is a way of thinking in which you refrain from drawing a conclusion or changing your mind until good evidence has been provided. People from Missouri should recognize this principle, as Missouri is known as the Show-Me State. As a skeptic, you are not inclined to believe something just because someone said so, because someone else believes it, or because it sounds reasonable. You must be persuaded by high quality evidence.

Of course, if that evidence is produced, you have a responsibility as a skeptic to change your belief. Failure to change a belief in the face of good evidence is not skepticism; skepticism has open mindedness at its core. M. Neil Browne and Stuart Keeley (2018) use the term weak sense critical thinking to describe critical thinking behaviors that are used only to strengthen a prior belief. Strong sense critical thinking, on the other hand, has as its goal reaching the best conclusion. Sometimes that means strengthening your prior belief, but sometimes it means changing your belief to accommodate the better evidence.

Many times, a failure to think critically or weak sense critical thinking is related to a  bias , an inclination, tendency, leaning, or prejudice. Everybody has biases, but many people are unaware of them. Awareness of your own biases gives you the opportunity to control or counteract them. Unfortunately, however, many people are happy to let their biases creep into their attempts to persuade others; indeed, it is a key part of their persuasive strategy. To see how these biases influence messages, just look at the different descriptions and explanations of the same events given by people of different ages or income brackets, or conservative versus liberal commentators, or by commentators from different parts of the world. Of course, to be successful, these people who are consciously using their biases must disguise them. Even undisguised biases can be difficult to identify, so disguised ones can be nearly impossible.

Here are some common sources of biases:

  • Personal values and beliefs.  Some people believe that human beings are basically driven to seek power and that they are typically in competition with one another over scarce resources. These beliefs are similar to the world-view that political scientists call “realism.” Other people believe that human beings prefer to cooperate and that, given the chance, they will do so. These beliefs are similar to the world-view known as “idealism.” For many people, these deeply held beliefs can influence, or bias, their interpretations of such wide ranging situations as the behavior of nations and their leaders or the behavior of the driver in the car ahead of you. For example, if your worldview is that people are typically in competition and someone cuts you off on the highway, you may assume that the driver did it purposely to get ahead of you. Other types of beliefs about the way the world is or the way the world should be, for example, political beliefs, can similarly become a significant source of bias.
  • Racism, sexism, ageism and other forms of prejudice and bigotry.  These are, sadly, a common source of bias in many people. They are essentially a special kind of “belief about the way the world is.” These beliefs—for example, that women do not make effective leaders—lead people to ignore contradictory evidence (examples of effective women leaders, or research that disputes the belief) and to interpret ambiguous evidence in a way consistent with the belief.
  • Self-interest.  When particular people benefit from things turning out a certain way, they can sometimes be very susceptible to letting that interest bias them. For example, a company that will earn a profit if they sell their product may have a bias in the way that they give information about their product. A union that will benefit if its members get a generous contract might have a bias in the way it presents information about salaries at competing organizations. (Note that our inclusion of examples describing both companies and unions is an explicit attempt to control for our own personal biases). Home buyers are often dismayed to discover that they purchased their dream house from someone whose self-interest led them to lie about flooding problems in the basement or back yard. This principle, the biasing power of self-interest, is likely what led to the famous phrase  Caveat Emptor  (let the buyer beware) .  

Knowing that these types of biases exist will help you evaluate evidence more critically. Do not forget, though, that people are not always keen to let you discover the sources of biases in their arguments. For example, companies or political organizations can sometimes disguise their support of a research study by contracting with a university professor, who comes complete with a seemingly unbiased institutional affiliation, to conduct the study.

People’s biases, conscious or unconscious, can lead them to make omissions, distortions, and assumptions that undermine our ability to correctly evaluate evidence. It is essential that you look for these elements. Always ask, what is missing, what is not as it appears, and what is being assumed here? For example, consider this (fictional) chart from an ad reporting customer satisfaction at 4 local health clubs.

problem solving questions psychology

Clearly, from the results of the chart, one would be tempted to give Club C a try, as customer satisfaction is much higher than for the other 3 clubs.

There are so many distortions and omissions in this chart, however, that it is actually quite meaningless. First, how was satisfaction measured? Do the bars represent responses to a survey? If so, how were the questions asked? Most importantly, where is the missing scale for the chart? Although the differences look quite large, are they really?

Well, here is the same chart, with a different scale, this time labeled:

problem solving questions psychology

Club C is not so impressive any more, is it? In fact, all of the health clubs have customer satisfaction ratings (whatever that means) between 85% and 88%. In the first chart, the entire scale of the graph included only the percentages between 83 and 89. This “judicious” choice of scale—some would call it a distortion—and omission of that scale from the chart make the tiny differences among the clubs seem important, however.

Also, in order to be a critical thinker, you need to learn to pay attention to the assumptions that underlie a message. Let us briefly illustrate the role of assumptions by touching on some people’s beliefs about the criminal justice system in the US. Some believe that a major problem with our judicial system is that many criminals go free because of legal technicalities. Others believe that a major problem is that many innocent people are convicted of crimes. The simple fact is, both types of errors occur. A person’s conclusion about which flaw in our judicial system is the greater tragedy is based on an assumption about which of these is the more serious error (letting the guilty go free or convicting the innocent). This type of assumption is called a value assumption (Browne and Keeley, 2018). It reflects the differences in values that people develop, differences that may lead us to disregard valid evidence that does not fit in with our particular values.

Oh, by the way, some students probably noticed this, but the seven tips for evaluating information that we shared in Module 1 are related to this. Actually, they are part of this section. The tips are, to a very large degree, set of ideas you can use to help you identify biases, distortions, omissions, and assumptions. If you do not remember this section, we strongly recommend you take a few minutes to review it.

skepticism :  a way of thinking in which you refrain from drawing a conclusion or changing your mind until good evidence has been provided

bias : an inclination, tendency, leaning, or prejudice

  • Which of your beliefs (or disbeliefs) from the Activate exercise for this section were derived from a process of critical thinking? If some of your beliefs were not based on critical thinking, are you willing to reassess these beliefs? If the answer is no, why do you think that is? If the answer is yes, what concrete steps will you take?

7.2 Reasoning and Judgment

  • What percentage of kidnappings are committed by strangers?
  • Which area of the house is riskiest: kitchen, bathroom, or stairs?
  • What is the most common cancer in the US?
  • What percentage of workplace homicides are committed by co-workers?

An essential set of procedural thinking skills is  reasoning , the ability to generate and evaluate solid conclusions from a set of statements or evidence. You should note that these conclusions (when they are generated instead of being evaluated) are one key type of inference that we described in Section 7.1. There are two main types of reasoning, deductive and inductive.

Deductive reasoning

Suppose your teacher tells you that if you get an A on the final exam in a course, you will get an A for the whole course. Then, you get an A on the final exam. What will your final course grade be? Most people can see instantly that you can conclude with certainty that you will get an A for the course. This is a type of reasoning called  deductive reasoning , which is defined as reasoning in which a conclusion is guaranteed to be true as long as the statements leading to it are true. The three statements can be listed as an  argument , with two beginning statements and a conclusion:

Statement 1: If you get an A on the final exam, you will get an A for the course

Statement 2: You get an A on the final exam

Conclusion: You will get an A for the course

This particular arrangement, in which true beginning statements lead to a guaranteed true conclusion, is known as a  deductively valid argument . Although deductive reasoning is often the subject of abstract, brain-teasing, puzzle-like word problems, it is actually an extremely important type of everyday reasoning. It is just hard to recognize sometimes. For example, imagine that you are looking for your car keys and you realize that they are either in the kitchen drawer or in your book bag. After looking in the kitchen drawer, you instantly know that they must be in your book bag. That conclusion results from a simple deductive reasoning argument. In addition, solid deductive reasoning skills are necessary for you to succeed in the sciences, philosophy, math, computer programming, and any endeavor involving the use of logic to persuade others to your point of view or to evaluate others’ arguments.

Cognitive psychologists, and before them philosophers, have been quite interested in deductive reasoning, not so much for its practical applications, but for the insights it can offer them about the ways that human beings think. One of the early ideas to emerge from the examination of deductive reasoning is that people learn (or develop) mental versions of rules that allow them to solve these types of reasoning problems (Braine, 1978; Braine, Reiser, & Rumain, 1984). The best way to see this point of view is to realize that there are different possible rules, and some of them are very simple. For example, consider this rule of logic:

therefore q

Logical rules are often presented abstractly, as letters, in order to imply that they can be used in very many specific situations. Here is a concrete version of the of the same rule:

I’ll either have pizza or a hamburger for dinner tonight (p or q)

I won’t have pizza (not p)

Therefore, I’ll have a hamburger (therefore q)

This kind of reasoning seems so natural, so easy, that it is quite plausible that we would use a version of this rule in our daily lives. At least, it seems more plausible than some of the alternative possibilities—for example, that we need to have experience with the specific situation (pizza or hamburger, in this case) in order to solve this type of problem easily. So perhaps there is a form of natural logic (Rips, 1990) that contains very simple versions of logical rules. When we are faced with a reasoning problem that maps onto one of these rules, we use the rule.

But be very careful; things are not always as easy as they seem. Even these simple rules are not so simple. For example, consider the following rule. Many people fail to realize that this rule is just as valid as the pizza or hamburger rule above.

if p, then q

therefore, not p

Concrete version:

If I eat dinner, then I will have dessert

I did not have dessert

Therefore, I did not eat dinner

The simple fact is, it can be very difficult for people to apply rules of deductive logic correctly; as a result, they make many errors when trying to do so. Is this a deductively valid argument or not?

Students who like school study a lot

Students who study a lot get good grades

Jane does not like school

Therefore, Jane does not get good grades

Many people are surprised to discover that this is not a logically valid argument; the conclusion is not guaranteed to be true from the beginning statements. Although the first statement says that students who like school study a lot, it does NOT say that students who do not like school do not study a lot. In other words, it may very well be possible to study a lot without liking school. Even people who sometimes get problems like this right might not be using the rules of deductive reasoning. Instead, they might just be making judgments for examples they know, in this case, remembering instances of people who get good grades despite not liking school.

Making deductive reasoning even more difficult is the fact that there are two important properties that an argument may have. One, it can be valid or invalid (meaning that the conclusion does or does not follow logically from the statements leading up to it). Two, an argument (or more correctly, its conclusion) can be true or false. Here is an example of an argument that is logically valid, but has a false conclusion (at least we think it is false).

Either you are eleven feet tall or the Grand Canyon was created by a spaceship crashing into the earth.

You are not eleven feet tall

Therefore the Grand Canyon was created by a spaceship crashing into the earth

This argument has the exact same form as the pizza or hamburger argument above, making it is deductively valid. The conclusion is so false, however, that it is absurd (of course, the reason the conclusion is false is that the first statement is false). When people are judging arguments, they tend to not observe the difference between deductive validity and the empirical truth of statements or conclusions. If the elements of an argument happen to be true, people are likely to judge the argument logically valid; if the elements are false, they will very likely judge it invalid (Markovits & Bouffard-Bouchard, 1992; Moshman & Franks, 1986). Thus, it seems a stretch to say that people are using these logical rules to judge the validity of arguments. Many psychologists believe that most people actually have very limited deductive reasoning skills (Johnson-Laird, 1999). They argue that when faced with a problem for which deductive logic is required, people resort to some simpler technique, such as matching terms that appear in the statements and the conclusion (Evans, 1982). This might not seem like a problem, but what if reasoners believe that the elements are true and they happen to be wrong; they will would believe that they are using a form of reasoning that guarantees they are correct and yet be wrong.

deductive reasoning :  a type of reasoning in which the conclusion is guaranteed to be true any time the statements leading up to it are true

argument :  a set of statements in which the beginning statements lead to a conclusion

deductively valid argument :  an argument for which true beginning statements guarantee that the conclusion is true

Inductive reasoning and judgment

Every day, you make many judgments about the likelihood of one thing or another. Whether you realize it or not, you are practicing  inductive reasoning   on a daily basis. In inductive reasoning arguments, a conclusion is likely whenever the statements preceding it are true. The first thing to notice about inductive reasoning is that, by definition, you can never be sure about your conclusion; you can only estimate how likely the conclusion is. Inductive reasoning may lead you to focus on Memory Encoding and Recoding when you study for the exam, but it is possible the instructor will ask more questions about Memory Retrieval instead. Unlike deductive reasoning, the conclusions you reach through inductive reasoning are only probable, not certain. That is why scientists consider inductive reasoning weaker than deductive reasoning. But imagine how hard it would be for us to function if we could not act unless we were certain about the outcome.

Inductive reasoning can be represented as logical arguments consisting of statements and a conclusion, just as deductive reasoning can be. In an inductive argument, you are given some statements and a conclusion (or you are given some statements and must draw a conclusion). An argument is  inductively strong   if the conclusion would be very probable whenever the statements are true. So, for example, here is an inductively strong argument:

  • Statement #1: The forecaster on Channel 2 said it is going to rain today.
  • Statement #2: The forecaster on Channel 5 said it is going to rain today.
  • Statement #3: It is very cloudy and humid.
  • Statement #4: You just heard thunder.
  • Conclusion (or judgment): It is going to rain today.

Think of the statements as evidence, on the basis of which you will draw a conclusion. So, based on the evidence presented in the four statements, it is very likely that it will rain today. Will it definitely rain today? Certainly not. We can all think of times that the weather forecaster was wrong.

A true story: Some years ago psychology student was watching a baseball playoff game between the St. Louis Cardinals and the Los Angeles Dodgers. A graphic on the screen had just informed the audience that the Cardinal at bat, (Hall of Fame shortstop) Ozzie Smith, a switch hitter batting left-handed for this plate appearance, had never, in nearly 3000 career at-bats, hit a home run left-handed. The student, who had just learned about inductive reasoning in his psychology class, turned to his companion (a Cardinals fan) and smugly said, “It is an inductively strong argument that Ozzie Smith will not hit a home run.” He turned back to face the television just in time to watch the ball sail over the right field fence for a home run. Although the student felt foolish at the time, he was not wrong. It was an inductively strong argument; 3000 at-bats is an awful lot of evidence suggesting that the Wizard of Ozz (as he was known) would not be hitting one out of the park (think of each at-bat without a home run as a statement in an inductive argument). Sadly (for the die-hard Cubs fan and Cardinals-hating student), despite the strength of the argument, the conclusion was wrong.

Given the possibility that we might draw an incorrect conclusion even with an inductively strong argument, we really want to be sure that we do, in fact, make inductively strong arguments. If we judge something probable, it had better be probable. If we judge something nearly impossible, it had better not happen. Think of inductive reasoning, then, as making reasonably accurate judgments of the probability of some conclusion given a set of evidence.

We base many decisions in our lives on inductive reasoning. For example:

Statement #1: Psychology is not my best subject

Statement #2: My psychology instructor has a reputation for giving difficult exams

Statement #3: My first psychology exam was much harder than I expected

Judgment: The next exam will probably be very difficult.

Decision: I will study tonight instead of watching Netflix.

Some other examples of judgments that people commonly make in a school context include judgments of the likelihood that:

  • A particular class will be interesting/useful/difficult
  • You will be able to finish writing a paper by next week if you go out tonight
  • Your laptop’s battery will last through the next trip to the library
  • You will not miss anything important if you skip class tomorrow
  • Your instructor will not notice if you skip class tomorrow
  • You will be able to find a book that you will need for a paper
  • There will be an essay question about Memory Encoding on the next exam

Tversky and Kahneman (1983) recognized that there are two general ways that we might make these judgments; they termed them extensional (i.e., following the laws of probability) and intuitive (i.e., using shortcuts or heuristics, see below). We will use a similar distinction between Type 1 and Type 2 thinking, as described by Keith Stanovich and his colleagues (Evans and Stanovich, 2013; Stanovich and West, 2000). Type 1 thinking is fast, automatic, effortful, and emotional. In fact, it is hardly fair to call it reasoning at all, as judgments just seem to pop into one’s head. Type 2 thinking , on the other hand, is slow, effortful, and logical. So obviously, it is more likely to lead to a correct judgment, or an optimal decision. The problem is, we tend to over-rely on Type 1. Now, we are not saying that Type 2 is the right way to go for every decision or judgment we make. It seems a bit much, for example, to engage in a step-by-step logical reasoning procedure to decide whether we will have chicken or fish for dinner tonight.

Many bad decisions in some very important contexts, however, can be traced back to poor judgments of the likelihood of certain risks or outcomes that result from the use of Type 1 when a more logical reasoning process would have been more appropriate. For example:

Statement #1: It is late at night.

Statement #2: Albert has been drinking beer for the past five hours at a party.

Statement #3: Albert is not exactly sure where he is or how far away home is.

Judgment: Albert will have no difficulty walking home.

Decision: He walks home alone.

As you can see in this example, the three statements backing up the judgment do not really support it. In other words, this argument is not inductively strong because it is based on judgments that ignore the laws of probability. What are the chances that someone facing these conditions will be able to walk home alone easily? And one need not be drunk to make poor decisions based on judgments that just pop into our heads.

The truth is that many of our probability judgments do not come very close to what the laws of probability say they should be. Think about it. In order for us to reason in accordance with these laws, we would need to know the laws of probability, which would allow us to calculate the relationship between particular pieces of evidence and the probability of some outcome (i.e., how much likelihood should change given a piece of evidence), and we would have to do these heavy math calculations in our heads. After all, that is what Type 2 requires. Needless to say, even if we were motivated, we often do not even know how to apply Type 2 reasoning in many cases.

So what do we do when we don’t have the knowledge, skills, or time required to make the correct mathematical judgment? Do we hold off and wait until we can get better evidence? Do we read up on probability and fire up our calculator app so we can compute the correct probability? Of course not. We rely on Type 1 thinking. We “wing it.” That is, we come up with a likelihood estimate using some means at our disposal. Psychologists use the term heuristic to describe the type of “winging it” we are talking about. A  heuristic   is a shortcut strategy that we use to make some judgment or solve some problem (see Section 7.3). Heuristics are easy and quick, think of them as the basic procedures that are characteristic of Type 1.  They can absolutely lead to reasonably good judgments and decisions in some situations (like choosing between chicken and fish for dinner). They are, however, far from foolproof. There are, in fact, quite a lot of situations in which heuristics can lead us to make incorrect judgments, and in many cases the decisions based on those judgments can have serious consequences.

Let us return to the activity that begins this section. You were asked to judge the likelihood (or frequency) of certain events and risks. You were free to come up with your own evidence (or statements) to make these judgments. This is where a heuristic crops up. As a judgment shortcut, we tend to generate specific examples of those very events to help us decide their likelihood or frequency. For example, if we are asked to judge how common, frequent, or likely a particular type of cancer is, many of our statements would be examples of specific cancer cases:

Statement #1: Andy Kaufman (comedian) had lung cancer.

Statement #2: Colin Powell (US Secretary of State) had prostate cancer.

Statement #3: Bob Marley (musician) had skin and brain cancer

Statement #4: Sandra Day O’Connor (Supreme Court Justice) had breast cancer.

Statement #5: Fred Rogers (children’s entertainer) had stomach cancer.

Statement #6: Robin Roberts (news anchor) had breast cancer.

Statement #7: Bette Davis (actress) had breast cancer.

Judgment: Breast cancer is the most common type.

Your own experience or memory may also tell you that breast cancer is the most common type. But it is not (although it is common). Actually, skin cancer is the most common type in the US. We make the same types of misjudgments all the time because we do not generate the examples or evidence according to their actual frequencies or probabilities. Instead, we have a tendency (or bias) to search for the examples in memory; if they are easy to retrieve, we assume that they are common. To rephrase this in the language of the heuristic, events seem more likely to the extent that they are available to memory. This bias has been termed the  availability heuristic   (Kahneman and Tversky, 1974).

The fact that we use the availability heuristic does not automatically mean that our judgment is wrong. The reason we use heuristics in the first place is that they work fairly well in many cases (and, of course that they are easy to use). So, the easiest examples to think of sometimes are the most common ones. Is it more likely that a member of the U.S. Senate is a man or a woman? Most people have a much easier time generating examples of male senators. And as it turns out, the U.S. Senate has many more men than women (74 to 26 in 2020). In this case, then, the availability heuristic would lead you to make the correct judgment; it is far more likely that a senator would be a man.

In many other cases, however, the availability heuristic will lead us astray. This is because events can be memorable for many reasons other than their frequency. Section 5.2, Encoding Meaning, suggested that one good way to encode the meaning of some information is to form a mental image of it. Thus, information that has been pictured mentally will be more available to memory. Indeed, an event that is vivid and easily pictured will trick many people into supposing that type of event is more common than it actually is. Repetition of information will also make it more memorable. So, if the same event is described to you in a magazine, on the evening news, on a podcast that you listen to, and in your Facebook feed; it will be very available to memory. Again, the availability heuristic will cause you to misperceive the frequency of these types of events.

Most interestingly, information that is unusual is more memorable. Suppose we give you the following list of words to remember: box, flower, letter, platypus, oven, boat, newspaper, purse, drum, car. Very likely, the easiest word to remember would be platypus, the unusual one. The same thing occurs with memories of events. An event may be available to memory because it is unusual, yet the availability heuristic leads us to judge that the event is common. Did you catch that? In these cases, the availability heuristic makes us think the exact opposite of the true frequency. We end up thinking something is common because it is unusual (and therefore memorable). Yikes.

The misapplication of the availability heuristic sometimes has unfortunate results. For example, if you went to K-12 school in the US over the past 10 years, it is extremely likely that you have participated in lockdown and active shooter drills. Of course, everyone is trying to prevent the tragedy of another school shooting. And believe us, we are not trying to minimize how terrible the tragedy is. But the truth of the matter is, school shootings are extremely rare. Because the federal government does not keep a database of school shootings, the Washington Post has maintained their own running tally. Between 1999 and January 2020 (the date of the most recent school shooting with a death in the US at of the time this paragraph was written), the Post reported a total of 254 people died in school shootings in the US. Not 254 per year, 254 total. That is an average of 12 per year. Of course, that is 254 people who should not have died (particularly because many were children), but in a country with approximately 60,000,000 students and teachers, this is a very small risk.

But many students and teachers are terrified that they will be victims of school shootings because of the availability heuristic. It is so easy to think of examples (they are very available to memory) that people believe the event is very common. It is not. And there is a downside to this. We happen to believe that there is an enormous gun violence problem in the United States. According the the Centers for Disease Control and Prevention, there were 39,773 firearm deaths in the US in 2017. Fifteen of those deaths were in school shootings, according to the Post. 60% of those deaths were suicides. When people pay attention to the school shooting risk (low), they often fail to notice the much larger risk.

And examples like this are by no means unique. The authors of this book have been teaching psychology since the 1990’s. We have been able to make the exact same arguments about the misapplication of the availability heuristics and keep them current by simply swapping out for the “fear of the day.” In the 1990’s it was children being kidnapped by strangers (it was known as “stranger danger”) despite the facts that kidnappings accounted for only 2% of the violent crimes committed against children, and only 24% of kidnappings are committed by strangers (US Department of Justice, 2007). This fear overlapped with the fear of terrorism that gripped the country after the 2001 terrorist attacks on the World Trade Center and US Pentagon and still plagues the population of the US somewhat in 2020. After a well-publicized, sensational act of violence, people are extremely likely to increase their estimates of the chances that they, too, will be victims of terror. Think about the reality, however. In October of 2001, a terrorist mailed anthrax spores to members of the US government and a number of media companies. A total of five people died as a result of this attack. The nation was nearly paralyzed by the fear of dying from the attack; in reality the probability of an individual person dying was 0.00000002.

The availability heuristic can lead you to make incorrect judgments in a school setting as well. For example, suppose you are trying to decide if you should take a class from a particular math professor. You might try to make a judgment of how good a teacher she is by recalling instances of friends and acquaintances making comments about her teaching skill. You may have some examples that suggest that she is a poor teacher very available to memory, so on the basis of the availability heuristic you judge her a poor teacher and decide to take the class from someone else. What if, however, the instances you recalled were all from the same person, and this person happens to be a very colorful storyteller? The subsequent ease of remembering the instances might not indicate that the professor is a poor teacher after all.

Although the availability heuristic is obviously important, it is not the only judgment heuristic we use. Amos Tversky and Daniel Kahneman examined the role of heuristics in inductive reasoning in a long series of studies. Kahneman received a Nobel Prize in Economics for this research in 2002, and Tversky would have certainly received one as well if he had not died of melanoma at age 59 in 1996 (Nobel Prizes are not awarded posthumously). Kahneman and Tversky demonstrated repeatedly that people do not reason in ways that are consistent with the laws of probability. They identified several heuristic strategies that people use instead to make judgments about likelihood. The importance of this work for economics (and the reason that Kahneman was awarded the Nobel Prize) is that earlier economic theories had assumed that people do make judgments rationally, that is, in agreement with the laws of probability.

Another common heuristic that people use for making judgments is the  representativeness heuristic (Kahneman & Tversky 1973). Suppose we describe a person to you. He is quiet and shy, has an unassuming personality, and likes to work with numbers. Is this person more likely to be an accountant or an attorney? If you said accountant, you were probably using the representativeness heuristic. Our imaginary person is judged likely to be an accountant because he resembles, or is representative of the concept of, an accountant. When research participants are asked to make judgments such as these, the only thing that seems to matter is the representativeness of the description. For example, if told that the person described is in a room that contains 70 attorneys and 30 accountants, participants will still assume that he is an accountant.

inductive reasoning :  a type of reasoning in which we make judgments about likelihood from sets of evidence

inductively strong argument :  an inductive argument in which the beginning statements lead to a conclusion that is probably true

heuristic :  a shortcut strategy that we use to make judgments and solve problems. Although they are easy to use, they do not guarantee correct judgments and solutions

availability heuristic :  judging the frequency or likelihood of some event type according to how easily examples of the event can be called to mind (i.e., how available they are to memory)

representativeness heuristic:   judging the likelihood that something is a member of a category on the basis of how much it resembles a typical category member (i.e., how representative it is of the category)

Type 1 thinking : fast, automatic, and emotional thinking.

Type 2 thinking : slow, effortful, and logical thinking.

  • What percentage of workplace homicides are co-worker violence?

Many people get these questions wrong. The answers are 10%; stairs; skin; 6%. How close were your answers? Explain how the availability heuristic might have led you to make the incorrect judgments.

  • Can you think of some other judgments that you have made (or beliefs that you have) that might have been influenced by the availability heuristic?

7.3 Problem Solving

  • Please take a few minutes to list a number of problems that you are facing right now.
  • Now write about a problem that you recently solved.
  • What is your definition of a problem?

Mary has a problem. Her daughter, ordinarily quite eager to please, appears to delight in being the last person to do anything. Whether getting ready for school, going to piano lessons or karate class, or even going out with her friends, she seems unwilling or unable to get ready on time. Other people have different kinds of problems. For example, many students work at jobs, have numerous family commitments, and are facing a course schedule full of difficult exams, assignments, papers, and speeches. How can they find enough time to devote to their studies and still fulfill their other obligations? Speaking of students and their problems: Show that a ball thrown vertically upward with initial velocity v0 takes twice as much time to return as to reach the highest point (from Spiegel, 1981).

These are three very different situations, but we have called them all problems. What makes them all the same, despite the differences? A psychologist might define a  problem   as a situation with an initial state, a goal state, and a set of possible intermediate states. Somewhat more meaningfully, we might consider a problem a situation in which you are in here one state (e.g., daughter is always late), you want to be there in another state (e.g., daughter is not always late), and with no obvious way to get from here to there. Defined this way, each of the three situations we outlined can now be seen as an example of the same general concept, a problem. At this point, you might begin to wonder what is not a problem, given such a general definition. It seems that nearly every non-routine task we engage in could qualify as a problem. As long as you realize that problems are not necessarily bad (it can be quite fun and satisfying to rise to the challenge and solve a problem), this may be a useful way to think about it.

Can we identify a set of problem-solving skills that would apply to these very different kinds of situations? That task, in a nutshell, is a major goal of this section. Let us try to begin to make sense of the wide variety of ways that problems can be solved with an important observation: the process of solving problems can be divided into two key parts. First, people have to notice, comprehend, and represent the problem properly in their minds (called  problem representation ). Second, they have to apply some kind of solution strategy to the problem. Psychologists have studied both of these key parts of the process in detail.

When you first think about the problem-solving process, you might guess that most of our difficulties would occur because we are failing in the second step, the application of strategies. Although this can be a significant difficulty much of the time, the more important source of difficulty is probably problem representation. In short, we often fail to solve a problem because we are looking at it, or thinking about it, the wrong way.

problem :  a situation in which we are in an initial state, have a desired goal state, and there is a number of possible intermediate states (i.e., there is no obvious way to get from the initial to the goal state)

problem representation :  noticing, comprehending and forming a mental conception of a problem

Defining and Mentally Representing Problems in Order to Solve Them

So, the main obstacle to solving a problem is that we do not clearly understand exactly what the problem is. Recall the problem with Mary’s daughter always being late. One way to represent, or to think about, this problem is that she is being defiant. She refuses to get ready in time. This type of representation or definition suggests a particular type of solution. Another way to think about the problem, however, is to consider the possibility that she is simply being sidetracked by interesting diversions. This different conception of what the problem is (i.e., different representation) suggests a very different solution strategy. For example, if Mary defines the problem as defiance, she may be tempted to solve the problem using some kind of coercive tactics, that is, to assert her authority as her mother and force her to listen. On the other hand, if Mary defines the problem as distraction, she may try to solve it by simply removing the distracting objects.

As you might guess, when a problem is represented one way, the solution may seem very difficult, or even impossible. Seen another way, the solution might be very easy. For example, consider the following problem (from Nasar, 1998):

Two bicyclists start 20 miles apart and head toward each other, each going at a steady rate of 10 miles per hour. At the same time, a fly that travels at a steady 15 miles per hour starts from the front wheel of the southbound bicycle and flies to the front wheel of the northbound one, then turns around and flies to the front wheel of the southbound one again, and continues in this manner until he is crushed between the two front wheels. Question: what total distance did the fly cover?

Please take a few minutes to try to solve this problem.

Most people represent this problem as a question about a fly because, well, that is how the question is asked. The solution, using this representation, is to figure out how far the fly travels on the first leg of its journey, then add this total to how far it travels on the second leg of its journey (when it turns around and returns to the first bicycle), then continue to add the smaller distance from each leg of the journey until you converge on the correct answer. You would have to be quite skilled at math to solve this problem, and you would probably need some time and pencil and paper to do it.

If you consider a different representation, however, you can solve this problem in your head. Instead of thinking about it as a question about a fly, think about it as a question about the bicycles. They are 20 miles apart, and each is traveling 10 miles per hour. How long will it take for the bicycles to reach each other? Right, one hour. The fly is traveling 15 miles per hour; therefore, it will travel a total of 15 miles back and forth in the hour before the bicycles meet. Represented one way (as a problem about a fly), the problem is quite difficult. Represented another way (as a problem about two bicycles), it is easy. Changing your representation of a problem is sometimes the best—sometimes the only—way to solve it.

Unfortunately, however, changing a problem’s representation is not the easiest thing in the world to do. Often, problem solvers get stuck looking at a problem one way. This is called  fixation . Most people who represent the preceding problem as a problem about a fly probably do not pause to reconsider, and consequently change, their representation. A parent who thinks her daughter is being defiant is unlikely to consider the possibility that her behavior is far less purposeful.

Problem-solving fixation was examined by a group of German psychologists called Gestalt psychologists during the 1930’s and 1940’s. Karl Dunker, for example, discovered an important type of failure to take a different perspective called  functional fixedness . Imagine being a participant in one of his experiments. You are asked to figure out how to mount two candles on a door and are given an assortment of odds and ends, including a small empty cardboard box and some thumbtacks. Perhaps you have already figured out a solution: tack the box to the door so it forms a platform, then put the candles on top of the box. Most people are able to arrive at this solution. Imagine a slight variation of the procedure, however. What if, instead of being empty, the box had matches in it? Most people given this version of the problem do not arrive at the solution given above. Why? Because it seems to people that when the box contains matches, it already has a function; it is a matchbox. People are unlikely to consider a new function for an object that already has a function. This is functional fixedness.

Mental set is a type of fixation in which the problem solver gets stuck using the same solution strategy that has been successful in the past, even though the solution may no longer be useful. It is commonly seen when students do math problems for homework. Often, several problems in a row require the reapplication of the same solution strategy. Then, without warning, the next problem in the set requires a new strategy. Many students attempt to apply the formerly successful strategy on the new problem and therefore cannot come up with a correct answer.

The thing to remember is that you cannot solve a problem unless you correctly identify what it is to begin with (initial state) and what you want the end result to be (goal state). That may mean looking at the problem from a different angle and representing it in a new way. The correct representation does not guarantee a successful solution, but it certainly puts you on the right track.

A bit more optimistically, the Gestalt psychologists discovered what may be considered the opposite of fixation, namely  insight . Sometimes the solution to a problem just seems to pop into your head. Wolfgang Kohler examined insight by posing many different problems to chimpanzees, principally problems pertaining to their acquisition of out-of-reach food. In one version, a banana was placed outside of a chimpanzee’s cage and a short stick inside the cage. The stick was too short to retrieve the banana, but was long enough to retrieve a longer stick also located outside of the cage. This second stick was long enough to retrieve the banana. After trying, and failing, to reach the banana with the shorter stick, the chimpanzee would try a couple of random-seeming attempts, react with some apparent frustration or anger, then suddenly rush to the longer stick, the correct solution fully realized at this point. This sudden appearance of the solution, observed many times with many different problems, was termed insight by Kohler.

Lest you think it pertains to chimpanzees only, Karl Dunker demonstrated that children also solve problems through insight in the 1930s. More importantly, you have probably experienced insight yourself. Think back to a time when you were trying to solve a difficult problem. After struggling for a while, you gave up. Hours later, the solution just popped into your head, perhaps when you were taking a walk, eating dinner, or lying in bed.

fixation :  when a problem solver gets stuck looking at a problem a particular way and cannot change his or her representation of it (or his or her intended solution strategy)

functional fixedness :  a specific type of fixation in which a problem solver cannot think of a new use for an object that already has a function

mental set :  a specific type of fixation in which a problem solver gets stuck using the same solution strategy that has been successful in the past

insight :  a sudden realization of a solution to a problem

Solving Problems by Trial and Error

Correctly identifying the problem and your goal for a solution is a good start, but recall the psychologist’s definition of a problem: it includes a set of possible intermediate states. Viewed this way, a problem can be solved satisfactorily only if one can find a path through some of these intermediate states to the goal. Imagine a fairly routine problem, finding a new route to school when your ordinary route is blocked (by road construction, for example). At each intersection, you may turn left, turn right, or go straight. A satisfactory solution to the problem (of getting to school) is a sequence of selections at each intersection that allows you to wind up at school.

If you had all the time in the world to get to school, you might try choosing intermediate states randomly. At one corner you turn left, the next you go straight, then you go left again, then right, then right, then straight. Unfortunately, trial and error will not necessarily get you where you want to go, and even if it does, it is not the fastest way to get there. For example, when a friend of ours was in college, he got lost on the way to a concert and attempted to find the venue by choosing streets to turn onto randomly (this was long before the use of GPS). Amazingly enough, the strategy worked, although he did end up missing two out of the three bands who played that night.

Trial and error is not all bad, however. B.F. Skinner, a prominent behaviorist psychologist, suggested that people often behave randomly in order to see what effect the behavior has on the environment and what subsequent effect this environmental change has on them. This seems particularly true for the very young person. Picture a child filling a household’s fish tank with toilet paper, for example. To a child trying to develop a repertoire of creative problem-solving strategies, an odd and random behavior might be just the ticket. Eventually, the exasperated parent hopes, the child will discover that many of these random behaviors do not successfully solve problems; in fact, in many cases they create problems. Thus, one would expect a decrease in this random behavior as a child matures. You should realize, however, that the opposite extreme is equally counterproductive. If the children become too rigid, never trying something unexpected and new, their problem solving skills can become too limited.

Effective problem solving seems to call for a happy medium that strikes a balance between using well-founded old strategies and trying new ground and territory. The individual who recognizes a situation in which an old problem-solving strategy would work best, and who can also recognize a situation in which a new untested strategy is necessary is halfway to success.

Solving Problems with Algorithms and Heuristics

For many problems there is a possible strategy available that will guarantee a correct solution. For example, think about math problems. Math lessons often consist of step-by-step procedures that can be used to solve the problems. If you apply the strategy without error, you are guaranteed to arrive at the correct solution to the problem. This approach is called using an  algorithm , a term that denotes the step-by-step procedure that guarantees a correct solution. Because algorithms are sometimes available and come with a guarantee, you might think that most people use them frequently. Unfortunately, however, they do not. As the experience of many students who have struggled through math classes can attest, algorithms can be extremely difficult to use, even when the problem solver knows which algorithm is supposed to work in solving the problem. In problems outside of math class, we often do not even know if an algorithm is available. It is probably fair to say, then, that algorithms are rarely used when people try to solve problems.

Because algorithms are so difficult to use, people often pass up the opportunity to guarantee a correct solution in favor of a strategy that is much easier to use and yields a reasonable chance of coming up with a correct solution. These strategies are called  problem solving heuristics . Similar to what you saw in section 6.2 with reasoning heuristics, a problem solving heuristic is a shortcut strategy that people use when trying to solve problems. It usually works pretty well, but does not guarantee a correct solution to the problem. For example, one problem solving heuristic might be “always move toward the goal” (so when trying to get to school when your regular route is blocked, you would always turn in the direction you think the school is). A heuristic that people might use when doing math homework is “use the same solution strategy that you just used for the previous problem.”

By the way, we hope these last two paragraphs feel familiar to you. They seem to parallel a distinction that you recently learned. Indeed, algorithms and problem-solving heuristics are another example of the distinction between Type 1 thinking and Type 2 thinking.

Although it is probably not worth describing a large number of specific heuristics, two observations about heuristics are worth mentioning. First, heuristics can be very general or they can be very specific, pertaining to a particular type of problem only. For example, “always move toward the goal” is a general strategy that you can apply to countless problem situations. On the other hand, “when you are lost without a functioning gps, pick the most expensive car you can see and follow it” is specific to the problem of being lost. Second, all heuristics are not equally useful. One heuristic that many students know is “when in doubt, choose c for a question on a multiple-choice exam.” This is a dreadful strategy because many instructors intentionally randomize the order of answer choices. Another test-taking heuristic, somewhat more useful, is “look for the answer to one question somewhere else on the exam.”

You really should pay attention to the application of heuristics to test taking. Imagine that while reviewing your answers for a multiple-choice exam before turning it in, you come across a question for which you originally thought the answer was c. Upon reflection, you now think that the answer might be b. Should you change the answer to b, or should you stick with your first impression? Most people will apply the heuristic strategy to “stick with your first impression.” What they do not realize, of course, is that this is a very poor strategy (Lilienfeld et al, 2009). Most of the errors on exams come on questions that were answered wrong originally and were not changed (so they remain wrong). There are many fewer errors where we change a correct answer to an incorrect answer. And, of course, sometimes we change an incorrect answer to a correct answer. In fact, research has shown that it is more common to change a wrong answer to a right answer than vice versa (Bruno, 2001).

The belief in this poor test-taking strategy (stick with your first impression) is based on the  confirmation bias   (Nickerson, 1998; Wason, 1960). You first saw the confirmation bias in Module 1, but because it is so important, we will repeat the information here. People have a bias, or tendency, to notice information that confirms what they already believe. Somebody at one time told you to stick with your first impression, so when you look at the results of an exam you have taken, you will tend to notice the cases that are consistent with that belief. That is, you will notice the cases in which you originally had an answer correct and changed it to the wrong answer. You tend not to notice the other two important (and more common) cases, changing an answer from wrong to right, and leaving a wrong answer unchanged.

Because heuristics by definition do not guarantee a correct solution to a problem, mistakes are bound to occur when we employ them. A poor choice of a specific heuristic will lead to an even higher likelihood of making an error.

algorithm :  a step-by-step procedure that guarantees a correct solution to a problem

problem solving heuristic :  a shortcut strategy that we use to solve problems. Although they are easy to use, they do not guarantee correct judgments and solutions

confirmation bias :  people’s tendency to notice information that confirms what they already believe

An Effective Problem-Solving Sequence

You may be left with a big question: If algorithms are hard to use and heuristics often don’t work, how am I supposed to solve problems? Robert Sternberg (1996), as part of his theory of what makes people successfully intelligent (Module 8) described a problem-solving sequence that has been shown to work rather well:

  • Identify the existence of a problem.  In school, problem identification is often easy; problems that you encounter in math classes, for example, are conveniently labeled as problems for you. Outside of school, however, realizing that you have a problem is a key difficulty that you must get past in order to begin solving it. You must be very sensitive to the symptoms that indicate a problem.
  • Define the problem.  Suppose you realize that you have been having many headaches recently. Very likely, you would identify this as a problem. If you define the problem as “headaches,” the solution would probably be to take aspirin or ibuprofen or some other anti-inflammatory medication. If the headaches keep returning, however, you have not really solved the problem—likely because you have mistaken a symptom for the problem itself. Instead, you must find the root cause of the headaches. Stress might be the real problem. For you to successfully solve many problems it may be necessary for you to overcome your fixations and represent the problems differently. One specific strategy that you might find useful is to try to define the problem from someone else’s perspective. How would your parents, spouse, significant other, doctor, etc. define the problem? Somewhere in these different perspectives may lurk the key definition that will allow you to find an easier and permanent solution.
  • Formulate strategy.  Now it is time to begin planning exactly how the problem will be solved. Is there an algorithm or heuristic available for you to use? Remember, heuristics by their very nature guarantee that occasionally you will not be able to solve the problem. One point to keep in mind is that you should look for long-range solutions, which are more likely to address the root cause of a problem than short-range solutions.
  • Represent and organize information.  Similar to the way that the problem itself can be defined, or represented in multiple ways, information within the problem is open to different interpretations. Suppose you are studying for a big exam. You have chapters from a textbook and from a supplemental reader, along with lecture notes that all need to be studied. How should you (represent and) organize these materials? Should you separate them by type of material (text versus reader versus lecture notes), or should you separate them by topic? To solve problems effectively, you must learn to find the most useful representation and organization of information.
  • Allocate resources.  This is perhaps the simplest principle of the problem solving sequence, but it is extremely difficult for many people. First, you must decide whether time, money, skills, effort, goodwill, or some other resource would help to solve the problem Then, you must make the hard choice of deciding which resources to use, realizing that you cannot devote maximum resources to every problem. Very often, the solution to problem is simply to change how resources are allocated (for example, spending more time studying in order to improve grades).
  • Monitor and evaluate solutions.  Pay attention to the solution strategy while you are applying it. If it is not working, you may be able to select another strategy. Another fact you should realize about problem solving is that it never does end. Solving one problem frequently brings up new ones. Good monitoring and evaluation of your problem solutions can help you to anticipate and get a jump on solving the inevitable new problems that will arise.

Please note that this as  an  effective problem-solving sequence, not  the  effective problem solving sequence. Just as you can become fixated and end up representing the problem incorrectly or trying an inefficient solution, you can become stuck applying the problem-solving sequence in an inflexible way. Clearly there are problem situations that can be solved without using these skills in this order.

Additionally, many real-world problems may require that you go back and redefine a problem several times as the situation changes (Sternberg et al. 2000). For example, consider the problem with Mary’s daughter one last time. At first, Mary did represent the problem as one of defiance. When her early strategy of pleading and threatening punishment was unsuccessful, Mary began to observe her daughter more carefully. She noticed that, indeed, her daughter’s attention would be drawn by an irresistible distraction or book. Fresh with a re-representation of the problem, she began a new solution strategy. She began to remind her daughter every few minutes to stay on task and remind her that if she is ready before it is time to leave, she may return to the book or other distracting object at that time. Fortunately, this strategy was successful, so Mary did not have to go back and redefine the problem again.

Pick one or two of the problems that you listed when you first started studying this section and try to work out the steps of Sternberg’s problem solving sequence for each one.

a mental representation of a category of things in the world

an assumption about the truth of something that is not stated. Inferences come from our prior knowledge and experience, and from logical reasoning

knowledge about one’s own cognitive processes; thinking about your thinking

individuals who are less competent tend to overestimate their abilities more than individuals who are more competent do

Thinking like a scientist in your everyday life for the purpose of drawing correct conclusions. It entails skepticism; an ability to identify biases, distortions, omissions, and assumptions; and excellent deductive and inductive reasoning, and problem solving skills.

a way of thinking in which you refrain from drawing a conclusion or changing your mind until good evidence has been provided

an inclination, tendency, leaning, or prejudice

a type of reasoning in which the conclusion is guaranteed to be true any time the statements leading up to it are true

a set of statements in which the beginning statements lead to a conclusion

an argument for which true beginning statements guarantee that the conclusion is true

a type of reasoning in which we make judgments about likelihood from sets of evidence

an inductive argument in which the beginning statements lead to a conclusion that is probably true

fast, automatic, and emotional thinking

slow, effortful, and logical thinking

a shortcut strategy that we use to make judgments and solve problems. Although they are easy to use, they do not guarantee correct judgments and solutions

udging the frequency or likelihood of some event type according to how easily examples of the event can be called to mind (i.e., how available they are to memory)

judging the likelihood that something is a member of a category on the basis of how much it resembles a typical category member (i.e., how representative it is of the category)

a situation in which we are in an initial state, have a desired goal state, and there is a number of possible intermediate states (i.e., there is no obvious way to get from the initial to the goal state)

noticing, comprehending and forming a mental conception of a problem

when a problem solver gets stuck looking at a problem a particular way and cannot change his or her representation of it (or his or her intended solution strategy)

a specific type of fixation in which a problem solver cannot think of a new use for an object that already has a function

a specific type of fixation in which a problem solver gets stuck using the same solution strategy that has been successful in the past

a sudden realization of a solution to a problem

a step-by-step procedure that guarantees a correct solution to a problem

The tendency to notice and pay attention to information that confirms your prior beliefs and to ignore information that disconfirms them.

a shortcut strategy that we use to solve problems. Although they are easy to use, they do not guarantee correct judgments and solutions

Introduction to Psychology Copyright © 2020 by Ken Gray; Elizabeth Arnott-Hill; and Or'Shaundra Benson is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License , except where otherwise noted.

Share This Book

U.S. flag

An official website of the United States government

The .gov means it’s official. Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you’re on a federal government site.

The site is secure. The https:// ensures that you are connecting to the official website and that any information you provide is encrypted and transmitted securely.

  • Publications
  • Account settings

Preview improvements coming to the PMC website in October 2024. Learn More or Try it out now .

  • Advanced Search
  • Journal List
  • Elsevier - PMC COVID-19 Collection

Logo of pheelsevier

Problem solving through values: A challenge for thinking and capability development

  • • This paper introduces the 4W framework of consistent problem solving through values.
  • • The 4W suggests when, how and why the explication of values helps to solve a problem.
  • • The 4W is significant to teach students to cope with problems having crucial consequences.
  • • The paper considers challenges using such framework of thinking in different fields of education.

The paper aims to introduce the conceptual framework of problem solving through values. The framework consists of problem analysis, selection of value(s) as a background for the solution, the search for alternative ways of the solution, and the rationale for the solution. This framework reveals when, how, and why is important to think about values when solving problems. A consistent process fosters cohesive and creative value-based thinking during problem solving rather than teaching specific values. Therefore, the framework discloses the possibility for enabling the development of value-grounded problem solving capability.The application of this framework highlights the importance of responsibility for the chosen values that are the basis for the alternatives which determine actions. The 4W framework is meaningful for the people’s lives and their professional work. It is particularly important in the process of future professionals’ education. Critical issues concerning the development of problem solving through values are discussed when considering and examining options for the implementation of the 4W framework in educational institutions.

1. Introduction

The core competencies necessary for future professionals include problem solving based on complexity and collaborative approaches ( OECD, 2018 ). Currently, the emphasis is put on the development of technical, technological skills as well as system thinking and other cognitive abilities (e.g., Barber, 2018 ; Blanco, Schirmbeck, & Costa, 2018 ). Hence, education prepares learners with high qualifications yet lacking in moral values ( Nadda, 2017 ). Educational researchers (e.g., Barnett, 2007 ; Harland & Pickering, 2010 ) stress that such skills and abilities ( the how? ), as well as knowledge ( the what? ), are insufficient to educate a person for society and the world. The philosophy of education underlines both the epistemological and ontological dimensions of learning. Barnett (2007) points out that the ontological dimension has to be above the epistemological one. The ontological dimension encompasses the issues related to values that education should foster ( Harland & Pickering, 2010 ). In addition, values are closely related to the enablement of learners in educational environments ( Jucevičienė et al., 2010 ). For these reasons, ‘ the why ?’ based on values is required in the learning process. The question arises as to what values and how it makes sense to educate them. Value-based education seeks to address these issues and concentrates on values transfer due to their integration into the curriculum. Yazdani and Akbarilakeh (2017) discussed that value-based education could only convey factual knowledge of values and ethics. However, such education does not guarantee the internalization of values. Nevertheless, value-based education indicates problem solving as one of the possibilities to develop values.

Values guide and affect personal behavior encompassing the ethical aspects of solutions ( Roccas, Sagiv, & Navon, 2017 ; Schwartz, 1992 , 2012 ; Verplanken & Holland, 2002 ). Therefore, they represent the essential foundation for solving a problem. Growing evidence indicates the creative potential of values ( Dollinger, Burke, & Gump, 2007 ; Kasof, Chen, Himsel, & Greenberger, 2007 ; Lebedeva et al., 2019) and emphasizes their significance for problem solving. Meanwhile, research in problem solving pays little attention to values. Most of the problem solving models (e.g., Newell & Simon, 1972 ; Jonassen, 1997 ) utilize a rational economic approach. Principally, the research on the mechanisms of problem solving have been conducted under laboratory conditions performing simple tasks ( Csapó & Funke, 2017 ). Moreover, some of the decision-making models share the same steps as problem solving (c.f., Donovan, Guss, & Naslund, 2015 ). This explains why these terms are sometimes used interchangeably ( Huitt, 1992 ). Indeed, decision-making is a part of problem solving, which emerges while choosing between alternatives. Yet, values, moral, and ethical issues are more common in decision-making research (e.g., Keeney, 1994 ; Verplanken & Holland, 2002 ; Hall & Davis, 2007 ; Sheehan & Schmidt, 2015 ). Though, research by Shepherd, Patzelt, and Baron (2013) , Baron, Zhao, and Miao (2015) has affirmed that contemporary business decision makers rather often leave aside ethical issues and moral values. Thus, ‘ethical disengagement fallacy’ ( Sternberg, 2017, p.7 ) occurs as people think that ethics is more relevant to others. In the face of such disengagement, ethical issues lose their prominence.

The analysis of the literature revealed a wide field of problem solving research presenting a range of more theoretical insights rather empirical evidence. Despite this, to date, a comprehensive model that reveals how to solve problems emphasizing thinking about values is lacking. This underlines the relevance of the chosen topic, i.e. a challenge for thinking and for the development of capabilities addressing problems through values. To address this gap, the following issues need to be investigated: When, how, and why a problem solver should take into account values during problem solving? What challenges may occur for using such framework of thinking in different fields of education? Aiming this, the authors of the paper substantiated the conceptual framework of problem solving grounded in consistent thinking about values. The substantiation consists of several parts. First, different approaches to solving problems were examined. Second, searching to reveal the possibilities of values integration into problem solving, value-based approaches significant for problem solving were critically analyzed. Third, drawing on the effect of values when solving a problem and their creative potential, the authors of this paper claim that the identification of values and their choice for a solution need to be specified in the process of problem solving. As a synthesis of conclusions coming from the literature review and conceptual extensions regarding values, the authors of the paper created the coherent framework of problem solving through values (so called 4W).

The novelty of the 4W framework is exposed by several contributions. First, the clear design of overall problem solving process with attention on integrated thinking about values is used. Unlike in most models of problem solving, the first stage encompass the identification of a problem, an analysis of a context and the perspectives that influence the whole process, i.e. ‘What?’. The stage ‘What is the basis for a solution?’ focus on values identification and their choice. The stage ‘Ways how?’ encourages to create alternatives considering values. The stage ‘Why?’ represent justification of a chosen alternative according particular issues. Above-mentioned stages including specific steps are not found in any other model of problem solving. Second, even two key stages nurture thinking about values. The specificity of the 4W framework allows expecting its successful practical application. It may help to solve a problem more informed revealing when and how the explication of values helps to reach the desired value-based solution. The particular significance is that the 4W framework can be used to develop capabilities to solve problems through values. The challenges to use the 4W framework in education are discussed.

2. Methodology

To create the 4W framework, the integrative literature review was chosen. According to Snyder (2019) , this review is ‘useful when the purpose of the review is not to cover all articles ever published on the topic but rather to combine perspectives to create new theoretical models’ (p.334). The scope of this review focused on research disclosing problem solving process that paid attention on values. The following databases were used for relevant information search: EBSCO/Hostdatabases (ERIC, Education Source), Emerald, Google Scholar. The first step of this search was conducted using integrated keywords problem solving model , problem solving process, problem solving steps . These keywords were combined with the Boolean operator AND with the second keywords values approach, value-based . The inclusion criteria were used to identify research that: presents theoretical backgrounds and/or empirical evidences; performed within the last 5 years; within an educational context; availability of full text. The sources appropriate for this review was very limited in scope (N = 2).

We implemented the second search only with the same set of the integrated keywords. The inclusion criteria were the same except the date; this criterion was extended up to 10 years. This search presented 85 different sources. After reading the summaries, introductions and conclusions of the sources found, the sources that do not explicitly provide the process/models/steps of problem solving for teaching/learning purposes and eliminates values were excluded. Aiming to see a more accurate picture of the chosen topic, we selected secondary sources from these initial sources.

Several important issues were determined as well. First, most researchers ground their studies on existing problem solving models, however, not based on values. Second, some of them conducted empirical research in order to identify the process of studies participants’ problem solving. Therefore, we included sources without date restrictions trying to identify the principal sources that reveal the process/models/steps of problem solving. Third, decision-making is a part of problem solving process. Accordingly, we performed a search with the additional keywords decision-making AND values approach, value-based decision-making . We used such inclusion criteria: presents theoretical background and/or empirical evidence; no date restriction; within an educational context; availability of full text. These all searches resulted in a total of 16 (9 theoretical and 7 empirical) sources for inclusion. They were the main sources that contributed most fruitfully for the background. We used other sources for the justification the wholeness of the 4W framework. We present the principal results of the conducted literature review in the part ‘The background of the conceptual framework’.

3. The background of the conceptual framework

3.1. different approaches of how to solve a problem.

Researchers from different fields focus on problem solving. As a result, there still seems to be a lack of a conventional definition of problem solving. Regardless of some differences, there is an agreement that problem solving is a cognitive process and one of the meaningful and significant ways of learning ( Funke, 2014 ; Jonassen, 1997 ; Mayer & Wittrock, 2006 ). Differing in approaches to solving a problem, researchers ( Collins, Sibthorp, & Gookin, 2016 ; Jonassen, 1997 ; Litzinger et al., 2010 ; Mayer & Wittrock, 2006 ; O’Loughlin & McFadzean, 1999 ; ect.) present a variety of models that differ in the number of distinct steps. What is similar in these models is that they stress the procedural process of problem solving with the focus on the development of specific skills and competences.

For the sake of this paper, we have focused on those models of problem solving that clarify the process and draw attention to values, specifically, on Huitt (1992) , Basadur, Ellspermann, and Evans (1994) , and Morton (1997) . Integrating the creative approach to problem solving, Newell and Simon (1972) presents six phases: phase 1 - identifying the problem, phase 2 - understanding the problem, phase 3 - posing solutions, phase 4 - choosing solutions, phase 5 - implementing solutions, and phase 6 - final analysis. The weakness of this model is that these phases do not necessarily follow one another, and several can coincide. However, coping with simultaneously occurring phases could be a challenge, especially if these are, for instance, phases five and six. Certainly, it may be necessary to return to the previous phases for further analysis. According to Basadur et al. (1994) , problem solving consists of problem generation, problem formulation, problem solving, and solution implementation stages. Huitt (1992) distinguishes four stages in problem solving: input, processing, output, and review. Both Huitt (1992) and Basadur et al. (1994) four-stage models emphasize a sequential process of problem solving. Thus, problem solving includes four stages that are used in education. For example, problem-based learning employs such stages as introduction of the problem, problem analysis and learning issues, discovery and reporting, solution presentation and evaluation ( Chua, Tan, & Liu, 2016 ). Even PISA 2012 framework for problem solving composes four stages: exploring and understanding, representing and formulating, planning and executing, monitoring and reflecting ( OECD, 2013 ).

Drawing on various approaches to problem solving, it is possible to notice that although each stage is named differently, it is possible to reveal some general steps. These steps reflect the essential idea of problem solving: a search for the solution from the initial state to the desirable state. The identification of a problem and its contextual elements, the generation of alternatives to a problem solution, the evaluation of these alternatives according to specific criteria, the choice of an alternative for a solution, the implementation, and monitoring of the solution are the main proceeding steps in problem solving.

3.2. Value-based approaches relevant for problem solving

Huitt (1992) suggests that important values are among the criteria for the evaluation of alternatives and the effectiveness of a chosen solution. Basadur et al. (1994) point out to visible values in the problem formulation. Morton (1997) underlines that interests, investigation, prevention, and values of all types, which may influence the process, inspire every phase of problem solving. However, the aforementioned authors do not go deeper and do not seek to disclose the significance of values for problem solving.

Decision-making research shows more possibilities for problem solving and values integration. Sheehan and Schmidt (2015) model of ethical decision-making includes moral sensitivity, moral judgment, moral motivation, and moral action where values are presented in the component of moral motivation. Another useful approach concerned with values comes from decision-making in management. It is the concept of Value-Focused Thinking (VFT) proposed by Keeney (1994) . The author argues that the goals often are merely means of achieving results in traditional models of problem solving. Such models frequently do not help to identify logical links between the problem solving goals, values, and alternatives. Thus, according to Keeney (1994) , the decision-making starts with values as they are stated in the goals and objectives of decision-makers. VFT emphasizes the core values of decision-makers that are in a specific context as well as how to find a way to achieve them by using means-ends analysis. The weakness of VFT is its restriction to this means-ends analysis. According to Shin, Jonassen, and McGee (2003) , in searching for a solution, such analysis is weak as the problem solver focuses simply on removing inadequacies between the current state and the goal state. The strengths of this approach underline that values are included in the decision before alternatives are created. Besides, values help to find creative and meaningful alternatives and to assess them. Further, they include the forthcoming consequences of the decision. As VFT emphasizes the significant function of values and clarifies the possibilities of their integration into problem solving, we adapt this approach in the current paper.

3.3. The effect of values when solving a problem

In a broader sense, values provide a direction to a person’s life. Whereas the importance of values is relatively stable over time and across situations, Roccas et al. (2017) argue that values differ in their importance to a person. Verplanken and Holland (2002) investigated the relationship between values and choices or behavior. The research revealed that the activation of a value and the centrality of a value to the self, are the essential elements for value-guided behavior. The activation of values could happen in such cases: when values are the primary focus of attention; if the situation or the information a person is confronted with implies values; when the self is activated. The centrality of a particular value is ‘the degree to which an individual has incorporated this value as part of the self’ ( Verplanken & Holland, 2002, p.436 ). Thus, the perceived importance of values and attention to them determine value-guided behavior.

According to Argandoña (2003) , values can change due to external (changing values in the people around, in society, changes in situations, etc.) and internal (internalization by learning) factors affecting the person. The research by Hall and Davis (2007) indicates that the decision-makers’ applied value profile temporarily changed as they analyzed the issue from multiple perspectives and revealed the existence of a broader set of values. The study by Kirkman (2017) reveal that participants noticed the relevance of moral values to situations they encountered in various contexts.

Values are tightly related to personal integrity and identity and guide an individual’s perception, judgment, and behavior ( Halstead, 1996 ; Schwartz, 1992 ). Sheehan and Schmidt (2015) found that values influenced ethical decision-making of accounting study programme students when they uncovered their own values and grounded in them their individual codes of conduct for future jobs. Hence, the effect of values discloses by observing the problem solver’s decision-making. The latter observations could explain the abundance of ethics-laden research in decision-making rather than in problem solving.

Contemporary researchers emphasize the creative potential of values. Dollinger et al. (2007) , Kasof et al. (2007) , Lebedeva, Schwartz, Plucker, & Van De Vijver, 2019 present to some extent similar findings as they all used Schwartz Value Survey (respectively: Schwartz, 1992 ; ( Schwartz, 1994 ), Schwartz, 2012 ). These studies disclosed that such values as self-direction, stimulation and universalism foster creativity. Kasof et al. (2007) focused their research on identified motivation. Stressing that identified motivation is the only fully autonomous type of external motivation, authors define it as ‘the desire to commence an activity as a means to some end that one greatly values’ (p.106). While identified motivation toward specific values (italic in original) fosters the search for outcomes that express those specific values, this research demonstrated that it could also inhibit creative behavior. Thus, inhibition is necessary, especially in the case where reckless creativity could have painful consequences, for example, when an architect creates a beautiful staircase without a handrail. Consequently, creativity needs to be balanced.

Ultimately, values affect human beings’ lives as they express the motivational goals ( Schwartz, 1992 ). These motivational goals are the comprehensive criteria for a person’s choices when solving problems. Whereas some problem solving models only mention values as possible evaluation criteria, but they do not give any significant suggestions when and how the problem solver could think about the values coming to the understanding that his/her values direct the decision how to solve the problem. The authors of this paper claim that the identification of personal values and their choice for a solution need to be specified in the process of problem solving. This position is clearly reflected in humanistic philosophy and psychology ( Maslow, 2011 ; Rogers, 1995 ) that emphasize personal responsibility for discovering personal values through critical questioning, honest self-esteem, self-discovery, and open-mindedness in the constant pursuit of the truth in the path of individual life. However, fundamental (of humankind) and societal values should be taken into account. McLaughlin (1997) argues that a clear boundary between societal and personal values is difficult to set as they are intertwined due to their existence in complex cultural, social, and political contexts at a particular time. A person is related to time and context when choosing values. As a result, a person assumes existing values as implicit knowledge without as much as a consideration. This is particularly evident in the current consumer society.

Moreover, McLaughlin (1997) stresses that if a particular action should be tolerated and legitimated by society, it does not mean that this action is ultimately morally acceptable in all respects. Education has possibilities to reveal this. One such possibility is to turn to the capability approach ( Sen, 1990 ), which emphasizes what people are effectively able to do and to be. Capability, according to Sen (1990) , reflects a person’s freedom to choose between various ways of living, i.e., the focus is on the development of a person’s capability to choose the life he/she has a reason to value. According to Webster (2017) , ‘in order for people to value certain aspects of life, they need to appreciate the reasons and purposes – the whys – for certain valuing’ (italic in original; p.75). As values reflect and foster these whys, education should supplement the development of capability with attention to values ( Saito, 2003 ). In order to attain this possibility, a person has to be aware of and be able to understand two facets of values. Argandoña (2003) defines them as rationality and virtuality . Rationality refers to values as the ideal of conduct and involves the development of a person’s understanding of what values and why he/she should choose them when solving a problem. Virtuality approaches values as virtues and includes learning to enable a person to live according to his/her values. However, according to McLaughlin (1997) , some people may have specific values that are deep or self-evidently essential. These values are based on fundamental beliefs about the nature and purpose of the human being. Other values can be more or less superficial as they are based on giving priority to one or the other. Thus, virtuality highlights the depth of life harmonized to fundamentally rather than superficially laden values. These approaches inform the rationale for the framework of problem solving through values.

4. The 4W framework of problem solving through values

Similar to the above-presented stages of the problem solving processes, the introduced framework by the authors of this paper revisits them (see Fig. 1 ). The framework is titled 4W as its four stages respond to such questions: Analyzing the Problem: W hat ? → Choice of the value(s): W hat is the background for the solution? → Search for the alternative w ays of the solution: How ? → The rationale for problem solution: W hy is this alternative significant ? The stages of this framework cover seven steps that reveal the logical sequence of problem solving through values.

Fig. 1

The 4 W framework: problem solving through values.

Though systematic problem solving models are criticized for being linear and inflexible (e.g., Treffinger & Isaksen, 2005 ), the authors of this paper assume a structural view of the problem solving process due to several reasons. First, the framework enables problem solvers to understand the thorough process of problem solving through values. Second, this framework reveals the depth of each stage and step. Third, problem solving through values encourages tackling problems that have crucial consequences. Only by understanding and mastering the coherence of how problems those require a value-based approach need to be addressed, a problem solver will be able to cope with them in the future. Finally, this framework aims at helping to recognize, to underline personal values, to solve problems through thinking about values, and to take responsibility for choices, even value-based. The feedback supports a direct interrelation between stages. It shapes a dynamic process of problem solving through values.

The first stage of problem solving through values - ‘ The analysis of the problem: What? ’- consists of three steps (see Fig. 1 ). The first step is ‘ Recognizing the problematic situation and naming the problem ’. This step is performed in the following sequence. First, the problem solver should perceive the problematic situation he/she faces in order to understand it. Dostál (2015) argues that the problematic situation has the potential to become the problem necessary to be addressed. Although each problem is limited by its context, not every problematic situation turns into a problem. This is related to the problem solver’s capability and the perception of reality: a person may not ‘see’ the problem if his/her capability to perceive it is not developed ( Dorst, 2006 ; Dostál, 2015 ). Second, after the problem solver recognizes the existence of the problematic situation, the problem solver has to identify the presence or absence of the problem itself, i.e. to name the problem. This is especially important in the case of the ill-structured problems since they cannot be directly visible to the problem solver ( Jonassen, 1997 ). Consequently, this step allows to determine whether the problem solver developed or has acquired the capability to perceive the problematic situation and the problem (naming the problem).

The second step is ‘ Analysing the context of the problem as a reason for its rise ’. At this step, the problem solver aims to analyse the context of the problem. The latter is one of the external issues, and it determines the solution ( Jonassen, 2011 ). However, if more attention is paid to the solution of the problem, it diverts attention from the context ( Fields, 2006 ). The problem solver has to take into account both the conveyed and implied contextual elements in the problematic situation ( Dostál, 2015 ). In other words, the problem solver has to examine it through his/her ‘contextual lenses’ ( Hester & MacG, 2017 , p.208). Thus, during this step the problem solver needs to identify the elements that shape the problem - reasons and circumstances that cause the problem, the factors that can be changed, and stakeholders that are involved in the problematic situation. Whereas the elements of the context mentioned above are within the problematic situation, the problem solver can control many of them. Such control can provide unique ways for a solution.

Although the problem solver tries to predict the undesirable results, some criteria remain underestimated. For that reason, it is necessary to highlight values underlying the various possible goals during the analysis ( Fields, 2006 ). According to Hester and MacG (2017) , values express one of the main features of the context and direct the attention of the problem solver to a given problematic situation. Hence, the problem solver should explore the value-based positions that emerge in the context of the problem.

The analysis of these contextual elements focus not only on a specific problematic situation but also on the problem that has emerged. This requires setting boundaries of attention for an in-depth understanding ( Fields, 2006 ; Hester & MacG, 2017 ). Such understanding influences several actions: (a) the recognition of inappropriate aspects of the problematic situation; (b) the emergence of paths in which identified aspects are expected to change. These actions ensure consistency and safeguard against distractions. Thus, the problem solver can now recognize and identify the factors that influence the problem although they are outside of the problematic situation. However, the problem solver possesses no control over them. With the help of such context analysis, the problem solver constructs a thorough understanding of the problem. Moreover, the problem solver becomes ready to look at the problem from different perspectives.

The third step is ‘ Perspectives emerging in the problem ’. Ims and Zsolnai (2009) argue that problem solving usually contains a ‘problematic search’. Such a search is a pragmatic activity as the problem itself induces it. Thus, the problem solver searches for a superficial solution. As a result, the focus is on control over the problem rather than a deeper understanding of the problem itself. The analysis of the problem, especially including value-based approaches, reveals the necessity to consider the problem from a variety of perspectives. Mitroff (2000) builds on Linstone (1989) ideas and claims that a sound foundation of both naming and solving any problem lays in such perspectives: the technical/scientific, the interpersonal/social, the existential, and the systemic (see Table 1 ).

The main characteristics of four perspectives for problem solving

Characteristic of perspectivesTechnical/scientific perspectiveInterpersonal/social perspectiveExistential perspectiveSystemic perspective
GoalProblem solving focuses on implementation and a productAction, stability, processLives and fates of individual human beings and their life-worldsProblem within the context of a larger whole; trying to establish the nature of different relationships
Mode of inquiryModelling, data, analysisConsensual and adversaryIntuition, learning, experienceEncompass all above mentioned; connecting to the whole
Ethical basisRationalityJustice, fairnessMoralityHolistic approach
Planning horizonLong-termIntermediateShort-term and long-termLong-term, focus on the consequences
CommunicationTechnical report, briefingLanguage differs for insiders, publicPersonality importantPersonality important as a part of a whole

Whereas all problems have significant aspects of each perspective, disregarding one or another may lead to the wrong way of solving the problem. While analysing all four perspectives is essential, this does not mean that they all are equally important. Therefore, it is necessary to justify why one or another perspective is more relevant and significant in a particular case. Such analysis, according to Linstone (1989) , ‘forces us to distinguish how we are looking from what we are looking at’ (p.312; italic in original). Hence, the problem solver broadens the understanding of various perspectives and develops the capability to see the bigger picture ( Hall & Davis, 2007 ).

The problem solver aims to identify and describe four perspectives that have emerged in the problem during this step. In order to identify perspectives, the problem solver search answers to the following questions. First, regarding the technical/scientific perspective: What technical/scientific reasons are brought out in the problem? How and to what extent do they influence a problem and its context? Second, regarding the interpersonal/social perspective: What is the impact of the problem on stakeholders? How does it influence their attitudes, living conditions, interests, needs? Third, regarding the existential perspective: How does the problem affect human feelings, experiences, perception, and/or discovery of meaning? Fourth, regarding the systemic perspective: What is the effect of the problem on the person → community → society → the world? Based on the analysis of this step, the problem solver obtains a comprehensive picture of the problem. The next stage is to choose the value(s) that will address the problem.

The second stage - ‘ The choice of value(s): What is the background for the solution?’ - includes the fourth and the fifth steps. The fourth step is ‘ The identification of value(s) as a base for the solution ’. During this step, the problem solver should activate his/her value(s) making it (them) explicit. In order to do this, the problem solver proceeds several sub-steps. First, the problem solver reflects taking into account the analysis done in previous steps. He/she raises up questions revealing values that lay in the background of this analysis: What values does this analyzed context allow me to notice? What values do different perspectives of the problem ‘offer’? Such questioning is important as values are deeply hidden ( Verplanken & Holland, 2002 ) and they form a bias, which restricts the development of the capability to see from various points of view ( Hall & Paradice, 2007 ). In the 4W framework, this bias is relatively eliminated due to the analysis of the context and exploration of the perspectives of a problem. As a result, the problem solver discovers distinct value-based positions and gets an opportunity to identify the ‘value uncaptured’ ( Yang, Evans, Vladimirova, & Rana, 2017, p.1796 ) within the problem analyzed. The problem solver observes that some values exist in the context (the second step) and the disclosed perspectives (the third step). Some of the identified values do not affect the current situation as they are not required, or their potential is not exploited. Thus, looking through various value-based lenses, the problem solver can identify and discover a congruence between the opportunities offered by the values in the problem’s context, disclosed perspectives and his/her value(s). Consequently, the problem solver decides what values he/she chooses as a basis for the desired solution. Since problems usually call for a list of values, it is important to find out their order of priority. Thus, the last sub-step requires the problem solver to choose between fundamentally and superficially laden values.

In some cases, the problem solver identifies that a set of values (more than one value) can lead to the desired solution. If a person chooses this multiple value-based position, two options emerge. The first option is concerned with the analysis of each value-based position separately (from the fifth to the seventh step). In the second option, a person has to uncover which of his/her chosen values are fundamentally laden and which are superficially chosen, considering the desired outcome in the current situation. Such clarification could act as a strategy where the path for the desired solution is possible going from superficially chosen value(s) to fundamentally laden one. When a basis for the solution is established, the problem solver formulates the goal for the desired solution.

The fifth step is ‘ The formulation of the goal for the solution ’. Problem solving highlights essential points that reveal the structure of a person’s goals; thus, a goal is the core element of problem solving ( Funke, 2014 ). Meantime, values reflect the motivational content of the goals ( Schwartz, 1992 ). The attention on the chosen value not only activates it, but also motivates the problem solver. The motivation directs the formulation of the goal. In such a way, values explicitly become a basis of the goal for the solution. Thus, this step involves the problem solver in formulating the goal for the solution as the desired outcome.

The way how to take into account value(s) when formulating the goal is the integration of value(s) chosen by the problem solver in the formulation of the goal ( Keeney, 1994 ). For this purpose the conjunction of a context for a solution (it is analyzed during the second step) and a direction of preference (the chosen value reveals it) serves for the formulation of the goal (that represents the desired solution). In other words, a value should be directly included into the formulation of the goal. The goal could lose value, if value is not included into the goal formulation and remains only in the context of the goal. Let’s take the actual example concerning COVID-19 situation. Naturally, many countries governments’ preference represents such value as human life (‘it is important of every individual’s life’). Thus, most likely the particular country government’s goal of solving the COVID situation could be to save the lifes of the country people. The named problem is a complex where the goal of its solution is also complex, although it sounds simple. However, if the goal as desired outcome is formulated without the chosen value, this value remains in the context and its meaning becomes tacit. In the case of above presented example - the goal could be formulated ‘to provide hospitals with the necessary equipment and facilities’. Such goal has the value ‘human’s life’ in the context, but eliminates the complexity of the problem that leads to a partial solution of the problem. Thus, this step from the problem solver requires caution when formulating the goal as the desired outcome. For this reason, maintaining value is very important when formulating the goal’s text. To avoid the loss of values and maintain their proposed direction, is necessary to take into account values again when creating alternatives.

The third stage - ‘ Search for the alternative ways for a solution: How? ’ - encompasses the sixth step, which is called ‘ Creation of value-based alternatives ’. Frequently problem solver invokes a traditional view of problem identification, generation of alternatives, and selection of criteria for evaluating findings. Keeney (1994) ; Ims and Zsolnai (2009) criticize this rational approach as it supports a search for a partial solution where an active search for alternatives is neglected. Moreover, a problematic situation, according to Perkins (2009) , can create the illusion of a fully framed problem with some apparent weighting and some variations of choices. In this case, essential and distinct alternatives to the solution frequently become unnoticeable. Therefore, Perkins (2009) suggest to replace the focus on the attempts to comprehend the problem itself. Thinking through the ‘value lenses’ offers such opportunities. The deep understanding of the problem leads to the search for the alternative ways of a solution.

Thus, the aim of this step is for the problem solver to reveal the possible alternative ways for searching a desired solution. Most people think they know how to create alternatives, but often without delving into the situation. First of all, the problem solver based on the reflection of (but not limited to) the analysis of the context and the perspectives of the problem generates a range of alternatives. Some of these alternatives represent anchored thinking as he/she accepts the assumptions implicit in generated alternatives and with too little focus on values.

The chosen value with the formulated goal indicates direction and encourages a broader and more creative search for a solution. Hence, the problem solver should consider some of the initial alternatives that could best support the achievement of the desired solution. Values are the principles for evaluating the desirability of any alternative or outcome ( Keeney, 1994 ). Thus, planned actions should reveal the desirable mode of conduct. After such consideration, he/she should draw up a plan setting out the actions required to implement each of considered alternatives.

Lastly, after a thorough examination of each considered alternative and a plan of its implementation, the problem solver chooses one of them. If the problem solver does not see an appropriate alternative, he/she develops new alternatives. However, the problem solver may notice (and usually does) that more than one alternative can help him/her to achieve the desired solution. In this case, he/she indicates which alternative is the main one and has to be implemented in the first place, and what other alternatives and in what sequence will contribute in searching for the desired solution.

The fourth stage - ‘ The rationale for the solution: Why ’ - leads to the seventh step: ‘ The justification of the chosen alternative ’. Keeney (1994) emphasizes the compatibility of alternatives in question with the values that guide the action. This underlines the importance of justifying the choices a person makes where the focus is on taking responsibility. According to Zsolnai (2008) , responsibility means a choice, i.e., the perceived responsibility essentially determines its choice. Responsible justification allows for discovering optimal balance when choosing between distinct value-based alternatives. It also refers to the alternative solution that best reflects responsibility in a particular value context, choice, and implementation.

At this stage, the problem solver revisits the chosen solution and revises it. The problem solver justifies his/her choice based on the following questions: Why did you choose this? Why is this alternative significant looking from the technical/scientific, the interpersonal/social, the existential, and the systemic perspectives? Could you take full responsibility for the implementation of this alternative? Why? How clearly do envisaged actions reflect the goal of the desired solution? Whatever interests and for what reasons do this alternative satisfies in principle? What else do you see in the chosen alternative?

As mentioned above, each person gives priority to one aspect or another. The problem solver has to provide solid arguments for the justification of the chosen alternative. The quality of arguments, according to Jonassen (2011) , should be judged based on the quality of the evidence supporting the chosen alternative and opposing arguments that can reject solutions. Besides, the pursuit of value-based goals reflects the interests of the individual or collective interests. Therefore, it becomes critical for the problem solver to justify the level of responsibility he/she takes in assessing the chosen alternative. Such a complex evaluation of the chosen alternative ensures the acceptance of an integral rather than unilateral solution, as ‘recognizing that, in the end, people benefit most when they act for the common good’ ( Sternberg, 2012, p.46 ).

5. Discussion

The constant emphasis on thinking about values as explicit reasoning in the 4W framework (especially from the choice of the value(s) to the rationale for problem solution) reflects the pursuit of virtues. Virtues form the features of the character that are related to the choice ( Argandoña, 2003 ; McLaughlin, 2005 ). Hence, the problem solver develops value-grounded problem solving capability as the virtuality instead of employing rationality for problem solving.

Argandoña (2003) suggests that, in order to make a sound valuation process of any action, extrinsic, transcendent, and intrinsic types of motives need to be considered. They cover the respective types of values. The 4W framework meets these requirements. An extrinsic motive as ‘attaining the anticipated or expected satisfaction’ ( Argandoña, 2003, p.17 ) is reflected in the formulation of the goal of the solution, the creation of alternatives and especially in the justification of the chosen alternative way when the problem solver revisits the external effect of his/her possible action. Transcendent motive as ‘generating certain effects in others’ ( Argandoña, 2003, p.17 ) is revealed within the analysis of the context, perspectives, and creating alternatives. When the learner considers the creation of alternatives and revisits the chosen alternative, he/she pays more attention to these motives. Two types of motives mentioned so far are closely related to an intrinsic motive that emphasizes learning development within the problem solver. These motives confirm that problem solving is, in fact, lifelong learning. In light of these findings, the 4W framework is concerned with some features of value internalization as it is ‘a psychological outcome of conscious mind reasoning about values’ ( Yazdani & Akbarilakeh, 2017, p.1 ).

The 4W framework is complicated enough in terms of learning. One issue is concerned with the educational environments ( Jucevičienė, 2008 ) required to enable the 4W framework. First, the learning paradigm, rather than direct instruction, lies at the foundation of such environments. Second, such educational environments include the following dimensions: (1) educational goal; (2) learning capacity of the learners; (3) educational content relevant to the educational goal: ways and means of communicating educational content as information presented in advance (they may be real, people among them, as well as virtual); (5) methods and means of developing educational content in the process of learners’ performance; (6) physical environment relevant to the educational goal and conditions of its implementation as well as different items in the environment; (7) individuals involved in the implementation of the educational goal.

Another issue is related to exercising this framework in practice. Despite being aware of the 4W framework, a person may still not want to practice problem solving through values, since most of the solutions are going to be complicated, or may even be painful. One idea worth looking into is to reveal the extent to which problem solving through values can become a habit of mind. Profound focus on personal values, context analysis, and highlighting various perspectives can involve changes in the problem solver’s habit of mind. The constant practice of problem solving through values could first become ‘the epistemic habit of mind’ ( Mezirow, 2009, p.93 ), which means a personal way of knowing things and how to use that knowledge. This echoes Kirkman (2017) findings. The developed capability to notice moral values in situations that students encountered changed some students’ habit of mind as ‘for having “ruined” things by making it impossible not to attend to values in such situations!’ (the feedback from one student; Kirkman, 2017, p.12 ). However, this is not enough, as only those problems that require a value-based approach are addressed. Inevitably, the problem solver eventually encounters the challenges of nurturing ‘the moral-ethical habit of mind’ ( Mezirow, 2009, p.93 ). In pursuance to develop such habits of mind, the curriculum should include the necessity of the practising of the 4W framework.

Thinking based on values when solving problems enables the problem solver to engage in thoughtful reflection in contrast to pragmatic and superficial thinking supported by the consumer society. Reflection begins from the first stage of the 4W framework. As personal values are the basis for the desired solution, the problem solver is also involved in self-reflection. The conscious and continuous reflection on himself/herself and the problematic situation reinforce each step of the 4W framework. Moreover, the fourth stage (‘The rationale for the solution: Why’) involves the problem solver in critical reflection as it concerned with justification of ‘the why , the reasons for and the consequences of what we do’ (italic, bold in original; Mezirow, 1990, p.8 ). Exercising the 4W framework in practice could foster reflective practice. Empirical evidence shows that reflective practice directly impacts knowledge, skills and may lead to changes in personal belief systems and world views ( Slade, Burnham, Catalana, & Waters, 2019 ). Thus, with the help of reflective practice it is possible to identify in more detail how and to what extent the 4W framework has been mastered, what knowledge gained, capabilities developed, how point of views changed, and what influence the change process.

Critical issues related to the development of problem solving through values need to be distinguished when considering and examining options for the implementation of the 4W framework at educational institutions. First, the question to what extent can the 4W framework be incorporated into various subjects needs to be answered. Researchers could focus on applying the 4W framework to specific subjects in the humanities and social sciences. The case is with STEM subjects. Though value issues of sustainable development and ecology are of great importance, in reality STEM teaching is often restricted to the development of knowledge and skills, leaving aside the thinking about values. The special task of the researchers is to help practitioners to apply the 4W framework in STEM subjects. Considering this, researchers could employ the concept of ‘dialogic space’ ( Wegerif, 2011, p.3 ) which places particular importance of dialogue in the process of education emphasizing both the voices of teachers and students, and materials. In addition, the dimensions of educational environments could be useful aligning the 4W framework with STEM subjects. As STEM teaching is more based on solving various special tasks and/or integrating problem-based learning, the 4W framework could be a meaningful tool through which content is mastered, skills are developed, knowledge is acquired by solving pre-prepared specific tasks. In this case, the 4W framework could act as a mean addressing values in STEM teaching.

Second is the question of how to enable the process of problem solving through values. In the current paper, the concept of enabling is understood as an integral component of the empowerment. Juceviciene et al. (2010) specify that at least two perspectives can be employed to explain empowerment : a) through the power of legitimacy (according to Freire, 1996 ); and b) through the perspective of conditions for the acquisition of the required knowledge, capabilities, and competence, i.e., enabling. In this paper the 4W framework does not entail the issue of legitimacy. This issue may occur, for example, when a teacher in economics is expected to provide students with subject knowledge only, rather than adding tasks that involve problem solving through values. Yet, the issue of legitimacy is often implicit. A widespread phenomenon exists that teaching is limited to certain periods that do not have enough time for problem solving through values. The issue of legitimacy as an organizational task that supports/or not the implementation of the 4W framework in any curriculum is a question that calls for further discussion.

Third (if not the first), the issue of an educator’s competence to apply such a framework needs to be addressed. In order for a teacher to be a successful enabler, he/she should have the necessary competence. This is related to the specific pedagogical knowledge and skills, which are highly dependent on the peculiarities of the subject being taught. Nowadays actualities are encouraging to pay attention to STEM subjects and their teacher training. For researchers and teacher training institutions, who will be interested in implementing the 4W framework in STEM subjects, it would be useful to draw attention to ‘a material-dialogic approach to pedagogy’ ( Hetherington & Wegerif, 2018, p.27 ). This approach creates the conditions for a deep learning of STEM subjects revealing additional opportunities for problem solving through values in teaching. Highlighting these opportunities is a task for further research.

In contrast to traditional problem solving models, the 4W framework is more concerned with educational purposes. The prescriptive approach to teaching ( Thorne, 1994 ) is applied to the 4W framework. This approach focuses on providing guidelines that enable students to make sound decisions by making explicit value judgements. The limitation is that the 4W framework is focused on thinking but not executing. It does not include the fifth stage, which would focus on the execution of the decision how to solve the problem. This stage may contain some deviation from the predefined process of the solution of the problem.

6. Conclusions

The current paper focuses on revealing the essence of the 4W framework, which is based on enabling the problem solver to draw attention to when, how, and why it is essential to think about values during the problem solving process from the perspective of it’s design. Accordingly, the 4W framework advocates the coherent approach when solving a problem by using a creative potential of values.

The 4W framework allows the problem solver to look through the lens of his/her values twice. The first time, while formulating the problem solving goal as the desired outcome. The second time is when the problem solver looks deeper into his/her values while exploring alternative ways to solve problems. The problem solver is encouraged to reason about, find, accept, reject, compare values, and become responsible for the consequences of the choices grounded on his/her values. Thus, the problem solver could benefit from the 4W framework especially when dealing with issues having crucial consequences.

An educational approach reveals that the 4W framework could enable the development of value-grounded problem solving capability. As problem solving encourages the development of higher-order thinking skills, the consistent inclusion of values enriches them.

The 4W framework requires the educational environments for its enablement. The enablement process of problem solving through values could be based on the perspective of conditions for the acquisition of the required knowledge and capability. Continuous practice of this framework not only encourages reflection, but can also contribute to the creation of the epistemic habit of mind. Applying the 4W framework to specific subjects in the humanities and social sciences might face less challenge than STEM ones. The issue of an educator’s competence to apply such a framework is highly important. The discussed issues present significant challenges for researchers and educators. Caring that the curriculum of different courses should foresee problem solving through values, both practicing and empirical research are necessary.

Declaration of interests

This research did not receive any specific grant from funding agencies in the public, commercial, or not-for-profit sectors.

Both authors have approved the final article.

  • Argandoña A. Fostering values in organizations. Journal of Business Ethics. 2003; 45 (1–2):15–28. https://link.springer.com/content/pdf/10.1023/A:1024164210743.pdf [ Google Scholar ]
  • Barber S. A truly “Transformative” MBA: Executive education for the fourth industrial revolution. Journal of Pedagogic Development. 2018; 8 (2):44–55. [ Google Scholar ]
  • Barnett R. McGraw-Hill Education; UK): 2007. Will to learn: Being a student in an age of uncertainty. [ Google Scholar ]
  • Baron R.A., Zhao H., Miao Q. Personal motives, moral disengagement, and unethical decisions by entrepreneurs: Cognitive mechanisms on the “slippery slope” Journal of Business Ethics. 2015; 128 (1):107–118. doi: 10.1007/s10551-014-2078-y. [ CrossRef ] [ Google Scholar ]
  • Basadur M., Ellspermann S.J., Evans G.W. A new methodology for formulating ill-structured problems. Omega. 1994; 22 (6):627–645. doi: 10.1016/0305-0483(94)90053-1. [ CrossRef ] [ Google Scholar ]
  • Blanco E., Schirmbeck F., Costa C. International Conference on Remote Engineering and Virtual Instrumentation . Springer; Cham: 2018. Vocational Education for the Industrial Revolution; pp. 649–658. [ Google Scholar ]
  • Chua B.L., Tan O.S., Liu W.C. Journey into the problem-solving process: Cognitive functions in a PBL environment. Innovations in Education and Teaching International. 2016; 53 (2):191–202. doi: 10.1080/14703297.2014.961502. [ CrossRef ] [ Google Scholar ]
  • Collins R.H., Sibthorp J., Gookin J. Developing ill-structured problem-solving skills through wilderness education. Journal of Experiential Education. 2016; 39 (2):179–195. doi: 10.1177/1053825916639611. [ CrossRef ] [ Google Scholar ]
  • Csapó B., Funke J., editors. The nature of problem solving: Using research to inspire 21st century learning. OECD Publishing; 2017. The development and assessment of problem solving in 21st-century schools. (Chapter 1). [ CrossRef ] [ Google Scholar ]
  • Dollinger S.J., Burke P.A., Gump N.W. Creativity and values. Creativity Research Journal. 2007; 19 (2-3):91–103. doi: 10.1080/10400410701395028. [ CrossRef ] [ Google Scholar ]
  • Donovan S.J., Guss C.D., Naslund D. Improving dynamic decision making through training and self-reflection. Judgment and Decision Making. 2015; 10 (4):284–295. http://digitalcommons.unf.edu/apsy_facpub/2 [ Google Scholar ]
  • Dorst K. Design problems and design paradoxes. Design Issues. 2006; 22 (3):4–17. doi: 10.1162/desi.2006.22.3.4. [ CrossRef ] [ Google Scholar ]
  • Dostál J. Theory of problem solving. Procedia-Social and Behavioral Sciences. 2015; 174 :2798–2805. doi: 10.1016/j.sbspro.2015.01.970. [ CrossRef ] [ Google Scholar ]
  • Fields A.M. Ill-structured problems and the reference consultation: The librarian’s role in developing student expertise. Reference Services Review. 2006; 34 (3):405–420. doi: 10.1108/00907320610701554. [ CrossRef ] [ Google Scholar ]
  • Freire P. Continuum; New York: 1996. Pedagogy of the oppressed (revised) [ Google Scholar ]
  • Funke J. Problem solving: What are the important questions?. Proceedings of the 36th Annual Conference of the Cognitive Science Society; Austin, TX: Cognitive Science Society; 2014. pp. 493–498. [ Google Scholar ]
  • Hall D.J., Davis R.A. Engaging multiple perspectives: A value-based decision-making model. Decision Support Systems. 2007; 43 (4):1588–1604. doi: 10.1016/j.dss.2006.03.004. [ CrossRef ] [ Google Scholar ]
  • Hall D.J., Paradice D. Investigating value-based decision bias and mediation: do you do as you think? Communications of the ACM. 2007; 50 (4):81–85. [ Google Scholar ]
  • Halstead J.M. Values and values education in schools. In: Halstead J.M., Taylor M.J., editors. Values in education and education in values. The Falmer Press; London: 1996. pp. 3–14. [ Google Scholar ]
  • Harland T., Pickering N. Routledge; 2010. Values in higher education teaching. [ Google Scholar ]
  • Hester P.T., MacG K. Springer; New York: 2017. Systemic decision making: Fundamentals for addressing problems and messes. [ Google Scholar ]
  • Hetherington L., Wegerif R. Developing a material-dialogic approach to pedagogy to guide science teacher education. Journal of Education for Teaching. 2018; 44 (1):27–43. doi: 10.1080/02607476.2018.1422611. [ CrossRef ] [ Google Scholar ]
  • Huitt W. Problem solving and decision making: Consideration of individual differences using the Myers-Briggs type indicator. Journal of Psychological Type. 1992; 24 (1):33–44. [ Google Scholar ]
  • Ims K.J., Zsolnai L. The future international manager. Palgrave Macmillan; London: 2009. Holistic problem solving; pp. 116–129. [ Google Scholar ]
  • Jonassen D. Supporting problem solving in PBL. Interdisciplinary Journal of Problem-based Learning. 2011; 5 (2):95–119. doi: 10.7771/1541-5015.1256. [ CrossRef ] [ Google Scholar ]
  • Jonassen D.H. Instructional design models for well-structured and III-structured problem-solving learning outcomes. Educational Technology Research and Development. 1997; 45 (1):65–94. doi: 10.1007/BF02299613. [ CrossRef ] [ Google Scholar ]
  • Jucevičienė P. Educational and learning environments as a factor for socioeducational empowering of innovation. Socialiniai mokslai. 2008; 1 :58–70. [ Google Scholar ]
  • Jucevičienė P., Gudaitytė D., Karenauskaitė V., Lipinskienė D., Stanikūnienė B., Tautkevičienė G. Technologija; Kaunas: 2010. Universiteto edukacinė galia: Atsakas XXI amžiaus iššūkiams [The educational power of university: the response to the challenges of the 21st century] [ Google Scholar ]
  • Kasof J., Chen C., Himsel A., Greenberger E. Values and creativity. Creativity Research Journal. 2007; 19 (2–3):105–122. doi: 10.1080/10400410701397164. [ CrossRef ] [ Google Scholar ]
  • Keeney R.L. Creativity in decision making with value-focused thinking. MIT Sloan Management Review. 1994; 35 (4):33–41. [ Google Scholar ]
  • Kirkman R. Problem-based learning in engineering ethics courses. Interdisciplinary Journal of Problem-based Learning. 2017; 11 (1) doi: 10.7771/1541-5015.1610. [ CrossRef ] [ Google Scholar ]
  • Lebedeva N., Schwartz S., Plucker J., Van De Vijver F. Domains of everyday creativity and personal values. Frontiers in Psychology. 2019; 9 :1–16. doi: 10.3389/fpsyg.2018.02681. [ PMC free article ] [ PubMed ] [ CrossRef ] [ Google Scholar ]
  • Linstone H.A. Multiple perspectives: Concept, applications, and user guidelines. Systems Practice. 1989; 2 (3):307–331. [ Google Scholar ]
  • Litzinger T.A., Meter P.V., Firetto C.M., Passmore L.J., Masters C.B., Turns S.R.…Zappe S.E. A cognitive study of problem solving in statics. Journal of Engineering Education. 2010; 99 (4):337–353. [ Google Scholar ]
  • Maslow A.H. Vaga; Vilnius: 2011. Būties psichologija. [Psychology of Being] [ Google Scholar ]
  • Mayer R., Wittrock M. Problem solving. In: Alexander P., Winne P., editors. Handbook of educational psychology. Psychology Press; New York, NY: 2006. pp. 287–303. [ Google Scholar ]
  • McLaughlin T. The educative importance of ethos. British Journal of Educational Studies. 2005; 53 (3):306–325. doi: 10.1111/j.1467-8527.2005.00297.x. [ CrossRef ] [ Google Scholar ]
  • McLaughlin T.H. Technologija; Kaunas: 1997. Šiuolaikinė ugdymo filosofija: demokratiškumas, vertybės, įvairovė [Contemporary philosophy of education: democracy, values, diversity] [ Google Scholar ]
  • Mezirow J. Jossey-Bass Publishers; San Francisco: 1990. Fostering critical reflection in adulthood; pp. 1–12. https://my.liberatedleaders.com.au/wp-content/uploads/2017/02/How-Critical-Reflection-triggers-Transformative-Learning-Mezirow.pdf [ Google Scholar ]
  • Mezirow J. Contemporary theories of learning. Routledge; 2009. An overview on transformative learning; pp. 90–105. (Chapter 6) [ Google Scholar ]
  • Mitroff I. Šviesa; Kaunas: 2000. Kaip neklysti šiais beprotiškais laikais: ar mokame spręsti esmines problemas. [How not to get lost in these crazy times: do we know how to solve essential problems] [ Google Scholar ]
  • Morton L. Teaching creative problem solving: A paradigmatic approach. Cal. WL Rev. 1997; 34 :375. [ Google Scholar ]
  • Nadda P. Need for value based education. International Education and Research Journal. 2017; 3 (2) http://ierj.in/journal/index.php/ierj/article/view/690/659 [ Google Scholar ]
  • Newell A., Simon H.A. Prentice-Hall; Englewood Cliffs, NJ: 1972. Human problem solving. [ Google Scholar ]
  • OECD . PISA, OECD Publishing; Paris: 2013. PISA 2012 assessment and analytical framework: Mathematics, reading, science, problem solving and financial literacy . https://www.oecd.org/pisa/pisaproducts/PISA%202012%20framework%20e-book_final.pdf [ Google Scholar ]
  • OECD . PISA, OECD Publishing; 2018. PISA 2015 results in focus . https://www.oecd.org/pisa/pisa-2015-results-in-focus.pdf [ Google Scholar ]
  • O’Loughlin A., McFadzean E. Toward a holistic theory of strategic problem solving. Team Performance Management: An International Journal. 1999; 5 (3):103–120. [ Google Scholar ]
  • Perkins D.N. Decision making and its development. In: Callan E., Grotzer T., Kagan J., Nisbett R.E., Perkins D.N., Shulman L.S., editors. Education and a civil society: Teaching evidence-based decision making. American Academy of Arts and Sciences; Cambridge, MA: 2009. pp. 1–28. (Chapter 1) [ Google Scholar ]
  • Roccas S., Sagiv L., Navon M. Values and behavior. Cham: Springer; 2017. Methodological issues in studying personal values; pp. 15–50. [ Google Scholar ]
  • Rogers C.R. Houghton Mifflin Harcourt; Boston: 1995. On becoming a person: A therapist’s view of psychotherapy. [ Google Scholar ]
  • Saito M. Amartya Sen’s capability approach to education: A critical exploration. Journal of Philosophy of Education. 2003; 37 (1):17–33. doi: 10.1111/1467-9752.3701002. [ CrossRef ] [ Google Scholar ]
  • Schwartz S.H. Universals in the content and structure of values: Theoretical advances and empirical tests in 20 countries. In: Zanna M.P., editor. Vol. 25. Academic Press; 1992. pp. 1–65. (Advances in experimental social psychology). [ Google Scholar ]
  • Schwartz S.H. Are there universal aspects in the structure and contents of human values? Journal of social issues. 1994; 50 (4):19–45. [ Google Scholar ]
  • Schwartz S.H. An overview of the Schwartz theory of basic values. Online Readings in Psychology and Culture. 2012; 2 (1):1–20. doi: 10.9707/2307-0919.1116. [ CrossRef ] [ Google Scholar ]
  • Sen A. Development as capability expansion. The community development reader. 1990:41–58. http://www.masterhdfs.org/masterHDFS/wp-content/uploads/2014/05/Sen-development.pdf [ Google Scholar ]
  • Sheehan N.T., Schmidt J.A. Preparing accounting students for ethical decision making: Developing individual codes of conduct based on personal values. Journal of Accounting Education. 2015; 33 (3):183–197. doi: 10.1016/j.jaccedu.2015.06.001. [ CrossRef ] [ Google Scholar ]
  • Shepherd D.A., Patzelt H., Baron R.A. “I care about nature, but…”: Disengaging values in assessing opportunities that cause harm. The Academy of Management Journal. 2013; 56 (5):1251–1273. doi: 10.5465/amj.2011.0776. [ CrossRef ] [ Google Scholar ]
  • Shin N., Jonassen D.H., McGee S. Predictors of well‐structured and ill‐structured problem solving in an astronomy simulation. Journal of Research in Science Teaching. 2003; 40 (1):6–33. doi: 10.1002/tea.10058. [ CrossRef ] [ Google Scholar ]
  • Slade M.L., Burnham T.J., Catalana S.M., Waters T. The impact of reflective practice on teacher candidates’ learning. International Journal for the Scholarship of Teaching and Learning. 2019; 13 (2):15. doi: 10.20429/ijsotl.2019.130215. [ CrossRef ] [ Google Scholar ]
  • Snyder H. Literature review as a research methodology: An overview and guidelines. Journal of Business Research. 2019; 104 :333–339. doi: 10.1016/j.jbusres.2019.07.039. [ CrossRef ] [ Google Scholar ]
  • Sternberg R. Teaching for ethical reasoning. International Journal of Educational Psychology. 2012; 1 (1):35–50. doi: 10.4471/ijep.2012.03. [ CrossRef ] [ Google Scholar ]
  • Sternberg R. Speculations on the role of successful intelligence in solving contemporary world problems. Journal of Intelligence. 2017; 6 (1):4. doi: 10.3390/jintelligence6010004. [ PMC free article ] [ PubMed ] [ CrossRef ] [ Google Scholar ]
  • Thorne D.M. Environmental ethics in international business education: Descriptive and prescriptive dimensions. Journal of Teaching in International Business. 1994; 5 (1–2):109–122. doi: 10.1300/J066v05n01_08. [ CrossRef ] [ Google Scholar ]
  • Treffinger D.J., Isaksen S.G. Creative problem solving: The history, development, and implications for gifted education and talent development. The Gifted Child Quarterly. 2005; 49 (4):342–353. doi: 10.1177/001698620504900407. [ CrossRef ] [ Google Scholar ]
  • Verplanken B., Holland R.W. Motivated decision making: Effects of activation and self-centrality of values on choices and behavior. Journal of Personality and Social Psychology. 2002; 82 (3):434–447. doi: 10.1037/0022-3514.82.3.434. [ PubMed ] [ CrossRef ] [ Google Scholar ]
  • Webster R.S. Re-enchanting education and spiritual wellbeing. Routledge; 2017. Being spiritually educated; pp. 73–85. [ Google Scholar ]
  • Wegerif R. Towards a dialogic theory of how children learn to think. Thinking Skills and Creativity. 2011; 6 (3):179–190. doi: 10.1016/j.tsc.2011.08.002. [ CrossRef ] [ Google Scholar ]
  • Yang M., Evans S., Vladimirova D., Rana P. Value uncaptured perspective for sustainable business model innovation. Journal of Cleaner Production. 2017; 140 :1794–1804. doi: 10.1016/j.jclepro.2016.07.102. [ CrossRef ] [ Google Scholar ]
  • Yazdani S., Akbarilakeh M. The model of value-based curriculum for medicine and surgery education in Iran. Journal of Minimally Invasive Surgical Sciences. 2017; 6 (3) doi: 10.5812/minsurgery.14053. [ CrossRef ] [ Google Scholar ]
  • Zsolnai L. Transaction Publishers; New Brunswick and London: 2008. Responsible decision making. [ Google Scholar ]

Heuristics: Definition, Examples, And How They Work

Benjamin Frimodig

Science Expert

B.A., History and Science, Harvard University

Ben Frimodig is a 2021 graduate of Harvard College, where he studied the History of Science.

Learn about our Editorial Process

Saul McLeod, PhD

Editor-in-Chief for Simply Psychology

BSc (Hons) Psychology, MRes, PhD, University of Manchester

Saul McLeod, PhD., is a qualified psychology teacher with over 18 years of experience in further and higher education. He has been published in peer-reviewed journals, including the Journal of Clinical Psychology.

On This Page:

Every day our brains must process and respond to thousands of problems, both large and small, at a moment’s notice. It might even be overwhelming to consider the sheer volume of complex problems we regularly face in need of a quick solution.

While one might wish there was time to methodically and thoughtfully evaluate the fine details of our everyday tasks, the cognitive demands of daily life often make such processing logistically impossible.

Therefore, the brain must develop reliable shortcuts to keep up with the stimulus-rich environments we inhabit. Psychologists refer to these efficient problem-solving techniques as heuristics.

Heuristics decisions and mental thinking shortcut approach outline diagram. Everyday vs complex technique comparison list for judgments and fast, short term problem solving method vector

Heuristics can be thought of as general cognitive frameworks humans rely on regularly to reach a solution quickly.

For example, if a student needs to decide what subject she will study at university, her intuition will likely be drawn toward the path that she envisions as most satisfying, practical, and interesting.

She may also think back on her strengths and weaknesses in secondary school or perhaps even write out a pros and cons list to facilitate her choice.

It’s important to note that these heuristics broadly apply to everyday problems, produce sound solutions, and helps simplify otherwise complicated mental tasks. These are the three defining features of a heuristic.

While the concept of heuristics dates back to Ancient Greece (the term is derived from the Greek word for “to discover”), most of the information known today on the subject comes from prominent twentieth-century social scientists.

Herbert Simon’s study of a notion he called “bounded rationality” focused on decision-making under restrictive cognitive conditions, such as limited time and information.

This concept of optimizing an inherently imperfect analysis frames the contemporary study of heuristics and leads many to credit Simon as a foundational figure in the field.

Kahneman’s Theory of Decision Making

The immense contributions of psychologist Daniel Kahneman to our understanding of cognitive problem-solving deserve special attention.

As context for his theory, Kahneman put forward the estimate that an individual makes around 35,000 decisions each day! To reach these resolutions, the mind relies on either “fast” or “slow” thinking.

Kahneman

The fast thinking pathway (system 1) operates mostly unconsciously and aims to reach reliable decisions with as minimal cognitive strain as possible.

While system 1 relies on broad observations and quick evaluative techniques (heuristics!), system 2 (slow thinking) requires conscious, continuous attention to carefully assess the details of a given problem and logically reach a solution.

Given the sheer volume of daily decisions, it’s no surprise that around 98% of problem-solving uses system 1.

Thus, it is crucial that the human mind develops a toolbox of effective, efficient heuristics to support this fast-thinking pathway.

Heuristics vs. Algorithms

Those who’ve studied the psychology of decision-making might notice similarities between heuristics and algorithms. However, remember that these are two distinct modes of cognition.

Heuristics are methods or strategies which often lead to problem solutions but are not guaranteed to succeed.

They can be distinguished from algorithms, which are methods or procedures that will always produce a solution sooner or later.

An algorithm is a step-by-step procedure that can be reliably used to solve a specific problem. While the concept of an algorithm is most commonly used in reference to technology and mathematics, our brains rely on algorithms every day to resolve issues (Kahneman, 2011).

The important thing to remember is that algorithms are a set of mental instructions unique to specific situations, while heuristics are general rules of thumb that can help the mind process and overcome various obstacles.

For example, if you are thoughtfully reading every line of this article, you are using an algorithm.

On the other hand, if you are quickly skimming each section for important information or perhaps focusing only on sections you don’t already understand, you are using a heuristic!

Why Heuristics Are Used

Heuristics usually occurs when one of five conditions is met (Pratkanis, 1989):

  • When one is faced with too much information
  • When the time to make a decision is limited
  • When the decision to be made is unimportant
  • When there is access to very little information to use in making the decision
  • When an appropriate heuristic happens to come to mind at the same moment

When studying heuristics, keep in mind both the benefits and unavoidable drawbacks of their application. The ubiquity of these techniques in human society makes such weaknesses especially worthy of evaluation.

More specifically, in expediting decision-making processes, heuristics also predispose us to a number of cognitive biases .

A cognitive bias is an incorrect but pervasive judgment derived from an illogical pattern of cognition. In simple terms, a cognitive bias occurs when one internalizes a subjective perception as a reliable and objective truth.

Heuristics are reliable but imperfect; In the application of broad decision-making “shortcuts” to guide one’s response to specific situations, occasional errors are both inevitable and have the potential to catalyze persistent mistakes.

For example, consider the risks of faulty applications of the representative heuristic discussed above. While the technique encourages one to assign situations into broad categories based on superficial characteristics and one’s past experiences for the sake of cognitive expediency, such thinking is also the basis of stereotypes and discrimination.

In practice, these errors result in the disproportionate favoring of one group and/or the oppression of other groups within a given society.

Indeed, the most impactful research relating to heuristics often centers on the connection between them and systematic discrimination.

The tradeoff between thoughtful rationality and cognitive efficiency encompasses both the benefits and pitfalls of heuristics and represents a foundational concept in psychological research.

When learning about heuristics, keep in mind their relevance to all areas of human interaction. After all, the study of social psychology is intrinsically interdisciplinary.

Many of the most important studies on heuristics relate to flawed decision-making processes in high-stakes fields like law, medicine, and politics.

Researchers often draw on a distinct set of already established heuristics in their analysis. While dozens of unique heuristics have been observed, brief descriptions of those most central to the field are included below:

Availability Heuristic

The availability heuristic describes the tendency to make choices based on information that comes to mind readily.

For example, children of divorced parents are more likely to have pessimistic views towards marriage as adults.

Of important note, this heuristic can also involve assigning more importance to more recently learned information, largely due to the easier recall of such information.

Representativeness Heuristic

This technique allows one to quickly assign probabilities to and predict the outcome of new scenarios using psychological prototypes derived from past experiences.

For example, juries are less likely to convict individuals who are well-groomed and wearing formal attire (under the assumption that stylish, well-kempt individuals typically do not commit crimes).

This is one of the most studied heuristics by social psychologists for its relevance to the development of stereotypes.

Scarcity Heuristic

This method of decision-making is predicated on the perception of less abundant, rarer items as inherently more valuable than more abundant items.

We rely on the scarcity heuristic when we must make a fast selection with incomplete information. For example, a student deciding between two universities may be drawn toward the option with the lower acceptance rate, assuming that this exclusivity indicates a more desirable experience.

The concept of scarcity is central to behavioral economists’ study of consumer behavior (a field that evaluates economics through the lens of human psychology).

Trial and Error

This is the most basic and perhaps frequently cited heuristic. Trial and error can be used to solve a problem that possesses a discrete number of possible solutions and involves simply attempting each possible option until the correct solution is identified.

For example, if an individual was putting together a jigsaw puzzle, he or she would try multiple pieces until locating a proper fit.

This technique is commonly taught in introductory psychology courses due to its simple representation of the central purpose of heuristics: the use of reliable problem-solving frameworks to reduce cognitive load.

Anchoring and Adjustment Heuristic

Anchoring refers to the tendency to formulate expectations relating to new scenarios relative to an already ingrained piece of information.

 Anchoring Bias Example

Put simply, this anchoring one to form reasonable estimations around uncertainties. For example, if asked to estimate the number of days in a year on Mars, many people would first call to mind the fact the Earth’s year is 365 days (the “anchor”) and adjust accordingly.

This tendency can also help explain the observation that ingrained information often hinders the learning of new information, a concept known as retroactive inhibition.

Familiarity Heuristic

This technique can be used to guide actions in cognitively demanding situations by simply reverting to previous behaviors successfully utilized under similar circumstances.

The familiarity heuristic is most useful in unfamiliar, stressful environments.

For example, a job seeker might recall behavioral standards in other high-stakes situations from her past (perhaps an important presentation at university) to guide her behavior in a job interview.

Many psychologists interpret this technique as a slightly more specific variation of the availability heuristic.

How to Make Better Decisions

Heuristics are ingrained cognitive processes utilized by all humans and can lead to various biases.

Both of these statements are established facts. However, this does not mean that the biases that heuristics produce are unavoidable. As the wide-ranging impacts of such biases on societal institutions have become a popular research topic, psychologists have emphasized techniques for reaching more sound, thoughtful and fair decisions in our daily lives.

Ironically, many of these techniques are themselves heuristics!

To focus on the key details of a given problem, one might create a mental list of explicit goals and values. To clearly identify the impacts of choice, one should imagine its impacts one year in the future and from the perspective of all parties involved.

Most importantly, one must gain a mindful understanding of the problem-solving techniques used by our minds and the common mistakes that result. Mindfulness of these flawed yet persistent pathways allows one to quickly identify and remedy the biases (or otherwise flawed thinking) they tend to create!

Further Information

  • Shah, A. K., & Oppenheimer, D. M. (2008). Heuristics made easy: an effort-reduction framework. Psychological bulletin, 134(2), 207.
  • Marewski, J. N., & Gigerenzer, G. (2012). Heuristic decision making in medicine. Dialogues in clinical neuroscience, 14(1), 77.
  • Del Campo, C., Pauser, S., Steiner, E., & Vetschera, R. (2016). Decision making styles and the use of heuristics in decision making. Journal of Business Economics, 86(4), 389-412.

What is a heuristic in psychology?

A heuristic in psychology is a mental shortcut or rule of thumb that simplifies decision-making and problem-solving. Heuristics often speed up the process of finding a satisfactory solution, but they can also lead to cognitive biases.

Bobadilla-Suarez, S., & Love, B. C. (2017, May 29). Fast or Frugal, but Not Both: Decision Heuristics Under Time Pressure. Journal of Experimental Psychology: Learning, Memory, and Cognition .

Bowes, S. M., Ammirati, R. J., Costello, T. H., Basterfield, C., & Lilienfeld, S. O. (2020). Cognitive biases, heuristics, and logical fallacies in clinical practice: A brief field guide for practicing clinicians and supervisors. Professional Psychology: Research and Practice, 51 (5), 435–445.

Dietrich, C. (2010). “Decision Making: Factors that Influence Decision Making, Heuristics Used, and Decision Outcomes.” Inquiries Journal/Student Pulse, 2(02).

Groenewegen, A. (2021, September 1). Kahneman Fast and slow thinking: System 1 and 2 explained by Sue. SUE Behavioral Design. Retrieved March 26, 2022, from https://suebehaviouraldesign.com/kahneman-fast-slow-thinking/

Kahneman, D., Lovallo, D., & Sibony, O. (2011). Before you make that big decision .

Kahneman, D. (2011). Thinking, fast and slow . Macmillan.

Pratkanis, A. (1989). The cognitive representation of attitudes. In A. R. Pratkanis, S. J. Breckler, & A. G. Greenwald (Eds.), Attitude structure and function (pp. 71–98). Hillsdale, NJ: Erlbaum.

Simon, H.A., 1956. Rational choice and the structure of the environment. Psychological Review .

Tversky, A., & Kahneman, D. (1974). Judgment under Uncertainty: Heuristics and Biases. Science, 185 (4157), 1124–1131.

Print Friendly, PDF & Email

  • Brain Development
  • Childhood & Adolescence
  • Diet & Lifestyle
  • Emotions, Stress & Anxiety
  • Learning & Memory
  • Thinking & Awareness
  • Alzheimer's & Dementia
  • Childhood Disorders
  • Immune System Disorders
  • Mental Health
  • Neurodegenerative Disorders
  • Infectious Disease
  • Neurological Disorders A-Z
  • Body Systems
  • Cells & Circuits
  • Genes & Molecules
  • The Arts & the Brain
  • Law, Economics & Ethics
  • Neuroscience in the News
  • Supporting Research
  • Tech & the Brain
  • Animals in Research
  • BRAIN Initiative
  • Meet the Researcher
  • Neuro-technologies
  • Tools & Techniques
  • Core Concepts
  • For Educators
  • Ask an Expert
  • The Brain Facts Book

BrainFacts.org

Test Your Problem-Solving Skills

Personalize your emails.

Personalize your monthly updates from BrainFacts.org by choosing the topics that you care about most!

Find a Neuroscientist

Engage local scientists to educate your community about the brain.

Image of the Week

Check out the Image of the Week Archive.

Facebook

SUPPORTING PARTNERS

Dana Foundation logo

  • Accessibility Policy
  • Terms and Conditions
  • Manage Cookies

Some pages on this website provide links that require Adobe Reader to view.

7. Thinking and Intelligence

Problem solving, learning objectives.

By the end of this section, you will be able to:

  • Describe problem solving strategies
  • Define algorithm and heuristic
  • Explain some common roadblocks to effective problem solving

People face problems every day—usually, multiple problems throughout the day. Sometimes these problems are straightforward: To double a recipe for pizza dough, for example, all that is required is that each ingredient in the recipe be doubled. Sometimes, however, the problems we encounter are more complex. For example, say you have a work deadline, and you must mail a printed copy of a report to your supervisor by the end of the business day. The report is time-sensitive and must be sent overnight. You finished the report last night, but your printer will not work today. What should you do? First, you need to identify the problem and then apply a strategy for solving the problem.

PROBLEM-SOLVING STRATEGIES

When you are presented with a problem—whether it is a complex mathematical problem or a broken printer, how do you solve it? Before finding a solution to the problem, the problem must first be clearly identified. After that, one of many problem solving strategies can be applied, hopefully resulting in a solution.

A problem-solving strategy is a plan of action used to find a solution. Different strategies have different action plans associated with them ( [link] ). For example, a well-known strategy is trial and error . The old adage, “If at first you don’t succeed, try, try again” describes trial and error. In terms of your broken printer, you could try checking the ink levels, and if that doesn’t work, you could check to make sure the paper tray isn’t jammed. Or maybe the printer isn’t actually connected to your laptop. When using trial and error, you would continue to try different solutions until you solved your problem. Although trial and error is not typically one of the most time-efficient strategies, it is a commonly used one.

Problem-Solving Strategies
Method Description Example
Trial and error Continue trying different solutions until problem is solved Restarting phone, turning off WiFi, turning off bluetooth in order to determine why your phone is malfunctioning
Algorithm Step-by-step problem-solving formula Instruction manual for installing new software on your computer
Heuristic General problem-solving framework Working backwards; breaking a task into steps

Another type of strategy is an algorithm. An algorithm is a problem-solving formula that provides you with step-by-step instructions used to achieve a desired outcome (Kahneman, 2011). You can think of an algorithm as a recipe with highly detailed instructions that produce the same result every time they are performed. Algorithms are used frequently in our everyday lives, especially in computer science. When you run a search on the Internet, search engines like Google use algorithms to decide which entries will appear first in your list of results. Facebook also uses algorithms to decide which posts to display on your newsfeed. Can you identify other situations in which algorithms are used?

A heuristic is another type of problem solving strategy. While an algorithm must be followed exactly to produce a correct result, a heuristic is a general problem-solving framework (Tversky & Kahneman, 1974). You can think of these as mental shortcuts that are used to solve problems. A “rule of thumb” is an example of a heuristic. Such a rule saves the person time and energy when making a decision, but despite its time-saving characteristics, it is not always the best method for making a rational decision. Different types of heuristics are used in different types of situations, but the impulse to use a heuristic occurs when one of five conditions is met (Pratkanis, 1989):

  • When one is faced with too much information
  • When the time to make a decision is limited
  • When the decision to be made is unimportant
  • When there is access to very little information to use in making the decision
  • When an appropriate heuristic happens to come to mind in the same moment

Working backwards is a useful heuristic in which you begin solving the problem by focusing on the end result. Consider this example: You live in Washington, D.C. and have been invited to a wedding at 4 PM on Saturday in Philadelphia. Knowing that Interstate 95 tends to back up any day of the week, you need to plan your route and time your departure accordingly. If you want to be at the wedding service by 3:30 PM, and it takes 2.5 hours to get to Philadelphia without traffic, what time should you leave your house? You use the working backwards heuristic to plan the events of your day on a regular basis, probably without even thinking about it.

Another useful heuristic is the practice of accomplishing a large goal or task by breaking it into a series of smaller steps. Students often use this common method to complete a large research project or long essay for school. For example, students typically brainstorm, develop a thesis or main topic, research the chosen topic, organize their information into an outline, write a rough draft, revise and edit the rough draft, develop a final draft, organize the references list, and proofread their work before turning in the project. The large task becomes less overwhelming when it is broken down into a series of small steps.

Problem-solving abilities can improve with practice. Many people challenge themselves every day with puzzles and other mental exercises to sharpen their problem-solving skills. Sudoku puzzles appear daily in most newspapers. Typically, a sudoku puzzle is a 9×9 grid. The simple sudoku below ( [link] ) is a 4×4 grid. To solve the puzzle, fill in the empty boxes with a single digit: 1, 2, 3, or 4. Here are the rules: The numbers must total 10 in each bolded box, each row, and each column; however, each digit can only appear once in a bolded box, row, and column. Time yourself as you solve this puzzle and compare your time with a classmate.

A four column by four row Sudoku puzzle is shown. The top left cell contains the number 3. The top right cell contains the number 2. The bottom right cell contains the number 1. The bottom left cell contains the number 4. The cell at the intersection of the second row and the second column contains the number 4. The cell to the right of that contains the number 1. The cell below the cell containing the number 1 contains the number 2. The cell to the left of the cell containing the number 2 contains the number 3.

How long did it take you to solve this sudoku puzzle? (You can see the answer at the end of this section.)

Here is another popular type of puzzle ( [link] ) that challenges your spatial reasoning skills. Connect all nine dots with four connecting straight lines without lifting your pencil from the paper:

A square shaped outline contains three rows and three columns of dots with equal space between them.

Did you figure it out? (The answer is at the end of this section.) Once you understand how to crack this puzzle, you won’t forget.

Take a look at the “Puzzling Scales” logic puzzle below ( [link] ). Sam Loyd, a well-known puzzle master, created and refined countless puzzles throughout his lifetime (Cyclopedia of Puzzles, n.d.).

A puzzle involving a scale is shown. At the top of the figure it reads: “Sam Loyds Puzzling Scales.” The first row of the puzzle shows a balanced scale with 3 blocks and a top on the left and 12 marbles on the right. Below this row it reads: “Since the scales now balance.” The next row of the puzzle shows a balanced scale with just the top on the left, and 1 block and 8 marbles on the right. Below this row it reads: “And balance when arranged this way.” The third row shows an unbalanced scale with the top on the left side, which is much lower than the right side. The right side is empty. Below this row it reads: “Then how many marbles will it require to balance with that top?”

PITFALLS TO PROBLEM SOLVING

Not all problems are successfully solved, however. What challenges stop us from successfully solving a problem? Albert Einstein once said, “Insanity is doing the same thing over and over again and expecting a different result.” Imagine a person in a room that has four doorways. One doorway that has always been open in the past is now locked. The person, accustomed to exiting the room by that particular doorway, keeps trying to get out through the same doorway even though the other three doorways are open. The person is stuck—but she just needs to go to another doorway, instead of trying to get out through the locked doorway. A mental set is where you persist in approaching a problem in a way that has worked in the past but is clearly not working now.

Functional fixedness is a type of mental set where you cannot perceive an object being used for something other than what it was designed for. During the Apollo 13 mission to the moon, NASA engineers at Mission Control had to overcome functional fixedness to save the lives of the astronauts aboard the spacecraft. An explosion in a module of the spacecraft damaged multiple systems. The astronauts were in danger of being poisoned by rising levels of carbon dioxide because of problems with the carbon dioxide filters. The engineers found a way for the astronauts to use spare plastic bags, tape, and air hoses to create a makeshift air filter, which saved the lives of the astronauts.

Link to Learning

Check out this Apollo 13 scene where the group of NASA engineers are given the task of overcoming functional fixedness.

Researchers have investigated whether functional fixedness is affected by culture. In one experiment, individuals from the Shuar group in Ecuador were asked to use an object for a purpose other than that for which the object was originally intended. For example, the participants were told a story about a bear and a rabbit that were separated by a river and asked to select among various objects, including a spoon, a cup, erasers, and so on, to help the animals. The spoon was the only object long enough to span the imaginary river, but if the spoon was presented in a way that reflected its normal usage, it took participants longer to choose the spoon to solve the problem. (German & Barrett, 2005). The researchers wanted to know if exposure to highly specialized tools, as occurs with individuals in industrialized nations, affects their ability to transcend functional fixedness. It was determined that functional fixedness is experienced in both industrialized and nonindustrialized cultures (German & Barrett, 2005).

In order to make good decisions, we use our knowledge and our reasoning. Often, this knowledge and reasoning is sound and solid. Sometimes, however, we are swayed by biases or by others manipulating a situation. For example, let’s say you and three friends wanted to rent a house and had a combined target budget of $1,600. The realtor shows you only very run-down houses for $1,600 and then shows you a very nice house for $2,000. Might you ask each person to pay more in rent to get the $2,000 home? Why would the realtor show you the run-down houses and the nice house? The realtor may be challenging your anchoring bias. An anchoring bias occurs when you focus on one piece of information when making a decision or solving a problem. In this case, you’re so focused on the amount of money you are willing to spend that you may not recognize what kinds of houses are available at that price point.

The confirmation bias is the tendency to focus on information that confirms your existing beliefs. For example, if you think that your professor is not very nice, you notice all of the instances of rude behavior exhibited by the professor while ignoring the countless pleasant interactions he is involved in on a daily basis. Hindsight bias leads you to believe that the event you just experienced was predictable, even though it really wasn’t. In other words, you knew all along that things would turn out the way they did. Representative bias describes a faulty way of thinking, in which you unintentionally stereotype someone or something; for example, you may assume that your professors spend their free time reading books and engaging in intellectual conversation, because the idea of them spending their time playing volleyball or visiting an amusement park does not fit in with your stereotypes of professors.

Finally, the availability heuristic is a heuristic in which you make a decision based on an example, information, or recent experience that is that readily available to you, even though it may not be the best example to inform your decision . Biases tend to “preserve that which is already established—to maintain our preexisting knowledge, beliefs, attitudes, and hypotheses” (Aronson, 1995; Kahneman, 2011). These biases are summarized in [link] .

Summary of Decision Biases
Bias Description
Anchoring Tendency to focus on one particular piece of information when making decisions or problem-solving
Confirmation Focuses on information that confirms existing beliefs
Hindsight Belief that the event just experienced was predictable
Representative Unintentional stereotyping of someone or something
Availability Decision is based upon either an available precedent or an example that may be faulty

Please visit this site to see a clever music video that a high school teacher made to explain these and other cognitive biases to his AP psychology students.

Were you able to determine how many marbles are needed to balance the scales in [link] ? You need nine. Were you able to solve the problems in [link] and [link] ? Here are the answers ( [link] ).

The first puzzle is a Sudoku grid of 16 squares (4 rows of 4 squares) is shown. Half of the numbers were supplied to start the puzzle and are colored blue, and half have been filled in as the puzzle’s solution and are colored red. The numbers in each row of the grid, left to right, are as follows. Row 1:  blue 3, red 1, red 4, blue 2. Row 2: red 2, blue 4, blue 1, red 3. Row 3: red 1, blue 3, blue 2, red 4. Row 4: blue 4, red 2, red 3, blue 1.The second puzzle consists of 9 dots arranged in 3 rows of 3 inside of a square. The solution, four straight lines made without lifting the pencil, is shown in a red line with arrows indicating the direction of movement. In order to solve the puzzle, the lines must extend beyond the borders of the box. The four connecting lines are drawn as follows. Line 1 begins at the top left dot, proceeds through the middle and right dots of the top row, and extends to the right beyond the border of the square. Line 2 extends from the end of line 1, through the right dot of the horizontally centered row, through the middle dot of the bottom row, and beyond the square’s border ending in the space beneath the left dot of the bottom row. Line 3 extends from the end of line 2 upwards through the left dots of the bottom, middle, and top rows. Line 4 extends from the end of line 3 through the middle dot in the middle row and ends at the right dot of the bottom row.

Many different strategies exist for solving problems. Typical strategies include trial and error, applying algorithms, and using heuristics. To solve a large, complicated problem, it often helps to break the problem into smaller steps that can be accomplished individually, leading to an overall solution. Roadblocks to problem solving include a mental set, functional fixedness, and various biases that can cloud decision making skills.

Self Check Questions

Critical thinking questions.

1. What is functional fixedness and how can overcoming it help you solve problems?

2. How does an algorithm save you time and energy when solving a problem?

Personal Application Question

3. Which type of bias do you recognize in your own decision making processes? How has this bias affected how you’ve made decisions in the past and how can you use your awareness of it to improve your decisions making skills in the future?

1. Functional fixedness occurs when you cannot see a use for an object other than the use for which it was intended. For example, if you need something to hold up a tarp in the rain, but only have a pitchfork, you must overcome your expectation that a pitchfork can only be used for garden chores before you realize that you could stick it in the ground and drape the tarp on top of it to hold it up.

2. An algorithm is a proven formula for achieving a desired outcome. It saves time because if you follow it exactly, you will solve the problem without having to figure out how to solve the problem. It is a bit like not reinventing the wheel.

  • Psychology. Authored by : OpenStax College. Located at : http://cnx.org/contents/[email protected]:1/Psychology . License : CC BY: Attribution . License Terms : Download for free at http://cnx.org/content/col11629/latest/.

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Questions tagged [problem-solving]

For questions regarding the processes through which humans, animals, or artificial systems reason through a challenge and the means by which they select a solution.

  • Learn more…
  • Unanswered (my tags)

Functional/Cognitive Acuity/Manipulability

  • cognitive-psychology
  • problem-solving

jackisquizzical's user avatar

Can one be "addicted to learning"? [closed]

  • abnormal-psychology

Marcus's user avatar

Name for the ability to accept and react positively to challenges?

  • measurement

one_observation's user avatar

Isn't fluid intelligence necessarily influenced by crystallized intelligence?

  • terminology
  • intelligence

A. Kvåle's user avatar

Given a limited amount of time and an unlimited access to resources. Do the majority of people tend to solve a problem the "quick and dirty" way? [duplicate]

Hugo's user avatar

Do solutions for complicated problems ripe during long breaks? [duplicate]

  • io-psychology

Michael's user avatar

When learning a subject by working on a problem set, what is the optimal amount of time to spend on a problem?

  • educational-psychology

RedGreenCode's user avatar

Problem solving and memory size, conscious vs subconscious [duplicate]

Guy Coder's user avatar

Cognitive bias with trial and error problem solving

Borut Flis's user avatar

What is the name of this common anti-pattern

Edenia's user avatar

Reaching biomimicry solutions through pure reasoning alone

drabsv's user avatar

Talking about emotional experience

George's user avatar

How do you call this: Feeling stuck and passively waiting for a solution [closed]

leokhorn's user avatar

Body temperature increasing when trying to solve difficult problems

  • neuroscience
  • brain-training
  • brain-development

Feelsbadman's user avatar

How can we get rid of the problems of misconception, assumption, and expectation?

bob's user avatar

  • Featured on Meta
  • Bringing clarity to status tag usage on meta sites
  • We've made changes to our Terms of Service & Privacy Policy - July 2024
  • Announcing a change to the data-dump process

Related Tags

Hot network questions.

  • Do comets ever run out of water?
  • How to Handle a Discovery after a Masters Completes
  • Why did Resolve[] fail to verify a statement whose counter-example was proven to be nonexistant by FindInstance[]?
  • Is it possible that fundamental truths about the origins of our reality will never be discovered?
  • Specified data directory does not exist - but it does
  • How much air escapes into space every day, and how long before it makes Earth air pressure too low for humans to breathe?
  • Did Newton predict the deflection of light by gravity?
  • Would it be possible for humans to be alive to witness the beginning of a runaway greenhouse effect on Earth?
  • How many advancements can a Root RPG character get before running out of options to choose from in the advancement list?
  • Why does editing '/etc/shells' file using 'sudo open' show an error saying I don't own the file?
  • I submitted a paper and later realised one reference was missing, although I had written the authors in the body text. What could happen?
  • Is an invalid date considered the same as a NULL value?
  • Short story in which in which "aliens" from the future appear at a man's door
  • What are those bars in subway train or bus called?
  • Meaning of 折れ込む here
  • Why did Borland ignore the Macintosh market?
  • What mode of transport is ideal for the cold post-apocalypse?
  • How is it decided whether a creature can survive without a head?
  • Do space stations have anything that big spacecraft (such as the Space Shuttle and SpaceX Starship) don't have?
  • How do you determine maximum frequency of AD574A 12-bit ADC?
  • Rock paper scissor game in Javascript
  • In "Take [action]. When you do, [effect]", is the action a cost or an instruction?
  • How to interpret coefficients of logistic regression using natural cubic splines?
  • Are the US or its European allies offering Iran anything in return for de-escalation?

Leon Garber LMHC

Perfectionism

The shame of perfectionism, fixing your problems may not actually solve them..

Updated August 13, 2024 | Reviewed by Abigail Fagan

  • What Is Perfectionism?
  • Take our Perfectionism Test
  • Find a therapist near me
  • Perfectionists tend to be preoccupied with feeling important.
  • Perfectionists struggle to meet others' needs because they don't match theirs.
  • Humility entails accepting how limited our ability to fix and solve problems actually is.

MabelAmber / Pixabay

Self-love, silencing the inner critic , and eliminating negative emotions together constitute the pursuit of any perfectionist.

On the surface, these appear to be worthwhile goals , those seemingly addressed in any counselor's office. Yet, counterintuitively, they may contribute to the patient's distress. While he rigidly remains preoccupied with finding reasons to like himself, he fails to take notice of how his obsessions affect others and his life more broadly. Erroneously, he believes that if he solves enough of his problems, finally laying them to rest, he'll be, fundamentally, happy. Again, all of this, on the surface, seems logical and worthy of one's time. But, these goals, and the preoccupation with them, may form the bedrock of what's known as Obsessive Compulsive Personality Disorder , a personality style marked by moral rigidity, lack of empathy, and difficulty embracing change.

To be preoccupied with oneself is, by definition, an inability to care deeply about others. In couples therapy , our patients often differ in how they navigate the world, what they do to maintain their self-esteem , and how they conceive of being a good partner. Some believe that being a good partner means taking care of the other, while others believe it's helping their significant other mature. And both are aspects of good relationships. But, for perfectionists , the opposite of each, depending on which value you hold, can carry a sense of doom, signifying the presence of one's deep yet simmering sense of shame .

Partners often ask: "Why does he always have to try to fix me?" The individual who needs to always be useful has his identity strongly wrapped up with his ability to problem-solve, perceiving his life's purpose to embody a series of problems and goals. Being preoccupied with managing the shame of his futility, and consequently liking himself, he can't appreciate the value of something like simply listening, which makes him feel useless and out of control. His perception of himself as a mere listener, and its connotations, often makes it impossible for him to actually help.

Perfectionism is an inherent paradox. On the one hand, the individual constantly seeks to prove that he's important because he secretly fears that he's insignificant; on the other, he's also above so much of the work required to meet others' needs. The work to be done here entails cultivating cognitive flexibility, as opposed to self-love, learning to focus on others when their needs are mismatched with yours. The perfectionist learns to accept his obsession with problem-solving as counterproductive and harmful, acknowledging that, most of the time, not only are problems not fully resolved but, in addition, resolutions to some problems often create new ones. And, he chooses to be and feel important in unfamiliar ways, which aren't life-altering.

Perfectionists struggle with the "what-ifs" (managing their feelings of regret and shame), believing that they haven't done enough. So, in the context of couple's therapy, I may ask: Can you imagine what "doing enough" may feel like to your partner? You might be problem-solving but do you think that may actually harm her? They're often surprised to learn that even though they've given ample advice, which the partner often accepted, they've also unwittingly created a new problem, as their partner may now feel inferior to them and infantilized, too.

Allowing oneself to be less important, in this instance, gives one's partner the space to feel important herself, even if she's just heard. Problem-solving does not and cannot magically transform into self-love, although its dopamine hits provide temporary relief. And humility (feeling like a decent person without actually "loving" yourself) teaches us that while we may delude ourselves into believing that we're more effective and in control than we really are, we frequently have little clue of how we affect others. In the end, the perfectionist's rigid standards may help him really like himself periodically, and even feel superior in some sense, but, unlike other types of victories, this is one he inevitably has to enjoy all alone.

Leon Garber LMHC

Leon Garber is a licensed mental health counselor practicing in Brooklyn, NY. He specializes in treating obsessive compulsive disorder, perfectionism, and existential issues, including the more philosophical question of how to cultivate a meaningful life.

  • Find a Therapist
  • Find a Treatment Center
  • Find a Psychiatrist
  • Find a Support Group
  • Find Online Therapy
  • United States
  • Brooklyn, NY
  • Chicago, IL
  • Houston, TX
  • Los Angeles, CA
  • New York, NY
  • Portland, OR
  • San Diego, CA
  • San Francisco, CA
  • Seattle, WA
  • Washington, DC
  • Asperger's
  • Bipolar Disorder
  • Chronic Pain
  • Eating Disorders
  • Passive Aggression
  • Personality
  • Goal Setting
  • Positive Psychology
  • Stopping Smoking
  • Low Sexual Desire
  • Relationships
  • Child Development
  • Self Tests NEW
  • Therapy Center
  • Diagnosis Dictionary
  • Types of Therapy

July 2024 magazine cover

Sticking up for yourself is no easy task. But there are concrete skills you can use to hone your assertiveness and advocate for yourself.

  • Emotional Intelligence
  • Gaslighting
  • Affective Forecasting
  • Neuroscience

IMAGES

  1. 5 step problem solving method

    problem solving questions psychology

  2. What are the problem solving steps?

    problem solving questions psychology

  3. 39 Best Problem-Solving Examples (2024)

    problem solving questions psychology

  4. What Is The 4 Step Problem Solving Process

    problem solving questions psychology

  5. Psychological Steps Involved in Problem Solving

    problem solving questions psychology

  6. The 5 Steps of Problem Solving

    problem solving questions psychology

VIDEO

  1. The Psychology of Problem-Solving

  2. Problem Solving (Intro Psych Tutorial #89)

  3. M.A. Psychology: Problems solving techniques

  4. How to Solve a Problem in Four Steps: The IDEA Model

  5. How to solve any real life problem with these 7 steps (Problem solving explained)

  6. Problem solving

COMMENTS

  1. The Problem-Solving Process

    Problem-solving is a mental process that involves discovering, analyzing, and solving problems. The ultimate goal of problem-solving is to overcome obstacles and find a solution that best resolves the issue. The best strategy for solving a problem depends largely on the unique situation. In some cases, people are better off learning everything ...

  2. Problem-Solving Strategies and Obstacles

    Problem-solving is a vital skill for coping with various challenges in life. This webpage explains the different strategies and obstacles that can affect how you solve problems, and offers tips on how to improve your problem-solving skills. Learn how to identify, analyze, and overcome problems with Verywell Mind.

  3. Solving Problems the Cognitive-Behavioral Way

    Problem-solving is one technique used on the behavioral side of cognitive-behavioral therapy. The problem-solving technique is an iterative, five-step process that requires one to identify the ...

  4. Problem-Solving Strategies: Definition and 5 Techniques to Try

    In insight problem-solving, the cognitive processes that help you solve a problem happen outside your conscious awareness. 4. Working backward. Working backward is a problem-solving approach often ...

  5. 7.3 Problem-Solving

    Additional Problem Solving Strategies:. Abstraction - refers to solving the problem within a model of the situation before applying it to reality.; Analogy - is using a solution that solves a similar problem.; Brainstorming - refers to collecting an analyzing a large amount of solutions, especially within a group of people, to combine the solutions and developing them until an optimal ...

  6. Problem Solving

    Cognitive—Problem solving occurs within the problem solver's cognitive system and can only be inferred indirectly from the problem solver's behavior (including biological changes, introspections, and actions during problem solving).. Process—Problem solving involves mental computations in which some operation is applied to a mental representation, sometimes resulting in the creation of ...

  7. How to Solve Problems Like an Expert

    1. First, make sure you understand the problem. You do this by developing a representation of the essential aspects of the problem. You do that by searching your knowledge base for information ...

  8. 15 Provocative Questions for Creative Problem-Solving

    These questions are designed to provoke thought, challenge assumptions, and inspire creative thinking, fostering a mindset that can lead to innovative solutions and effective problem-solving. In ...

  9. Problem solving (video)

    Problem-solving skills are essential in our daily lives. The video explains different problem-solving methods, including trial and error, algorithm strategy, and heuristics. It also discusses concepts like means-end analysis, working backwards, fixation, and insight. These techniques help us tackle both well-defined and ill-defined problems ...

  10. 10 Best Problem-Solving Therapy Worksheets & Activities

    We have included three of our favorite books on the subject of Problem-Solving Therapy below. 1. Problem-Solving Therapy: A Treatment Manual - Arthur Nezu, Christine Maguth Nezu, and Thomas D'Zurilla. This is an incredibly valuable book for anyone wishing to understand the principles and practice behind PST.

  11. 7.3 Problem Solving

    Solving Puzzles. Problem-solving abilities can improve with practice. Many people challenge themselves every day with puzzles and other mental exercises to sharpen their problem-solving skills. Sudoku puzzles appear daily in most newspapers. Typically, a sudoku puzzle is a 9×9 grid. The simple sudoku below is a 4×4 grid. To solve the puzzle ...

  12. The Process of Problem Solving

    The findings from this second experiment showed that people tend to go through two different stages when solving a series of problems. People begin their problem-solving process in a generative manner during which they explore various tactics — some successful and some not. Then they use their experience to narrow down their choices of ...

  13. Problem Solving Packet

    worksheet. Guide your clients and groups through the problem solving process with the help of the Problem Solving Packet. Each page covers one of five problem solving steps with a rationale, tips, and questions. The steps include defining the problem, generating solutions, choosing one solution, implementing the solution, and reviewing the ...

  14. Problem-Solving Therapy: Definition, Techniques, and Efficacy

    Problem-solving therapy is a brief intervention that provides people with the tools they need to identify and solve problems that arise from big and small life stressors. It aims to improve your overall quality of life and reduce the negative impact of psychological and physical illness. Problem-solving therapy can be used to treat depression ...

  15. Problem Solving

    Problem Solving is a helpful intervention whenever clients present with difficulties, dilemmas, and conundrums, or when they experience repetitive thought such as rumination or worry. Effective problem solving is an essential life skill and this Problem Solving worksheet is designed to guide adults through steps which will help them to generate ...

  16. 7 Module 7: Thinking, Reasoning, and Problem-Solving

    Module 7: Thinking, Reasoning, and Problem-Solving. This module is about how a solid working knowledge of psychological principles can help you to think more effectively, so you can succeed in school and life. You might be inclined to believe that—because you have been thinking for as long as you can remember, because you are able to figure ...

  17. Problem solving through values: A challenge for thinking and capability

    Abstract. The paper aims to introduce the conceptual framework of problem solving through values. The framework consists of problem analysis, selection of value (s) as a background for the solution, the search for alternative ways of the solution, and the rationale for the solution. This framework reveals when, how, and why is important to ...

  18. Heuristics In Psychology: Definition & Examples

    Psychologists refer to these efficient problem-solving techniques as heuristics. A heuristic in psychology is a mental shortcut or rule of thumb that simplifies decision-making and problem-solving. Heuristics often speed up the process of finding a satisfactory solution, but they can also lead to cognitive biases.

  19. Test Your Problem-Solving Skills

    Find a Neuroscientist. Engage local scientists to educate your community about the brain.

  20. Problem Solving

    A heuristic is another type of problem solving strategy. While an algorithm must be followed exactly to produce a correct result, a heuristic is a general problem-solving framework (Tversky & Kahneman, 1974). You can think of these as mental shortcuts that are used to solve problems. A "rule of thumb" is an example of a heuristic.

  21. Questions tagged [problem-solving]

    Questions tagged [problem-solving] For questions regarding the processes through which humans, animals, or artificial systems reason through a challenge and the means by which they select a solution. Learn more….

  22. 15 Provocative Questions for Creative Problem-Solving

    These questions are designed to provoke thought, challenge assumptions, and inspire creative thinking, fostering a mindset that can lead to innovative solutions and effective problem-solving. In ...

  23. The Shame of Perfectionism

    Problem-solving does not and cannot magically transform into self-love, although its dopamine hits provide temporary relief. And humility (feeling like a decent person without actually "loving ...