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 psychology essay

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

problem solving psychology essay

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

Logo for Digital Press at Collier Library

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

9 Chapter 9. Problem-Solving

Lightbulb icon

CHAPTER 9: PROBLEM SOLVING  

Chesspieces

How do we achieve our goals when the solution is not immediately obvious? What mental blocks are likely to get in our way, and how can we leverage our prior knowledge to solve novel problems?

CHAPTER 9 LICENSE AND ATTRIBUTION

Source: Multiple authors. Memory. In Cognitive Psychology and Cognitive Neuroscience. Wikibooks. Retrieved from https://en.wikibooks.org/wiki/ Cognitive_Psychology_and_Cognitive_Neuroscience

Wikibooks are licensed under the Creative Commons Attribution-ShareAlike License.

Cognitive Psychology and Cognitive Neuroscience is licensed under the GNU Free Documentation License.

Condensed from original version. American spellings used. Content added or changed to reflect American perspective and references. Context and transitions added throughout. Substantially edited, adapted, and (in some parts) rewritten for clarity and course relevance.

Cover photo by Pixabay on Pexels.

Knut is sitting at his desk, staring at a blank paper in front of him, and nervously playing with a pen in his right hand. Just a few hours left to hand in his essay and he has not written a word. All of a sudden he smashes his fist on the table and cries out: “I need a plan!”

Knut is confronted with something every one of us encounters in his daily life: he has a problem, and he does not know how to solve it. But what exactly is a problem? Are there strategies to solve problems? These are just a few of the questions we want to answer in this chapter.

We begin our chapter by giving a short description of what psychologists regard as a problem. Afterward we will discuss different approaches towards problem solving, starting with gestalt psychologists and ending with modern search strategies connected to artificial intelligence. In addition we will also consider how experts solve problems.

The most basic definition of a problem is any given situation that differs from a desired goal. This definition is very useful for discussing problem solving in terms of evolutionary adaptation, as it allows us to understand every aspect of (human or animal) life as a problem. This includes issues like finding food in harsh winters, remembering where you left your provisions, making decisions about which way to go, learning, repeating and varying all kinds of complex movements, and so on. Though all of these problems were of crucial importance during the human evolutionary process, they are by no means solved exclusively by humans. We find an amazing variety of different solutions for these problems in nature (just consider, for example, the way a bat hunts its prey compared to a spider). We will mainly focus on problems that are not solved by animals or evolution; we will instead focus on abstract problems, such as playing chess. Furthermore, we will not consider problems that have an obvious solution. For example, imagine Knut decides to take a sip of coffee from the mug next to his right hand. He does not even have to think about how to do this. This is not because the situation itself is trivial (a robot capable of recognizing the mug, deciding whether it is full, then grabbing it and moving it to Knut’s mouth would be a highly complex machine) but because in the context of all possible situations it is so trivial that it no longer is a problem our consciousness needs to be bothered with. The problems we will discuss in the following all need some conscious effort, though some seem to be solved without us being able to say how exactly we got to the solution. We will often find that the strategies we use to solve these problems are applicable to more basic problems, too.

Non-trivial, abstract problems can be divided into two groups: well-defined problems and ill- defined problems.

WELL-DEFINED PROBLEMS

For many abstract problems, it is possible to find an algorithmic solution. We call problems well-defined if they can be properly formalized, which involves the following properties:

•        The problem has a clearly defined given state. This might be the line-up of a chess game, a given formula you have to solve, or the set-up of the towers of Hanoi game (which we will discuss later).

•        There is a finite set of operators, that is, rules you may apply to the given state. For the chess game, e.g., these would be the rules that tell you which piece you may move to which position.

•        Finally, the problem has a clear goal state: The equations is resolved to x, all discs are moved to the right stack, or the other player is in checkmate.

A problem that fulfils these requirements can be implemented algorithmically. Therefore many well-defined problems can be very effectively solved by computers, like playing chess.

ILL-DEFINED PROBLEMS

Though many problems can be properly formalized, there are still others where this is not the case. Good examples for this are all kinds of tasks that involve creativity, and, generally speaking, all problems for which it is not possible to clearly define a given state and a goal state. Formalizing a problem such as “Please paint a beautiful picture” may be impossible.

Still, this is a problem most people would be able to approach in one way or the other, even if the result may be totally different from person to person. And while Knut might judge that picture X is gorgeous, you might completely disagree.

The line between well-defined and ill-defined problems is not always neat: ill-defined problems often involve sub-problems that can be perfectly well-defined. On the other hand, many everyday problems that seem to be completely well-defined involve — when examined in detail — a great amount of creativity and ambiguity. Consider Knut’s fairly ill-defined task of writing an essay: he will not be able to complete this task without first understanding the text he has to write about. This step is the first subgoal Knut has to solve. In this example, an ill-defined problem involves a well-defined sub-problem

RESTRUCTURING: THE GESTALTIST APPROACH

One dominant approach to problem solving originated from Gestalt psychologists in the 1920s. Their understanding of problem solving emphasizes behavior in situations requiring relatively novel means of attaining goals and suggests that problem solving involves a process called restructuring. With a Gestalt approach, two main questions have to be considered to understand the process of problem solving: 1) How is a problem represented in a person’s mind?, and 2) How does solving this problem involve a reorganization or restructuring of this representation?

HOW IS A PROBLEM REPRESENTED IN THE MIND?

In current research internal and external representations are distinguished: an internal representation is one held in memory, and which has to be retrieved by cognitive processes, while an external representation exists in the environment, such like physical objects or symbols whose information can be picked up and processed by the perceptual system.

Generally speaking, problem representations are models of the situation as experienced by the solver. Representing a problem means to analyze it and split it into separate components, including objects, predicates, state space, operators, and selection criteria.

The efficiency of problem solving depends on the underlying representations in a person’s mind, which usually also involves personal aspects. Re-analyzing the problem along different dimensions, or changing from one representation to another, can result in arriving at a new understanding of a problem. This is called restructuring . The following example illustrates this:

Two boys of different ages are playing badminton. The older one is a more skilled player, and therefore the outcome of matches between the two becomes predictable. After repeated defeats the younger boy finally loses interest in playing. The older boy now faces a problem, namely that he has no one to play with anymore. The usual options, according to M. Wertheimer (1945/82), range from “offering candy” and “playing a different game” to “not playing at full ability” and “shaming the younger boy into playing.” All of these strategies aim at making the younger boy stay.

The older boy instead comes up with a different solution: He proposes that they should try to keep the birdie in play as long as possible. Thus, they change from a game of competition to one of cooperation. The proposal is happily accepted, and the game is on again. The key in this story is that the older boy restructured the problem, having found that his attitude toward the game made it difficult to keep the younger boy playing. With the new type of game the problem is solved: the older boy is not bored, and the younger boy is not frustrated. In some cases, new representations can make a problem more difficult or much easier to solve. In the latter case insight – the sudden realization of a problem’s solution – may be the key to finding a solution.

There are two very different ways of approaching a goal-oriented situation . In one case an organism readily reproduces the response to the given problem from past experience. This is called reproductive thinking .

The second way requires something new and di fferent to achieve the goal—prior learning is of little help here. Such productive thinking is sometimes argued to involve insight . Gestalt psychologists state that insight problems are a separate category of problems in their own right.

Tasks that might involve insight usually have certain features: they require something new and non-obvious to be done, and in most cases they are difficult enough to predict that the initial solution attempt will be unsuccessful. When you solve a problem of this kind you often have a so called “aha” experience: the solution pops into mind all of a sudden. In one moment you have no idea how to answer the problem, and you feel you are not making any progress trying out different ideas, but in the next moment the problem is solved.

For readers who would like to experience such an effect, here is an example of an insight problem: Knut is given four pieces of a chain; each made up of three links. The task is to link it all up to a closed loop. To open a link costs 2 cents, and to close a link costs 3 cents. Knut has 15 cents to spend. What should Knut do?

Four groups of rings separated from eachother

If you want to know the correct solution, turn to the next page.

To show that solving insight problems involves restructuring , psychologists have created a number of problems that are more difficult to solve for participants with previous experiences, since it is harder for them to change the representation of the given situation.

For non-insight problems the opposite is the case. Solving arithmetical problems, for instance, requires schemas, through which one can get to the solution step by step.

Sometimes, previous experience or familiarity can even make problem solving more difficult. This is the case whenever habitual directions get in the way of finding new directions – an effect called fixation .

FUNCTIONAL FIXEDNESS

Functional fixedness concerns the solution of object use problems . The basic idea is that when the usual function an object is emphasized, it will be far more difficult for a person to use that object in a novel manner. An example for this effect is the candle problem : Imagine you are given a box of matches, some candles and tacks. On the wall of the room there is a cork-board. Your task is to fix the candle to the cork-board in such a way that no wax will drop on the floor when the candle is lit. Got an idea?

Dunker candle problem with matches, candles, and tacs.

Here’s a clue: when people are confronted with a problem and given certain objects to solve it, it is difficult for them to figure out that they could use the objects in a different way. In this example, the box has to be recognized as a support rather than as a container— tack the matchbox to the wall, and place the candle upright in the box. The box will catch the falling wax.

Four groups of rings linked together

A further example is the two-string problem : Knut is left in a room with a pair of pliers and given the task to bind two strings together that are hanging from the ceiling. The problem he faces is that he can never reach both strings at a time because they are just too far away from each other. What can Knut do?

Person holding string reaching for another string

Solution: Knut has to recognize he can use the pliers in a novel function: as weight for a pendulum. He can tie them to one of the strings, push it away, hold the other string and wait for the first one to swing toward him.

MENTAL FIXEDNESS

Functional fixedness as involved in the examples above illustrates a mental set: a person’s tendency to respond to a given task in a manner based on past experience. Because Knut maps an object to a particular function he has difficulty varying the way of use (i.e., pliers as pendulum’s weight).

One approach to studying fixation was to study wrong-answer verbal insight problems . In these probems, people tend to give an incorrect answer when failing to solve a problem rather than to give no answer at all.

A typical example: People are told that on a lake the area covered by water lilies doubles every 24 hours and that it takes 60 days to cover the whole lake. Then they are asked how many days it takes to cover half the lake. The typical response is “30 days” (whereas 59 days is correct).

These wrong solutions are due to an inaccurate interpretation , or representation , of the problem. This can happen because of sloppiness (a quick shallow reading of the problem and/or weak monitoring of their efforts made to come to a solution). In this case error feedback should help people to reconsider the problem features, note the inadequacy of their first answer, and find the correct solution. If, however, people are truly fixated on their incorrect representation, being told the answer is wrong does not help. In a study by P.I. Dallop and

R.L. Dominowski in 1992 these two possibilities were investigated. In approximately one third of the cases error feedback led to right answers, so only approximately one third of the wrong answers were due to inadequate monitoring.

Another approach is the study of examples with and without a preceding analogous task. In cases such like the water-jug task, analogous thinking indeed leads to a correct solution, but to take a different way might make the case much simpler:

Imagine Knut again, this time he is given three jugs with different capacities and is asked to measure the required amount of water. He is not allowed to use anything except the jugs and as much water as he likes. In the first case the sizes are: 127 cups, 21 cups and 3 cups. His goal is to measure 100 cups of water.

In the second case Knut is asked to measure 18 cups from jugs of 39, 15 and 3 cups capacity.

Participants who are given the 100 cup task first choose a complicated way to solve the second task. Participants who did not know about that complex task solved the 18 cup case by just adding three cups to 15.

SOLVING PROBLEMS BY ANALOGY

One special kind of restructuring is analogical problem solving. Here, to find a solution to one problem (i.e., the target problem) an analogous solution to another problem (i.e., the base problem) is presented.

An example for this kind of strategy is the radiation problem posed by K. Duncker in 1945:

As a doctor you have to treat a patient with a malignant, inoperable tumor, buried deep inside the body. There exists a special kind of ray which is harmless at a low intensity, but at sufficiently high intensity is able to destroy the tumor. At such high intensity, however, the ray will also destroy the healthy tissue it passes through on the way to the tumor. What can be done to destroy the tumor while preserving the healthy tissue?

When this question was asked to participants in an experiment, most of them couldn’t come up with the appropriate answer to the problem. Then they were told a story that went something like this:

A general wanted to capture his enemy’s fortress. He gathered a large army to launch a full- scale direct attack, but then learned that all the roads leading directly towards the fortress were blocked by landmines. These roadblocks were designed in such a way that it was possible for small groups of the fortress-owner’s men to pass over them safely, but a large group of men would set them off. The general devised the following plan: He divided his troops into several smaller groups and ordered each of them to march down a different road, timed in such a way that the entire army would reunite exactly when reaching the fortress and could hit with full strength.

Here, the story about the general is the source problem, and the radiation problem is the target problem. The fortress is analogous to the tumor and the big army corresponds to the highly intensive ray. Likewise, a small group of soldiers represents a ray at low intensity. The s olution to the problem is to split the ray up, as the general did with his army, and send the now harmless rays towards the tumor from different angles in such a way that they all meet when reaching it. No healthy tissue is damaged but the tumor itself gets destroyed by the ray at its full intensity.

M. Gick and K. Holyoak presented Duncker’s radiation problem to a group of participants in 1980 and 1983. 10 percent of participants were able to solve the problem right away, but 30 percent could solve it when they read the story of the general before. After being given an additional hint — to use the story as help — 75 percent of them solved the problem.

Following these results, Gick and Holyoak concluded that analogical problem solving consists of three steps:

1.  Recognizing that an analogical connection exists between the source and the base problem.

2. Mapping corresponding parts of the two problems onto each other (fortress ® tumour, army ® ray, etc.)

3. Applying the mapping to generate a parallel solution to the target problem (using little groups of soldiers approaching from different directions ® sending several weaker rays from different directions)

Next, Gick and Holyoak started looking for factors that could help the recognizing and mapping processes.

The abstract concept that links the target problem with the base problem is called the problem schema. Gick and Holyoak facilitated the activation of a schema with their participants by giving them two stories and asking them to compare and summarize them. This activation of problem schemas is called “schema induction“.

The experimenters had participants read stories that presented problems and their solutions. One story was the above story about the general, and other stories required the same problem schema (i.e., if a heavy force coming from one direction is not suitable, use multiple smaller forces that simultaneously converge on the target). The experimenters manipulated how many of these stories the participants read before the participants were asked to solve the radiation problem. The experiment showed that in order to solve the target problem, reading two stories with analogical problems is more helpful than reading only one story. This evidence suggests that schema induction can be achieved by exposing people to multiple problems with the same problem schema.

HOW DO EXPERTS SOLVE PROBLEMS?

An expert is someone who devotes large amounts of their time and energy to one specific field of interest in which they, subsequently, reach a certain level of mastery. It should not be a surprise that experts tend to be better at solving problems in their field than novices (i.e., people who are beginners or not as well-trained in a field as experts) are. Experts are faster at coming up with solutions and have a higher rate of correct solutions. But what is the difference between the way experts and non-experts solve problems? Research on the nature of expertise has come up with the following conclusions:

1.       Experts know more about their field,

2.      their knowledge is organized differently, and

3.      they spend more time analyzing the problem.

Expertise is domain specific— when it comes to problems that are outside the experts’ domain of expertise, their performance often does not differ from that of novices.

Knowledge: An experiment by Chase and Simon (1973) dealt with the question of how well experts and novices are able to reproduce positions of chess pieces on chess boards after a brief presentation. The results showed that experts were far better at reproducing actual game positions, but that their performance was comparable with that of novices when the chess pieces were arranged randomly on the board. Chase and Simon concluded that the superior performance on actual game positions was due to the ability to recognize familiar patterns: A chess expert has up to 50,000 patterns stored in his memory. In comparison, a good player might know about 1,000 patterns by heart and a novice only few to none at all. This very detailed knowledge is of crucial help when an expert is confronted with a new problem in his field. Still, it is not only the amount of knowledge that makes an expert more successful. Experts also organize their knowledge differently from novices.

Organization: In 1981 M. Chi and her co-workers took a set of 24 physics problems and presented them to a group of physics professors as well as to a group of students with only one semester of physics. The task was to group the problems based on their similarities. The students tended to group the problems based on their surface structure (i.e., similarities of objects used in the problem, such as sketches illustrating the problem), whereas the professors used their deep structure (i.e., the general physical principles that underlie the problems) as criteria. By recognizing the actual structure of a problem experts are able to connect the given task to the relevant knowledge they already have (e.g., another problem they solved earlier which required the same strategy).

Analysis: Experts often spend more time analyzing a problem before actually trying to solve it. This way of approaching a problem may often result in what appears to be a slow start, but in the long run this strategy is much more effective. A novice, on the other hand, might start working on the problem right away, but often reach dead ends as they chose a wrong path in the very beginning.

_________________________________________________________________________________________________________________________________________________________

Chase, W. G., & Simon, H. A. (1973). Perception in chess. Cognitive psychology, 4(1), 55-81.

Chi, M. T., Feltovich, P. J., & Glaser, R. (1981). Categorization and representation of physics problems by experts and novices. Cognitive science, 5(2), 121-152.

Duncker, K., & Lees, L. S. (1945). On problem-solving. Psychological monographs, 58(5).

Gick, M. L., & Holyoak, K. J. (1980). Analogical problem solving. Cognitive psychology, 12(3), 306-355. Gick, M. L., & Holyoak, K. J. (1983). Schema induction and analogical transfer. Cognitive psychology, 15(1), 1-38.

Goldstein, E.B. (2005). Cogntive Psychology. Connecting Mind, Research, and Everyday Experience. Belmont: Thomson Wadsworth.

R.L. Dominowski and P. Dallob, Insight and Problem Solving. In The Nature of Insight, R.J. Sternberg & J.E. Davidson (Eds). MIT Press: USA, pp.33-62 (1995).

Wertheimer, M., (1945). Productive thinking. New York: Harper.

ESSENTIALS OF COGNITIVE PSYCHOLOGY Copyright © 2023 by Christopher Klein is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License , except where otherwise noted.

Share This Book

  • 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

Overview of the Problem-Solving Mental Process

  • Identify the Problem
  • Define the Problem
  • Form a Strategy
  • Organize Information
  • Allocate Resources
  • Monitor Progress
  • Evaluate the Results

Frequently Asked Questions

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 they can about the issue and then using factual knowledge to come up with a solution. In other instances, creativity and insight are the best options.

It is not necessary to follow problem-solving steps sequentially, It is common to skip steps or even go back through steps multiple times until the desired solution is reached.

In order to correctly solve a problem, it is often important to follow a series of steps. Researchers sometimes refer to this as the problem-solving cycle. While this cycle is portrayed sequentially, people rarely follow a rigid series of steps to find a solution.

The following steps include developing strategies and organizing knowledge.

1. Identifying the Problem

While it may seem like an obvious step, identifying the problem is not always as simple as it sounds. In some cases, people might mistakenly identify the wrong source of a problem, which will make attempts to solve it inefficient or even useless.

Some strategies that you might use to figure out the source of a problem include :

  • Asking questions about the problem
  • Breaking the problem down into smaller pieces
  • Looking at the problem from different perspectives
  • Conducting research to figure out what relationships exist between different variables

2. Defining the Problem

After the problem has been identified, it is important to fully define the problem so that it can be solved. You can define a problem by operationally defining each aspect of the problem and setting goals for what aspects of the problem you will address

At this point, you should focus on figuring out which aspects of the problems are facts and which are opinions. State the problem clearly and identify the scope of the solution.

3. Forming a Strategy

After the problem has been identified, it is time to start brainstorming potential solutions. This step usually involves generating as many ideas as possible without judging their quality. Once several possibilities have been generated, they can be evaluated and narrowed down.

The next step is to develop a strategy to solve the problem. The approach used will vary depending upon the situation and the individual's unique preferences. Common problem-solving strategies include heuristics and algorithms.

  • Heuristics are mental shortcuts that are often based on solutions that have worked in the past. They can work well if the problem is similar to something you have encountered before and are often the best choice if you need a fast solution.
  • Algorithms are step-by-step strategies that are guaranteed to produce a correct result. While this approach is great for accuracy, it can also consume time and resources.

Heuristics are often best used when time is of the essence, while algorithms are a better choice when a decision needs to be as accurate as possible.

4. Organizing Information

Before coming up with a solution, you need to first organize the available information. What do you know about the problem? What do you not know? The more information that is available the better prepared you will be to come up with an accurate solution.

When approaching a problem, it is important to make sure that you have all the data you need. Making a decision without adequate information can lead to biased or inaccurate results.

5. Allocating Resources

Of course, we don't always have unlimited money, time, and other resources to solve a problem. Before you begin to solve a problem, you need to determine how high priority it is.

If it is an important problem, it is probably worth allocating more resources to solving it. If, however, it is a fairly unimportant problem, then you do not want to spend too much of your available resources on coming up with a solution.

At this stage, it is important to consider all of the factors that might affect the problem at hand. This includes looking at the available resources, deadlines that need to be met, and any possible risks involved in each solution. After careful evaluation, a decision can be made about which solution to pursue.

6. Monitoring Progress

After selecting a problem-solving strategy, it is time to put the plan into action and see if it works. This step might involve trying out different solutions to see which one is the most effective.

It is also important to monitor the situation after implementing a solution to ensure that the problem has been solved and that no new problems have arisen as a result of the proposed solution.

Effective problem-solvers tend to monitor their progress as they work towards a solution. If they are not making good progress toward reaching their goal, they will reevaluate their approach or look for new strategies .

7. Evaluating the Results

After a solution has been reached, it is important to evaluate the results to determine if it is the best possible solution to the problem. This evaluation might be immediate, such as checking the results of a math problem to ensure the answer is correct, or it can be delayed, such as evaluating the success of a therapy program after several months of treatment.

Once a problem has been solved, it is important to take some time to reflect on the process that was used and evaluate the results. This will help you to improve your problem-solving skills and become more efficient at solving future problems.

A Word From Verywell​

It is important to remember that there are many different problem-solving processes with different steps, and this is just one example. Problem-solving in real-world situations requires a great deal of resourcefulness, flexibility, resilience, and continuous interaction with the environment.

Get Advice From The Verywell Mind Podcast

Hosted by therapist Amy Morin, LCSW, this episode of The Verywell Mind Podcast shares how you can stop dwelling in a negative mindset.

Follow Now : Apple Podcasts / Spotify / Google Podcasts

You can become a better problem solving by:

  • Practicing brainstorming and coming up with multiple potential solutions to problems
  • Being open-minded and considering all possible options before making a decision
  • Breaking down problems into smaller, more manageable pieces
  • Asking for help when needed
  • Researching different problem-solving techniques and trying out new ones
  • Learning from mistakes and using them as opportunities to grow

It's important to communicate openly and honestly with your partner about what's going on. Try to see things from their perspective as well as your own. Work together to find a resolution that works for both of you. Be willing to compromise and accept that there may not be a perfect solution.

Take breaks if things are getting too heated, and come back to the problem when you feel calm and collected. Don't try to fix every problem on your own—consider asking a therapist or counselor for help and insight.

If you've tried everything and there doesn't seem to be a way to fix the problem, you may have to learn to accept it. This can be difficult, but try to focus on the positive aspects of your life and remember that every situation is temporary. Don't dwell on what's going wrong—instead, think about what's going right. Find support by talking to friends or family. Seek professional help if you're having trouble coping.

Davidson JE, Sternberg RJ, editors.  The Psychology of Problem Solving .  Cambridge University Press; 2003. doi:10.1017/CBO9780511615771

Sarathy V. Real world problem-solving .  Front Hum Neurosci . 2018;12:261. Published 2018 Jun 26. doi:10.3389/fnhum.2018.00261

By Kendra Cherry, MSEd Kendra Cherry, MS, is a psychosocial rehabilitation specialist, psychology educator, and author of the "Everything Psychology Book."

Teaching of General Psychology: Problem Solving

  • Living reference work entry
  • First Online: 09 July 2022
  • Cite this living reference work entry

problem solving psychology essay

  • David Gibson 5 ,
  • Dirk Ifenthaler 5 , 6 &
  • Samuel Greiff 7  

Part of the book series: Springer International Handbooks of Education ((SIHE))

135 Accesses

This chapter defines problem solving and its research history. In addition to this, it introduces data science approaches to research on problem solving for psychology students, educators, and researchers. The chapter describes four new core content and topical areas on the immediate horizon: data science, Internet of things, network analyses, and artificial intelligence. The chapter elucidates implications for data science education in general psychology, focusing on research in problem solving and on how problem solving can be taught in higher education.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Institutional subscriptions

Similar content being viewed by others

problem solving psychology essay

Reaction: Students, Problem Posing, and Problem Solving

Teaching the foundations of psychological science.

Aktas, M. E., Akbas, E., & Fatmaoui, A. E. (2019). Persistence homology of networks: methods and applications. Applied Network Science, 4 (1). https://doi.org/10.1007/s41109-019-0179-3

Berry, D.C., & Broadbent, D.E. (1984). On the relationship between task performance and associated verbalizable knowledge. Quarterly Journal of Experimental Psychology, 36A , 209–231.

Google Scholar  

Berry, D.C., & Broadbent, D.E. (1988). Interactive tasks and the implicit–explicit distinction. British Journal of Psychology, 79 , 251–272.

Blei, D., & Smyth, P. (2017). Science and data science. Proceedings of the National Academy of Sciences, 114 (33), 8689–8692. https://doi.org/10.1073/pnas.1702076114

Article   Google Scholar  

Chen, M., Herrera, F., & Hwang, K. (2018). Cognitive computing: Architecture, technologies and intelligent applications. IEEE Access, 6 , 19774–19783. https://doi.org/10.1109/ACCESS.2018.2791469

Chen, X., Xie, H., Zou, D., & Hwang, G.-J. (2020). Application and theory gaps during the rise of Artificial Intelligence in Education. Computers and Education: Artificial Intelligence, 1 (August), 100002. https://doi.org/10.1016/j.caeai.2020.100002

Davis, N. (2012). Leadership for online learning within and across secondary schools: An ecological perspective on change theories . In International federation of information processing working group 3.3 (pp. 1–15).

Davis, N., Eickelmann, B., & Zaka, P. (2013). Restructuring of educational systems in the digital age from a co-evolutionary perspective. Journal of Computer Assisted Learning, 29 , 438–450. https://doi.org/10.1111/jcal.12032

Diestel, R. (2006). Graph theory . https://doi.org/10.1103/PhysRevLett.107.085504

Duncker, K. (1935). Zur Psychologie des produktiven Denkens . Berlin: Springer.

Etzion, O., Fournier, F., & Arcushin, S. (2014). Tutorial on the Internet of everything . In Proceedings of the 8th ACM international conference on distributed event-based systems – DEBS ’14 (pp. 236–237). https://doi.org/10.1145/2611286.2611308

Evans, D. (2011, April). The Internet of Things – How the next evolution of the Internet is changing everything . CISCO white paper, pp. 1–11. https://doi.org/10.1109/IEEESTD.2007.373646

Funke, J. (1992). Wissen über dynamische Systeme: Erwerb, Repräsentation und Anwendung. Berlin: Springer.

Ge, X., & Land, S. M. (2003). Scaffolding students’ problem-solving processes in an illstructured task using question prompts and peer interactions. Educational Technology Research and Development, 51 (1), 21–38.

Gibson, D. C., & Webb, M. (2015). Data science in educational assessment. Education and Information Technologies, 20 (4), 697–713. https://doi.org/10.1007/s10639-015-9411-7

Ifenthaler, D., Greiff, S., & Gibson, D. C. (2018). Making use of data for assessments: harnessing analytics and data science. In J. Voogt, G. Knezek, R. Christensen, & K.-W. Lai (Eds.), International handbook of IT in primary and secondary education (2 ed., pp. 649–663). Springer. https://doi.org/10.1007/978-3-319-71054-9_41

Jacobson, M.J. (2000). Problem Solving About Complex Systems: Differences Between Experts and Novices. In B. Fishman & S. O’Connor-Divelbiss (Eds.), Fourth international conference of the learning sciences , pp. 14–21. Mahwah, NJ: Erlbaum.

Krems, J. (1995). Cognitive flexibility and complex problem solving. In P.A. Frensch & J. Funke (Eds.), Complex problem solving. The European perspective , pp. 201–218. Hillsdale, NJ: Lawrence Erlbaum.

Gašević, D., Joksimović, S., Eagan, B. R., & Shaffer, D. W. (2019). SENS: Network analytics to combine social and cognitive perspectives of collaborative learning. Computers in Human Behavior, 92 (May), 562–577. https://doi.org/10.1016/j.chb.2018.07.003

Goldstone, R. L., Pestilli, F., & Börner, K. (2015). Self-portraits of the brain: Cognitive science, data visualization, and communicating brain structure and function. Trends in Cognitive Sciences, 19 (8), 462–474. https://doi.org/10.1016/j.tics.2015.05.012

Gonthier, G. (2008). Formal proof–the four-color theorem. Notices of the AMS, 55 (11), 1382–1393. Retrieved from https://www.ams.org/notices/200811/tx081101382p.pdf

Greiff, S., Scheiter, K., Scherer, R., Borgonovi, F., Britt, A., Graesser, A., Kitajima, M., & Rouet, J. F. (2017). Adaptive problem solving. Moving towards a new assessment domain in the second cycle of PIAAC (OECD education working papers, no. 156). Paris: OECD. https://doi.org/10.1787/90fde2f4-en

Greiff, S., & Wüstenberg, S. (2014). Assessment with microworlds: Factor structure, invariance, and latent mean comparison of the MicroDYN test. European Journal of Psychological Assessment, 30 , 1–11. https://doi.org/10.1027/1015-5759/a000194

Ifenthaler, D., & Seel, N. M. (2005). The measurement of change: Learning-dependent progression of mental models. Technology, Instruction, Cognition and Learning, 2 (4), 317–336.

Ifenthaler, D., & Seel, N. M. (2011). A longitudinal perspective on inductive reasoning tasks. Illuminating the probability of change. Learning and Instruction, 21 (4), 538–549. https://doi.org/10.1016/j.learninstruc.2010.08.004

Ifenthaler, D., & Seel, N. M. (2013). Model-based reasoning. Computers & Education, 64 , 131–142. https://doi.org/10.1016/j.compedu.2012.11.014

Ings, T. C., & Hawes, J. E. (2018). The history of ecological networks. In Ecological networks in the tropics (pp. 15–28). Springer. https://doi.org/10.1007/978-3-319-68228-0_2

Chapter   Google Scholar  

Lester, F. K. (1983). Trends and issues in mathematical problem-solving research. In R. Lesh & M. Landau (Eds.), Acquisition of mathematics concepts and processes (pp. 229–261). Academic Press.

Margulieux, L. (2019). Chapter summary: Mayer & Wittrock (2006) Problem solving | Lauren Margulieux . Retrieved March 22, 2021, from https://laurenmarg.com/2019/04/21/chapter-summary-mayer-wittrock-2006-problem-solving/

Mayer, R., & Wittrock, M. (1996). Problem-solving transfer. In D. Berliner & R. Calfee (Eds.), Handbook of educational psychology (pp. 47–62). Simon & Schuster Macmillan.

Newell, A., & Simon, H. (1972). Human problem solving . Englewood Cliffs, NJ: Prentice-Hall.

Otte, E., & Rousseau, R. (2002). Social network analysis: A powerful strategy, also for the information sciences. Journal of Information Science, 28 (6), 441–453. https://doi.org/10.1177/016555150202800601

Russell, S., & Norvig, P. (2009). Artificial intelligence: A modern approach (3rd ed.). Englewood Cliffs, NJ: Prentice Hall Press.

Seel, N. M., Ifenthaler, D., & Pirnay-Dummer, P. (2009). Mental models and problem solving: Technological solutions for measurement and assessment of the development of expertise. In P. Blumschein, W. Hung, D. H. Jonassen, & J. Strobel (Eds.), Model-based approaches to learning: Using systems models and simulations to improve understanding and problem solving in complex domains (pp. 17–40). Sense Publishers.

Shaffer, D. W. (2006). Epistemic frames for epistemic games. Computers & Education, 46 (3), 223–234. https://doi.org/10.1016/j.compedu.2005.11.003

Shaffer, D., Hatfield, D., Svarovsky, G., Nash, P., Nulty, A., Bagley, E., … Mislevy, R. (2009). Epistemic network analysis: A prototype for 21st-century assessment of learning. International Journal of Learning and Media, 1 (2), 33–53.

Sharkasi, N. (2010). The doctor will be you now: A case study on medical ethics and role. In K. Schrier & D. Gibson (Eds.), Ethics and game design (pp. 275–290). Hershey, PA: IGI Global.

Silver, E. A., Ghousseini, H., Gosen, D., Charalambous, C., & Strawhun, B. T. F. (2005). Moving from rhetoric to praxis: Issues faced by teachers in having students consider multiple solutions for problems in the mathematics classroom. Journal for Mathematical Behavior, 24 , 287–301.

Sporns, O. (2011). Networks of the brain . Cambridge, MA: MIT Press.

Stanton, J. (2012). An introduction to data science . Syracuse University.

Swiecki, Z., & Shaffer, D. W. (2020). ISENS: An integrated approach to combining epistemic and social network analyses . In ACM International conference proceeding series, pp. 305–313. https://doi.org/10.1145/3375462.3375505

van den Heuvel, M. P., & Sporns, O. (2013). Network hubs in the human brain. Trends in Cognitive Sciences . https://doi.org/10.1016/j.tics.2013.09.012

Wertheimer, M. (1959). Productive thinking (Enlarged Ed.). New York: Harper & Row.

Wolfram, S. (2002). A new kind of science . Champaign, IL: Wolfram Media.

Zawacki-Richter, O., & Latchem, C. (2018). Exploring four decades of research in Computers & Education. Computers & Education, 122 , 136–152. https://doi.org/10.1016/j.compedu.2018.04.001

Zlatkin-Troitschanskaia, O., Pant, H. A., & Greiff, S. (Eds.). (2019). Assessing generic and domain-specific academic competencies in higher education. Zeitschrift für Pädagogische Psychologie. https://doi.org/10.1024/1010-0652/a000236

Download references

Author information

Authors and affiliations.

Curtin University, Perth, Australia

David Gibson & Dirk Ifenthaler

University of Mannheim, Mannheim, Germany

Dirk Ifenthaler

University of Luxembourg, Esch-sur-Alzette, Luxembourg

Samuel Greiff

You can also search for this author in PubMed   Google Scholar

Corresponding author

Correspondence to Samuel Greiff .

Editor information

Editors and affiliations.

School of Education, Univ of Salzburg, Salzburg, Austria

Joerg Zumbach

Department of Psychology, University of South Florida, Bonita Springs, FL, USA

Douglas Bernstein

Psychology Learning & Instruction, Technische Universität Dresden, Dresden, Sachsen, Germany

Susanne Narciss

DISUFF, University of Salerno, Salerno, Salerno, Italy

Giuseppina Marsico

Section Editor information

University of Salzburg, Salzburg, Austria

Department of Psychology, University of South Florida, Tampa, FL, USA

Douglas A. Bernstein

Psychologie des Lehrens und Lernens, Technische Universität Dresden, Dresden, Deutschland

University of Salerno, Fisciano, Italy

Federal University of Bahia, Salvador, Brazil

Rights and permissions

Reprints and permissions

Copyright information

© 2022 Springer Nature Switzerland AG

About this entry

Cite this entry.

Gibson, D., Ifenthaler, D., Greiff, S. (2022). Teaching of General Psychology: Problem Solving. In: Zumbach, J., Bernstein, D., Narciss, S., Marsico, G. (eds) International Handbook of Psychology Learning and Teaching. Springer International Handbooks of Education. Springer, Cham. https://doi.org/10.1007/978-3-030-26248-8_8-1

Download citation

DOI : https://doi.org/10.1007/978-3-030-26248-8_8-1

Received : 18 January 2022

Accepted : 18 January 2022

Published : 09 July 2022

Publisher Name : Springer, Cham

Print ISBN : 978-3-030-26248-8

Online ISBN : 978-3-030-26248-8

eBook Packages : Springer Reference Education Reference Module Humanities and Social Sciences Reference Module Education

  • Publish with us

Policies and ethics

  • Find a journal
  • Track your research

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.

Our systems are now restored following recent technical disruption, and we’re working hard to catch up on publishing. We apologise for the inconvenience caused. Find out more: https://www.cambridge.org/universitypress/about-us/news-and-blogs/cambridge-university-press-publishing-update-following-technical-disruption

We use cookies to distinguish you from other users and to provide you with a better experience on our websites. Close this message to accept cookies or find out how to manage your cookie settings .

Login Alert

problem solving psychology essay

  • > The Psychology of Problem Solving
  • > Feeling and Thinking: Implications for Problem Solving

problem solving psychology essay

Book contents

  • Frontmatter
  • Contributors
  • PART I INTRODUCTION
  • PART II RELEVANT ABILITIES AND SKILLS
  • PART III STATES AND STRATEGIES
  • 8 Motivating Self-Regulated Problem Solvers
  • 9 Feeling and Thinking: Implications for Problem Solving
  • 10 The Fundamental Computational Biases of Human Cognition: Heuristics That (Sometimes) Impair Decision Making and Problem Solving
  • 11 Analogical Transfer in Problem Solving
  • PART IV CONCLUSION AND INTEGRATION

9 - Feeling and Thinking: Implications for Problem Solving

Published online by Cambridge University Press:  05 June 2012

INTRODUCTION

Consistent with the classic juxtaposition of reason and emotion, moods and emotions have long been assumed to interfere with problem solving. Recent advances in psychology's understanding of the interplay of feeling and thinking suggest a more complex story: Positive as well as negative moods and emotions can facilitate as well as inhibit problem solving, depending on the nature of the task. Moreover, the same feeling may have differential effects at different stages of the problem-solving process. In addition, nonaffective feelings, such as bodily sensations and cognitive experiences (e.g., fluency of recall or perception), may also influence problem solving, often paralleling the effects observed for affective feelings. This chapter summarizes key lessons learned about the interplay of feeling and thinking and addresses their implications for problem solving. To set the stage, we begin with a summary of key elements of the problem-solving process.

ELEMENTS OF PROBLEM SOLVING

In the most general sense, “a problem arises when we have a goal – a state of affairs that we want to achieve – and it is not immediately apparent how the goal can be attained” (Holyoak, 1995, p. 269). Consistent with the spatial metaphors of ordinary language use, where we “search for a way to reach the goal,” “get lost” in a problem, meet “roadblocks” or have to “backtrack,” problem solving is typically conceptualized as search through a metaphorical space (Duncker, 1945).

Access options

Save book to kindle.

To save this book to your Kindle, first ensure [email protected] is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle .

Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.

Find out more about the Kindle Personal Document Service .

  • Feeling and Thinking: Implications for Problem Solving
  • By Norbert Schwarz , University of Michigan, Ian Skurnik , University of Michigan
  • Edited by Janet E. Davidson , Lewis and Clark College, Portland , Robert J. Sternberg , Yale University, Connecticut
  • Book: The Psychology of Problem Solving
  • Online publication: 05 June 2012
  • Chapter DOI: https://doi.org/10.1017/CBO9780511615771.010

Save book to Dropbox

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox .

Save book to Google Drive

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive .

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 ]

Problem Solving, Its Definition, Importance, Model Essay

  • To find inspiration for your paper and overcome writer’s block
  • As a source of information (ensure proper referencing)
  • As a template for you assignment

Every day, people tend to come across different problems which they are supposed to solve. Some problems seem to be easy, and their solution proves to be obvious. Others happen to be difficult and require much effort. Although some people are likely to believe that this is a natural ability which everyone has, solving problems appears to be a crucial skill for specialists in different spheres to acquire, as well as a rather complicated process, with its definition, importance, and models.

Solving problems is acknowledged to be a process of accomplishment of actions and reflective operations. It aims to achieve a goal which has been set in the frame of the problem situation. Solving problems is acknowledged to be a part of thinking. From the cognitive viewpoint, the process of solving problems is one of the most complicated functions which the intellect has. Therefore, it is possible to define it as a cognitive process of a higher rank which requires approval and control from more elemental fundamental skills. Generally, the process of solving problems consists of the following stages. First, it is necessary to detect the problem situation. Second, the task is supposed to be set. It implies defining the given and the aim. The final stage is to find the solution to the problem. These stages are likely to be observed in different theories devoted to solving problems (Chaffee, 2015).

The purpose and the subject’s characteristics are two factors which influence the process of solving problems and its success. The solution to a certain number of problems by the same method is supposed to encourage using this method to solve other problems. There are four subjects’ characteristics: a motivational state, knowledge, intellect, and a personality. The previous failure is expected to make the solution less effective. Besides, the medium level of motivation is stated to entrain the best outcome. At the same time, low and high motivations are believed to result in worse results. Apart from that, knowledge tends to both increase and decrease the effectiveness of the solutions due to the representativeness and habits. Moreover, people with a low intellect are like to be more susceptible to the purpose. Furthermore, the success of solving problems is connected with flexibility, initiative, confidence, nonconformity, and ability to restrain movements (Chaffee, 2015).

From the viewpoint of the informational approach, the problem is defined as the difference between two states. The problem is considered to be solved if the characteristics of the given and the required state appear to be identical. Therefore, the process of solving problems takes place when the organism or the artificial intellect system implements a changeover from the current state to the desired target state. The representatives of the informational approach are claimed to base themselves on the fact that a person, like a computer, operates with symbols (signs). Therefore, calculating machines might be used as a device which imitates the process of the human thinking. Hence, some models of problem-solving tend to represent computer programs (Chaffee, 2015).

The process of solving problems could be described in the following way. All the information which is available at the moment and is related to the problem is called the awareness state. Solving problems can be considered as a sequential changeover from one awareness state to another. This continues until the required awareness state is reached. The changeover is performed with the help of operators finding which is the major difficulty in solving problems (Carlgren, 2013).

There are two strategies for problem-solving: a direct search and an inverted search. In the course of the direct search, a person is expected to test one of the methods of problem-solving. After that, the person sees whether there is any advance due to the application.

In the course of the inverted search, people consider the solution to be made. They answer the question which preliminary step they should take to reach the solution. Once this step is defined, it is necessary to reflect upon the step prior to it. The procedure repeats until the initial point of the problem is reached. The inverted search is accomplished with the help of the analysis of the means and the result. This is a juxtaposition of the means and the purposes. At each step, the intermediate purpose is compared with the present awareness state. The operator which is aimed to reduce the gap is necessary to be found. There are two types of operators: algorithms and heuristic devices. Algorithms are a set of rules which guarantee the result. Heuristic devices are applied in the case of complex problems where it is not possible to use algorithms (Sak, 2011).

Solving problems is a mental process. Therefore, it is possible to distinguish three types of solutions: intuitive solutions, solutions based on judgments, and creative solutions. Intuitive solutions are made due to the feeling that it is right to make it. In this case, the person who is supposed to make a decision does not weigh pros and cons consciously and do not attempt to analyze the situation. Many specialists admit that, in the course of serious problem-solving, they rely on the non-formalized information and intuition. However, it is necessary to take into account that people who make right intuitive decisions have much experience. In fact, intuition is unconsciously cumulative and processed volumes of information (Sak, 2011).

Solutions based on judgments are a conscious choice. They are based on the knowledge and experience. In this case, people juxtapose the present situation and analog situations in the past. They try to make a prognosis on the consequences of the decision to make. Normally, the alternative which was successful in the past is likely to be chosen. There are two advantages to making solutions based on judgments. First, they require mere experience and knowledge and do not take much time. Second, contrary to the intuitive approach, in this situation, it is possible to give explanations. However, there are certain drawbacks. First, it is necessary to have previous experience. Hence, in new situations, this method cannot be applied. Second, using previous experience might result in missing a great alternative which could be more effective than the variants already known and used (Sak, 2011).

Creative solutions are a complex and systematized process. It consists of a problem diagnosis, a definition of limitations, criteria for problem-solving, search for alternatives, their evaluation, and the final choice. Creative solving is based on the objective analytical process and the objective formalized method. The solution to make can be complex and large-scale. Besides, it might influence many people. So, its scientific proof gets more important. At the same time, volitional methods in its taking-up appear to be less acceptable. The major difference between creative solutions and solutions based on judgment is that the first ones do not depend on the previous experience. As already mentioned, creative problem-solving comprises the following stages: a problem diagnosis, a formulation of limitations and criteria to solve the problem, elicitation of alternatives, their evaluation, and the final decision (Sak 2011).

Thus, the first step to solving the problem is its definition or diagnosis. They should be both complete and right. The first stage in the diagnostics of a complicated matter is the establishment of the symptoms and the possibilities which are available. The realization and establishment of the symptoms help to define the problem in general. In order to discover the reasons for the problem to occur, it is necessary to collect the internal and external information. In the course of observation, it is necessary to see the difference between relevant and inappropriate information. Relevant information is the data which concerns only these specific problem, person, purpose, and time period. The problem can be of the following types: routine, crisis, and potential possibility. Routine and repeated problems are structured. Crisis and potential possibilities are unstructured. Structured problems require programmed decisions. Unstructured ones require non-programmed decisions (Sak, 2011).

The limitations are varied and depend on the situation. The number of alternatives under elaboration and consideration is stated to depend on various factors such as time, resources, information. Once the limitations are defined, it is necessary to work out criteria for alternatives to be evaluated. There are two types of criteria. They are “we must” and “we want.” In the case of “we want,” those purposes which are desirable are considered. Thus, it is not necessary to work out any alternatives. As for the criteria “we must,” it should be defined before any alternatives are considered. At the stage of the definition of alternatives, it is necessary to formulate alternatives to the solution. Frequently, they are not difficult to find. They can be standard or taken from the previous experience (Sak, 2011).

The solution to unique problems requires creative approach in the search for alternatives. Brainstorming and group analysis are used in this situation. As for the evaluation of alternatives, it is necessary to weigh pros and cons, as well as possible consequences. To juxtapose the solutions, it is necessary to use standards which have been formulated on the second stage. Based on the criteria, it is possible to evaluate potential results of the realization of each alternative. If the problem has been defined in the right way, and alternative solutions are weighed and evaluated, it is easy to make a final solution. It is necessary to choose the alternative with the most favorable outcome. It is possible to take the previous experience into account, as well as experiments, researches, and analyses (Sak, 2011).

One other issue to dwell upon in this work is ethical problems in nursing. Nurse managers should try to solve this kind of issues in medical facilities. Besides, they should encourage a good ethical attitude in the team. The range of matters which nurse managers are supposed to resolve consideration, collaboration, management, interference, individual importance, working standards, statistics and feedback, and personal issues. Nevertheless, the list is not specified. Besides, there is no algorithm how to deal with each issue. Therefore, it is necessary to elaborate an approach to solving ethical problems in nursing (Laukkanen, 2016).

In conclusion, it is necessary to point out that solving problems is a mental activity which is performed every day. There are three types of solutions: intuitive, based on judgments and creative. Creative solutions are taken based on the model described in the paper. As for solving ethical problems in nursing, a systematic approach is to be worked out. Finally, it is required to underline that solving problems is an important process.

Carlgren, T. (2013). Communication, critical thinking, problem solving: A suggested course for all high school students in the 21st century. Interchange, 44 (1-2), 63-81.

Chaffee, J. (2015). Solving problems. In Thinking Critically (pp. 105-145). Stamford, CT: Cengage Learning.

Laukkanen, L. (2016). Solving work-related ethical problems. Nursing Ethics, 23 (8), 838-850.

Sak, U. (2011). Selective problem solving (sps): A model for teaching creative problem-solving. Gifted Education International, 27 (3), 349-357.

  • Aristotelian Dreams Theory and Modern Oneirology
  • Lateral Thinking: Creativity Step By Step
  • Cognitive Theories in Problem-Solving
  • Business Algorithms: Analytics and Optimization
  • Cognitive Processes in Problem Solving
  • Noam Chomsky’s Contribution to Cognitive Psychology
  • Biopsychology of Learning and Memory
  • Stroop Experiment in Information Processing
  • Developmental Psychology: Executive Functions
  • Monitoring Accuracy and Exam Performance Correlation
  • Chicago (A-D)
  • Chicago (N-B)

IvyPanda. (2020, September 9). Problem Solving, Its Definition, Importance, Model. https://ivypanda.com/essays/problem-solving-its-definition-importance-model/

"Problem Solving, Its Definition, Importance, Model." IvyPanda , 9 Sept. 2020, ivypanda.com/essays/problem-solving-its-definition-importance-model/.

IvyPanda . (2020) 'Problem Solving, Its Definition, Importance, Model'. 9 September.

IvyPanda . 2020. "Problem Solving, Its Definition, Importance, Model." September 9, 2020. https://ivypanda.com/essays/problem-solving-its-definition-importance-model/.

1. IvyPanda . "Problem Solving, Its Definition, Importance, Model." September 9, 2020. https://ivypanda.com/essays/problem-solving-its-definition-importance-model/.

Bibliography

IvyPanda . "Problem Solving, Its Definition, Importance, Model." September 9, 2020. https://ivypanda.com/essays/problem-solving-its-definition-importance-model/.

IvyPanda uses cookies and similar technologies to enhance your experience, enabling functionalities such as:

  • Basic site functions
  • Ensuring secure, safe transactions
  • Secure account login
  • Remembering account, browser, and regional preferences
  • Remembering privacy and security settings
  • Analyzing site traffic and usage
  • Personalized search, content, and recommendations
  • Displaying relevant, targeted ads on and off IvyPanda

Please refer to IvyPanda's Cookies Policy and Privacy Policy for detailed information.

Certain technologies we use are essential for critical functions such as security and site integrity, account authentication, security and privacy preferences, internal site usage and maintenance data, and ensuring the site operates correctly for browsing and transactions.

Cookies and similar technologies are used to enhance your experience by:

  • Remembering general and regional preferences
  • Personalizing content, search, recommendations, and offers

Some functions, such as personalized recommendations, account preferences, or localization, may not work correctly without these technologies. For more details, please refer to IvyPanda's Cookies Policy .

To enable personalized advertising (such as interest-based ads), we may share your data with our marketing and advertising partners using cookies and other technologies. These partners may have their own information collected about you. Turning off the personalized advertising setting won't stop you from seeing IvyPanda ads, but it may make the ads you see less relevant or more repetitive.

Personalized advertising may be considered a "sale" or "sharing" of the information under California and other state privacy laws, and you may have the right to opt out. Turning off personalized advertising allows you to exercise your right to opt out. Learn more in IvyPanda's Cookies Policy and Privacy Policy .

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/.
  • Call to +1 844 889-9952

Problem-Solving, Decision-Making, and Intelligence

📄 Words: 1209
📝 Subject:
📑 Pages: 4
📚 Topics:

Introduction

Problem-solving and creativity, decision-making and reasoning, human and artificial intelligence.

The topics of problem-solving, creativity, decision-making, reasoning and intelligence are closely related, to the point of overlapping. For instance, scholars still face difficulties in unanimously defining the constructs of creativity and intelligence (Jaarsveld & Lachmann, 2017). Smith et al. (2009) defined creativity as “anything novel with a potential of value or utility” (as cited in Goldstein, 2019, p. 377). However, such a utilitarian approach to creativity does not describe a creative aspect of art or music since these spheres do not provide an objective, measurable value. Intelligence has once been perceived as an ability to solve well-defined problems through algorithms, such as proving a theorem (Jaarsveld et al., 2012). This approach has been challenged by Kaufmann (2013), who argued that distinguishing intelligence from creativity disservices both (as cited in Silvia, 2015). Given these circumstances, it is necessary to provide a theoretical clarification, so employers and team leaders could select staff members suitable for achieving specific professional goals.

Problem-solving strategies largely depend on the type of problem and thinking necessary for solving it. Well-defined problems, which have clear initial and end states, are usually solved through convergent thinking. Cropley (2006) defined convergent thinking as applying logical and conventional search to produce an already known answer (as cited in Jaarsveld & Lachmann, 2017). On the contrary, divergent thinking produces new approaches and brings novel, unusual, or surprising answers to unknown, ill-defined problems (Jaarsveld & Lachmann, 2017). Whereas convergent thinking relies on pure intelligence, divergent thinking utilizes creativity.

Creative problem-solving has a theoretical explanation that breaks it down into distinctive stages. According to Basadur et al. (2020), the process of creative problem-solving consists of four stages linked by brain networks (as cited in Goldstein, 2019, p. 378). First, the brain generates a problem or recognizes its existence; next, it formulates the problem and develops ideas. At the third stage, the brain evaluates all generated ideas and selects the most appropriate solution. Finally, the selected solution becomes an actual product; this stage may take multiple cycles of trials and errors (Goldstein, 2019). Therefore, creative problem-solving should be perceived as a lengthy process that involves practice and goes far beyond idea generation. One cannot become competent and solve problems creatively without practicing and making mistakes.

Therefore, nurturing creativity in problem-solving requires meeting two critical conditions. Most importantly, creative problem-solving demands a right for trying and making errors in the process. Goldstein (2019) provided a case of Jorge Odon, a car mechanic who invented a childbirth assistance device based on the idea of getting a cork out of the bottle without breaking it. Odon’s work took years of development in order to turn an idea into a functional product. Secondly, inhibition, a process of limiting cognition to goal-relevant information, is counter-productive to creativity (Radel et al., 2015). For example, soccer is a simple game where the team which scores more goals wins. However, elite young soccer players also showed better results in creativity tests (Vestberg, 2017). In this regard, inhibiting talents with strict playing discipline would eliminate their advantage in creativity over the average players. Overall, one should realize that creativity is a valuable ability, but at the same time, not mandatory for solving well-defined problems.

It is difficult to deny that humans are not always rational in their decisions. However, even the wrong, irrational human decisions are still based on certain rationale. Goldstein (2019) defined two conclusion- and decision-making methods: inductive and deductive reasoning. Inductive reasoning derives judgments from observations, whereas deductive reasoning utilizes syllogisms and general logic (Goldstein, 2019). Both methods explain how a particular decision was made; however, they are both vulnerable to cognitive distortions, which may lead to errors in decision-making.

Decisions based on deductive reasoning are subjected to heuristics, rules of thumb, which the human brain applies to save time and energy. While heuristics often result in correct decisions, they may sometimes lead to undesirable consequences. For example, groupthink bias stemming from the confirmation heuristic led to the Challenger space shuttle crash in 1986 (Murata et al., 2015). More specifically, the group interested in Challenger’s launch disregarded potential risks associated with cold weather and applied pressure on the O-ring (rubber seal) manufacturer. The group created an illusion of unanimity and invulnerability that ultimately led to O-ring rupture and Challenger’s crash during the launch procedure.

Deductive reasoning based on drawing conclusions from the premises can also be flawed. In particular, belief bias deprives the arguments based on deductive reasoning from impartiality. Goldstein (2019) provided an example of a statement, which can be shaped into the following syllogism:

  • All Congress members from New York oppose the new tax law;
  • Some of the Congress members who oppose the new tax law take bribes;
  • Some Congress members from New York take bribes.

This example shows how belief bias can lead to false and negative conclusions about a whole group. In this regard, one should try to eliminate biases in reasoning, especially if working in a diverse population setting. The American Psychological Association (APA, 2017) Code of conduct explicitly states that psychologists must be aware of and respect differences based on age, gender, national origin, and other group identity factors. Therefore, heuristics- and belief-based flaws in reasoning may lead to significant ethical conflicts and reputational risks.

Human intelligence is a multifaceted construct, which can be defined in several ways. For the sake of clarity, this section will use the traditional definition of intelligence as a problem-solving ability (Simon and Newel, 1971, as cited in Jaarsveld et al., 2012). Therefore, human intelligence is an individual’s ability to solve problems by applying convergent and divergent thinking. The latter part is important, as Jaarsveld et al. (2012) and multiple other scholars perceived creativity, associated with divergent thinking, as an element of intelligence. As such, it is possible to claim that human intelligence, at least its creative aspect, can be enhanced through practical experience. Furthermore, Carroll (1982) discussed the development of the IQ measure and argued that intelligence consists of at least seven independent factors (ac cited in Jaarsveld & Lachmann, 2017). In this regard, intelligence should not be limited to the hereditary dimension.

The subject of artificial intelligence (AI) plays an important part in discussions about the future of humanity. In 1956, Herb Simon and Alan Newel created a real “thinking machine” that used humanlike reasoning to solve problems (Goldstein, 2019, p. 15). In this regard, AI development may have significant socioeconomic and ethical implications, as AI will continue to improve in logical and creative reasoning. At the same time, AI already possesses a colossal advantage in computing power compared to the human brain. Therefore, many human employees will likely lose their jobs since human competitive advantage over machines will become non-existent.

Problem-solving, creativity, decision-making, and intelligence are overlapping constructs, often indistinguishable even for scholars. For instance, intelligence was traditionally defined as the problem-solving ability, and only recently have scholars started attributing creativity to it. Intelligence substantially affects decision-making, especially reasoning behind decisions. Regardless of theoretical aspects, it is important to understand that intelligence, especially its creative aspect, can be enhanced through practical experience. Finally, it is necessary to avoid bias in reasoning in order to prevent the emergence of severe ethical issues.

American Psychological Association. (2017). Ethical principles of psychologists and Code of conduct . Web.

Goldstein, B. E. (2019). Cognitive psychology: Connecting mind, research, and everyday experience (5th ed.). Cengage.

Jaarsveld, S., Lachmann, T., & van Leeuwen, C. (2012). Creative reasoning across developmental levels: Convergence and divergence in problem creation. Intelligence , 40 (2), 172-188. Web.

Jaarsveld, S., & Lachmann, T. (2017). Intelligence and creativity in problem solving: The importance of test features in cognition research. Frontiers in Psychology , 8 , 134. Web.

Murata, A., Nakamura, T., & Karwowski, W. (2015). Influence of cognitive biases in distorting decision making and leading to critical unfavorable incidents. Safety , 1 (1), 44-58. Web.

Radel, R., Davranche, K., Fournier, M., & Dietrich, A. (2015). The role of (dis) inhibition in creativity: Decreased inhibition improves idea generation. Cognition , 134 , 110-120. Web.

Silvia, P. J. (2015). Intelligence and creativity are pretty similar after all. Educational Psychology Review , 27 (4), 599-606. Web.

Vestberg, T., Reinebo, G., Maurex, L., Ingvar, M., & Petrovic, P. (2017). Core executive functions are associated with success in young elite soccer players. PloS One , 12 (2), e0170845. Web.

Cite this paper

Select style

  • Chicago (A-D)
  • Chicago (N-B)

PsychologyWriting. (2023, April 3). Problem-Solving, Decision-Making, and Intelligence. https://psychologywriting.com/problem-solving-decision-making-and-intelligence/

"Problem-Solving, Decision-Making, and Intelligence." PsychologyWriting , 3 Apr. 2023, psychologywriting.com/problem-solving-decision-making-and-intelligence/.

PsychologyWriting . (2023) 'Problem-Solving, Decision-Making, and Intelligence'. 3 April.

PsychologyWriting . 2023. "Problem-Solving, Decision-Making, and Intelligence." April 3, 2023. https://psychologywriting.com/problem-solving-decision-making-and-intelligence/.

1. PsychologyWriting . "Problem-Solving, Decision-Making, and Intelligence." April 3, 2023. https://psychologywriting.com/problem-solving-decision-making-and-intelligence/.

Bibliography

PsychologyWriting . "Problem-Solving, Decision-Making, and Intelligence." April 3, 2023. https://psychologywriting.com/problem-solving-decision-making-and-intelligence/.

  • Argumentative
  • Ecocriticism
  • Informative
  • Explicatory
  • Illustrative
  • Problem Solution
  • Interpretive
  • Music Analysis
  • All Essay Examples
  • Entertainment
  • Law, Crime & Punishment
  • Artificial Intelligence
  • Environment
  • Geography & Travel
  • Government & Politics
  • Nursing & Health
  • Information Science and Technology
  • All Essay Topics

The Psychology Of Problem Solving

Problem-solving is a fundamental aspect of human cognition and behavior. It involves the mental processes and strategies employed to find solutions to challenges and obstacles. The psychology of problem solving seeks to understand the underlying mechanisms and cognitive processes that individuals utilize when faced with problems or difficult situations. This essay will explore the various aspects of problem-solving psychology and shed light on the strategies and techniques that individuals employ to tackle problems.

At its core, problem-solving is a cognitive process that involves several stages. The first stage is problem identification, where individuals recognize the existence of a problem or challenge. This phase requires individuals to perceive and define the problem accurately. Once the problem is identified, the next stage is problem representation, where individuals mentally represent the problem and its components. This stage helps individuals gain a deeper understanding of the problem and its underlying factors.

The next stage is problem-solving strategy selection. This involves choosing an appropriate approach or method to solve the problem. There are several problem-solving strategies, including trial and error, algorithmic thinking, and heuristics. Trial and error involve trying different solutions until the correct one is found. Algorithmic thinking involves following a step-by-step procedure to solve the problem, while heuristics rely on mental shortcuts and rules of thumb to find solutions quickly.

Once a problem-solving strategy is selected, individuals move on to the implementation phase. This is where they put their chosen strategy into action and attempt to find a solution. Implementation may involve breaking down the problem into smaller, more manageable parts, or using external tools and resources to aid in the problem-solving process. It is essential to evaluate the effectiveness of the chosen strategy during the implementation phase and make adjustments if necessary.

Finally, the last stage is the evaluation of the solution. Individuals assess the outcome of their problem-solving efforts and determine if the solution is effective, efficient, and satisfactory. This evaluation helps individuals learn from their experiences and improve their problem-solving skills for future challenges.

The psychology of problem solving also explores the factors that influence problem-solving abilities. Motivation plays a crucial role, as individuals are more likely to invest time and effort in solving a problem if they are motivated to achieve a desired outcome. Additionally, individual differences, such as cognitive abilities and personality traits, can impact problem-solving abilities. For example, individuals with high levels of creativity may excel in finding innovative solutions to complex problems.

In conclusion, the psychology of problem solving delves into the cognitive processes and strategies that individuals employ when faced with challenges. Problem-solving involves several stages, including problem identification, representation, strategy selection, implementation, and evaluation. Factors such as motivation and individual differences also influence problem-solving abilities. By understanding the psychology of problem solving, individuals can enhance their problem-solving skills and approach challenges with a more effective and efficient mindset.

Want to Make Your AI-Generated Essays Undetectable

Related Essays

  • Identifying Problems, Solving It by Practical Projects, Formulating Problem Statements, Designing a Project Charter and Explaining the Project Objective in Detail.
  • Charles Kettering, the Famed Us Electrical Engineer and Inventor Said “a Problem Well-Stated Is Half-Solved.” One of the Key Capabilities in Consulting Is to Develop a Good Understanding of the Problem Situation from a
  • The Three Basic Functions Of Problem-Solving And The Problem
  • Using Rothwell's Standard Agenda For Problem Solving And Group Discussion
  • What A Formal Problem Solving System Or Tool Can Help An Individual Or Organization Achieve? Essay

Psychological Problems In Cinderella

Cinderella, a beloved fairy tale, is often celebrated for its enchanting storyline and the triumph of good over evil. However, beneath its surface, the story reveals a multitude of psychological themes and challenges faced by its characters. One prominent psychological problem depicted in Cinderella is the concept of low self-esteem and a lack of self-worth. Throughout the narrative, Cinderella is consistently belittled and mistreated by her stepfamily, leading her to internalize their negative perceptions of her. This constant barrage of negativity can significantly impact one's sense of self and worth, contributing to feelings of inadequacy and despair. Furthermore, Cinderella's experiences highlight the detrimental effects of emotional abuse. Her stepmother and stepsisters subject her to incessant verbal and emotional abuse, diminishing her sense of identity and self-confidence. This form of mistreatment can have long-lasting psychological consequences, leading to issues such as anxiety, depression, and difficulty forming healthy relationships. Cinderella's resilience in the face of such adversity serves as a testament to the human spirit, but it also underscores the profound impact of emotional abuse on an individual's psyche. Another psychological problem evident in Cinderella is the theme of parental neglect and abandonment. Following the death of her father, Cinderella is left at the mercy of her cruel stepmother, who neglects and mistreats her without remorse. This sense of abandonment can evoke deep feelings of loneliness, betrayal, and longing for parental love and acceptance. Such emotional turmoil can manifest in various ways, including withdrawal, insecurity, and a pervasive sense of emptiness. Cinderella's yearning for connection and belonging reflects the universal human desire for familial love and support, making her story resonate with audiences of all ages. Moreover, Cinderella's transformation from a downtrodden servant to a radiant princess highlights the psychological concept of resilience and inner strength. Despite facing seemingly insurmountable obstacles, Cinderella remains steadfast in her belief in herself and her dreams. This resilience is a testament to the power of hope, perseverance, and resilience in overcoming adversity. Cinderella's journey serves as a poignant reminder that even in the darkest of times, there is always a glimmer of hope and the possibility of a brighter future. In conclusion, Cinderella is not merely a tale of romance and magic but a nuanced exploration of psychological themes and challenges. From issues of low self-esteem and emotional abuse to parental neglect and the power of resilience, the story delves into the complexities of the human psyche. Through Cinderella's experiences, audiences are reminded of the importance of compassion, inner strength, and the belief in one's inherent worth. Ultimately, Cinderella's story serves as a timeless reminder that no matter how dire the circumstances, the human spirit has the capacity to transcend adversity and find its happily ever after....

  • Gender Identity and Sexual Orientation
  • Sociology of Gender

Psychology : Mind Body Problem

The mind-body problem is a philosophical issue that has puzzled thinkers for centuries. It revolves around the question of how the mind and body are related and whether they are separate entities or part of the same substance. This debate has implications for various fields, including psychology, neuroscience, and philosophy. One of the key issues in the mind-body problem is the nature of consciousness. How can physical processes in the brain give rise to subjective experiences such as thoughts, emotions, and perceptions? This question has led to various theories, including dualism, which posits that the mind and body are distinct substances, and monism, which argues that they are ultimately one and the same. In the field of psychology, the mind-body problem has important implications for understanding mental health and illness. For example, how do psychological factors such as beliefs, attitudes, and emotions influence physical health? The mind-body connection is a central focus of research in areas such as psychosomatic medicine, which explores the relationship between mental states and physical well-being. Neuroscience has made significant strides in understanding the biological basis of mental processes, shedding light on how the brain gives rise to consciousness. Advances in brain imaging technology have allowed researchers to study the neural correlates of various mental states, providing valuable insights into the mind-body problem. However, the question of how subjective experiences emerge from neural activity remains a topic of ongoing debate and investigation. In conclusion, the mind-body problem is a complex and multifaceted issue that continues to challenge our understanding of the nature of consciousness. By exploring the relationship between the mind and body, we can gain a deeper insight into the workings of the human psyche and the interconnectedness of physical and mental processes. As research in psychology, neuroscience, and philosophy progresses, we may come closer to unraveling the mysteries of the mind-body problem and gaining a more comprehensive understanding of the human experience....

  • Clinical Psychology

Collective Bargaining: Problem Solving: Handling The Hanford Patrol

Collective Bargaining Problem Solving: Handling The Hanford Collective bargaining, as a cornerstone of labor relations, serves as a mechanism for resolving disputes and advancing the interests of both labor and management. When applied to complex and sensitive issues such as those encountered at the Hanford site, where nuclear waste management and environmental concerns intersect with workforce safety and economic considerations, effective problem-solving becomes paramount. In navigating these challenges, stakeholders must engage in collaborative dialogue, harnessing the principles of collective bargaining to achieve mutually beneficial outcomes. At Hanford, the history of collective bargaining reflects the evolution of labor-management relations amidst changing regulatory landscapes and technological advancements. Over the years, negotiations have addressed issues ranging from worker safety protocols to compensation packages and environmental remediation efforts. However, the complexity of the site's challenges necessitates a proactive approach to problem-solving, one that goes beyond traditional bargaining strategies to incorporate principles of consensus-building and stakeholder engagement. Key to effective collective bargaining in this context is the recognition of shared interests and the cultivation of a climate of trust and transparency among all parties involved. By fostering open communication channels and providing opportunities for meaningful participation, stakeholders can collaboratively identify common goals and explore innovative solutions to complex problems. Moreover, leveraging the expertise of all stakeholders, including workers, management, government agencies, and community representatives, can lead to more informed decision-making and sustainable outcomes. In addressing the multifaceted challenges of the Hanford site, it is essential to adopt a holistic approach to collective bargaining, one that recognizes the interconnectedness of economic, environmental, and social factors. By incorporating principles of problem-solving and consensus-building into bargaining processes, stakeholders can navigate complexities, mitigate risks, and ultimately, achieve outcomes that promote the well-being of workers, protect the environment, and contribute to the long-term sustainability of the Hanford site and its surrounding communities....

  • Environmental Sustainability

Jane's Psychological Problems in Charlotte Gilman’s The Yellow Wallpaper

In Charlotte Gilman's "The Yellow Wallpaper," the protagonist, Jane, experiences a myriad of psychological problems that are exacerbated by her environment and the societal expectations placed upon her. Jane's mental health deteriorates throughout the story as she is confined to a room with yellow wallpaper, which she becomes obsessed with. This obsession with the wallpaper symbolizes Jane's descent into madness and her struggle to break free from the constraints placed upon her by her husband and society. From the beginning of the story, it is clear that Jane is struggling with her mental health. Her husband, John, who is also her physician, dismisses her concerns and insists that she simply needs rest and isolation to recover. However, this isolation only serves to worsen Jane's condition as she becomes fixated on the wallpaper in her room. The yellow wallpaper becomes a symbol of Jane's deteriorating mental state, as she sees a woman trapped behind the pattern, desperately trying to break free. This mirrors Jane's own feelings of being trapped and powerless in her own life. As Jane's obsession with the wallpaper grows, so does her paranoia and delusions. She becomes convinced that there is a woman trapped behind the wallpaper, and she becomes determined to free her. This fixation on the wallpaper represents Jane's desire to break free from the constraints placed upon her by her husband and society. She feels suffocated by the expectations placed upon her as a wife and mother, and the wallpaper becomes a physical manifestation of her internal struggles. In the end, Jane's mental health deteriorates to the point where she completely loses touch with reality. She becomes convinced that she is the woman trapped behind the wallpaper and that she must free herself. This final act of liberation symbolizes Jane's ultimate rejection of the societal norms and expectations that have been imposed upon her. Through her descent into madness, Jane ultimately finds a sense of freedom and autonomy that she had been denied in her previous life....

  • Literature and Oral Traditions
  • Psychiatry & Mental Health
  • Philosophy of Science
  • Psychological Theories

College Algebr A Problem Solving Skill Essay

College Algebra: A Problem-Solving Skill In today's rapidly evolving world, the significance of mathematics, particularly college algebra, cannot be overstated. Beyond mere calculations and equations, college algebra serves as a cornerstone for developing essential problem-solving skills. From deciphering complex real-world scenarios to unraveling intricate mathematical concepts, mastering college algebra empowers individuals to navigate diverse challenges with confidence and precision. At its core, college algebra equips students with the analytical tools necessary to dissect multifaceted problems and derive logical solutions. By delving into topics such as linear equations, quadratic functions, and exponential growth, learners cultivate a systematic approach to problem-solving that transcends the boundaries of mathematics. Through rigorous practice and application, students hone their ability to identify patterns, formulate hypotheses, and devise strategic methodologies for tackling various problems, both within and beyond the realm of algebra. Furthermore, college algebra fosters critical thinking skills essential for success in academia and beyond. As students grapple with complex mathematical concepts and their real-world applications, they develop the capacity to evaluate information critically, discern relevant data from noise, and construct cogent arguments supported by evidence. This analytical acumen not only enriches their academic pursuits but also empowers them to make informed decisions in diverse professional and personal contexts. Moreover, proficiency in college algebra opens doors to a myriad of academic and career opportunities across disciplines. Whether pursuing fields in STEM (Science, Technology, Engineering, and Mathematics), business, economics, or social sciences, the problem-solving prowess honed through college algebra transcends disciplinary boundaries, proving invaluable in addressing multifaceted challenges and driving innovation. In an increasingly interconnected global landscape, individuals equipped with strong problem-solving skills grounded in college algebra are poised to thrive in dynamic and ever-changing environments. In conclusion, college algebra serves as more than just a prerequisite for higher-level mathematics; it is a fundamental tool for honing problem-solving skills essential for success in academia, career, and life. By mastering the principles of college algebra, students not only acquire the ability to solve mathematical problems but also develop a versatile skill set that empowers them to confront challenges, analyze information critically, and innovate solutions effectively. As such, the study of college algebra emerges not merely as an academic pursuit but as a transformative journey towards intellectual growth and empowerment....

  • Indigenous Arts and Crafts

Erich Fromm's Disobedience As A Psychological And Moral Problem

Erich Fromm's Disobedience As A Psychological Act Erich Fromm, a renowned psychologist and philosopher, delved deeply into the concept of disobedience as a psychological act in his works. Fromm argued that disobedience, when rooted in a well-developed conscience and moral values, is not only a necessary act but also a healthy expression of individual autonomy. He believed that blind obedience to authority could lead to a loss of one's true self and moral compass. By exploring disobedience through a psychological lens, Fromm highlighted its role in fostering critical thinking and personal growth. Fromm emphasized the importance of distinguishing between authoritarian obedience and rational disobedience. Authoritarian obedience, according to Fromm, involves unquestioningly following orders or rules without considering their ethical implications. In contrast, rational disobedience requires individuals to critically assess the legitimacy and morality of the commands they receive. By engaging in rational disobedience, individuals assert their autonomy and moral agency, which are essential components of psychological well-being. Furthermore, Fromm's perspective on disobedience sheds light on its role in societal progress and transformation. He believed that disobedient individuals who challenge unjust authority contribute to social change and the evolution of moral norms. Fromm's concept of disobedience as a psychological act aligns with civil disobedience movements throughout history, where individuals have peacefully protested against oppressive systems to uphold higher moral principles and promote justice. In conclusion, Erich Fromm's exploration of disobedience as a psychological act offers valuable insights into the complexities of human behavior and moral decision-making. By highlighting the importance of critical thinking, autonomy, and moral courage, Fromm's work encourages individuals to question authority, uphold their ethical values, and strive for a more just and humane society. Through Fromm's lens, disobedience emerges not as a mere act of defiance, but as a profound expression of individual conscience and moral responsibility....

  • Philosophers
  • Philosophical Concepts
  • Philosophical Theories
  • Philosophical Works

Explain The Benefits Of Teaching Problem Solving Math

Problem-solving is a vital skill that transcends academic disciplines and permeates every aspect of life. Whether in mathematics, science, business, or personal relationships, the ability to identify, analyze, and solve problems is invaluable. Teaching problem-solving equips individuals with the tools and mindset necessary to navigate challenges effectively, fostering resilience, creativity, and adaptability. One of the primary benefits of teaching problem-solving is the development of critical thinking skills. By engaging students in various problem-solving activities, educators encourage them to think analytically and approach issues from multiple perspectives. This fosters a deeper understanding of concepts and enhances their ability to make informed decisions. Moreover, critical thinking is essential for success in the modern world, where complex problems require innovative solutions. Furthermore, teaching problem-solving cultivates resilience and perseverance in students. When faced with obstacles, individuals who have been trained in problem-solving methodologies are more likely to persist in their efforts to find solutions. They learn to embrace challenges as opportunities for growth rather than insurmountable barriers. This resilience not only benefits them academically but also prepares them for the uncertainties of the future. Additionally, problem-solving skills are essential for collaboration and teamwork. In today's interconnected world, many problems are too complex to be solved by individuals alone. By teaching students how to work together to tackle challenges, educators prepare them for success in a collaborative work environment. Effective problem solvers are able to communicate their ideas, listen to others, and compromise when necessary, fostering a culture of teamwork and cooperation. Moreover, teaching problem-solving promotes creativity and innovation. When students are encouraged to think outside the box and explore unconventional solutions, they develop their creative potential. This creativity is the driving force behind innovation, leading to new discoveries and advancements in various fields. By fostering a culture of innovation, educators empower students to become agents of change in their communities and beyond. In conclusion, teaching problem-solving is essential for preparing students for success in both their academic and personal lives. By developing critical thinking skills, fostering resilience, promoting teamwork, and encouraging creativity, educators empower individuals to tackle the challenges of the future with confidence and competence. As such, problem-solving should be a cornerstone of education, providing students with the tools they need to thrive in a rapidly evolving world....

  • Roman Empire
  • Branches of Psychology

Essay on The Problem Solving Process: Steps to Success

The Problem Solving Process Steps to Success Problem-solving is an essential skill that is required in all aspects of life, whether it be in the workplace, at school, or in personal relationships. The ability to effectively solve problems can lead to increased productivity, improved communication, and overall success. There are several steps involved in the problem-solving process that, when followed correctly, can lead to successful outcomes. The first step in the problem-solving process is to identify the problem. This may seem obvious, but it is crucial to clearly define what the issue is before attempting to solve it. Taking the time to understand the root cause of the problem will help in developing an effective solution. Once the problem has been identified, the next step is to gather information. This may involve conducting research, collecting data, or seeking input from others who may have experience with similar issues. After gathering information, the next step is to brainstorm possible solutions. This is a creative process where all ideas are considered, no matter how outlandish they may seem. It is important to think outside the box and explore all possible options. Once a list of potential solutions has been generated, the next step is to evaluate each one based on its feasibility, effectiveness, and potential outcomes. This step may involve weighing the pros and cons of each solution and determining which one is the most practical. After evaluating the potential solutions, the next step is to implement the chosen solution. This may involve creating a plan of action, assigning tasks to team members, and setting deadlines for completion. It is important to communicate clearly with all involved parties and ensure that everyone is on the same page. Once the solution has been implemented, the final step is to evaluate the results. This may involve analyzing data, gathering feedback, and making any necessary adjustments to ensure that the problem has been effectively solved. In conclusion, the problem-solving process is a critical skill that can lead to success in all areas of life. By following the steps outlined above, individuals can effectively identify, analyze, and solve problems in a systematic and efficient manner. By taking the time to understand the problem, gather information, brainstorm solutions, evaluate options, implement a plan, and evaluate results, individuals can increase their problem-solving abilities and achieve successful outcomes....

Most Popular Essay Examples

Can't find the essay examples you need?

Use the search box below to find your desired essay examples.

COMMENTS

  1. Problem-Solving Strategies and Obstacles

    Several mental processes are at work during problem-solving. Among them are: Perceptually recognizing the problem. Representing the problem in memory. Considering relevant information that applies to the problem. Identifying different aspects of the problem. Labeling and describing the problem.

  2. Problem Solving

    Abstract. Problem solving refers to cognitive processing directed at achieving a goal when the problem solver does not initially know a solution method. A problem exists when someone has a goal but does not know how to achieve it. Problems can be classified as routine or nonroutine, and as well defined or ill defined.

  3. 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 ...

  4. PDF The Psychology of Problem Solving

    about problem solving and the factors that contribute to its success or failure. There are chapters by leading experts in this field, includ-ingMiriamBassok,RandallEngle,AndersEricsson,ArthurGraesser, Norbert Schwarz, Keith Stanovich, and Barry Zimmerman. The Psychology of Problem Solving is divided into four parts. Fol-

  5. Chapter 9. Problem-Solving

    After being given an additional hint — to use the story as help — 75 percent of them solved the problem. Following these results, Gick and Holyoak concluded that analogical problem solving consists of three steps: 1. Recognizing that an analogical connection exists between the source and the base problem.

  6. Study on Cognitive Psychology: Problem Solving and Creativity

    This paper provides a summary of the definition of problem solving and creativity, the link between the two and how creativity can be used in problem solving. Cognitive psychology is a branch of psychology that delves on how the mind operates. Decision-making and problem solving are all based on how people recognize, remember, think, and speak ...

  7. 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 ...

  8. PDF The Problems with Problem Solving: Reflections on the Rise ...

    The Journal of Problem Solving • volume 5, no. 1 (Fall 2012) 101 ... If the task of psychology is to explain what it is to be human, then the study of problem solving is essential. The ability to solve unfamiliar problems has played a central role in ... The purpose of this essay is to summarize the advances that made the Newell-Simon

  9. Teaching of General Psychology: Problem Solving

    Suggestion 2: Ensure that the psychology curriculum spends adequate time and resources for students to experience iterative reflection and receive timely, effective feedback on problem solving in four aspects: 1. Knowing and applying the field's history in clinical practice and research. 2.

  10. 7.3 Problem Solving

    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.

  11. 9

    The Psychology of Problem Solving - June 2003. INTRODUCTION. Consistent with the classic juxtaposition of reason and emotion, moods and emotions have long been assumed to interfere with problem solving.

  12. 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 ...

  13. Essay on The Psychology of Problem Solving

    Essay on The Psychology of Problem Solving. Good Essays. 1067 Words. 5 Pages. Open Document. Where there is a problem there is a solution. No matter how complicated nor how elusive the solution is one is always there. Problems are the basis of jobs and careers: restaurants for hunger, movies and video games for boredom, news for information etc.

  14. 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 ...

  15. Cognitive Processes in Problem Solving Essay

    Get a custom essay on Cognitive Processes in Problem Solving. This would involve an examination of the possible steps that could be taken and their respective advantages and disadvantages. An examination of the success of such a course of action in the past is also essential. As such, reasoning, judgment, and subsequent decision-making play ...

  16. Cognitive Theories in Problem-Solving Essay

    Any knowledge gained in one task can be transferred to similar tasks. For example, learning to ride a bicycle can help one learn to ride a motorcycle. Both procedures or rules of thumb and methods can be transferred. For example, if one knows how to get the area of a triangle, one can figure out how to get the area of a square and many other ...

  17. The Psychology Of Problem Solving

    1674 Words. 7 Pages. Open Document. January 10th, 2016 Nicole Zaccardi Annotated Bibliography- Problem Solving The Psychology of Problem Solving Problem solving; a cognitive process that involves identifying, thinking about, and solving issues presented to us. The main goal of problem solving is to overcome our everyday obstacles and to find a ...

  18. Problem Solving, Its Definition, Importance, Model Essay

    Get a custom essay on Problem Solving, Its Definition, Importance, Model. Solving problems is acknowledged to be a process of accomplishment of actions and reflective operations. It aims to achieve a goal which has been set in the frame of the problem situation. Solving problems is acknowledged to be a part of thinking.

  19. 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.

  20. Motivation to learn and problem solving

    The motivation to deal with problem-solving tasks can come from the learners themselves or be triggered by task design. In this context, Muenks et al. (2016) differentiated between self-initiated effort, which is due to learners' own motivation and task-elicited effort, which is due to the subjective difficulty of the task.

  21. Problem-Solving, Decision-Making, and Intelligence

    The topics of problem-solving, creativity, decision-making, reasoning and intelligence are closely related, to the point of overlapping. For instance, scholars still face difficulties in unanimously defining the constructs of creativity and intelligence (Jaarsveld & Lachmann, 2017). Smith et al. (2009) defined creativity as "anything novel ...

  22. The Psychology of Problem Solving

    The Psychology of Problem Solving. The Psychology of Problem Solving. Analyzing an individual's problem solving ability independent from their knowledge of a specific subject matter is a difficult task. Likewise, teaching pure problem solving skills brings challenges of its own. Often the skills are too specific to one field, or too broad to ...

  23. The Psychology Of Problem Solving (472 words)

    Branches of Psychology; Essay on The Problem Solving Process: Steps to Success. The Problem Solving Process Steps to Success Problem-solving is an essential skill that is required in all aspects of life, whether it be in the workplace, at school, or in personal relationships.