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 experiment in psychology pdf

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

problem solving experiment in psychology pdf

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

APS

The Process of Problem Solving

  • Editor's Choice
  • Experimental Psychology
  • Problem Solving

problem solving experiment in psychology pdf

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

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

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

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

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

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

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

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

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

problem solving experiment in psychology pdf

good work for other researcher

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

Please login with your APS account to comment.

problem solving experiment in psychology pdf

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

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

problem solving experiment in psychology pdf

Experimental Methods Are Not Neutral Tools

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

APS Fellows Elected to SEP

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

Privacy Overview

CookieDurationDescription
__cf_bm30 minutesThis cookie, set by Cloudflare, is used to support Cloudflare Bot Management.
CookieDurationDescription
AWSELBCORS5 minutesThis cookie is used by Elastic Load Balancing from Amazon Web Services to effectively balance load on the servers.
CookieDurationDescription
at-randneverAddThis sets this cookie to track page visits, sources of traffic and share counts.
CONSENT2 yearsYouTube sets this cookie via embedded youtube-videos and registers anonymous statistical data.
uvc1 year 27 daysSet by addthis.com to determine the usage of addthis.com service.
_ga2 yearsThe _ga cookie, installed by Google Analytics, calculates visitor, session and campaign data and also keeps track of site usage for the site's analytics report. The cookie stores information anonymously and assigns a randomly generated number to recognize unique visitors.
_gat_gtag_UA_3507334_11 minuteSet by Google to distinguish users.
_gid1 dayInstalled by Google Analytics, _gid cookie stores information on how visitors use a website, while also creating an analytics report of the website's performance. Some of the data that are collected include the number of visitors, their source, and the pages they visit anonymously.
CookieDurationDescription
loc1 year 27 daysAddThis sets this geolocation cookie to help understand the location of users who share the information.
VISITOR_INFO1_LIVE5 months 27 daysA cookie set by YouTube to measure bandwidth that determines whether the user gets the new or old player interface.
YSCsessionYSC cookie is set by Youtube and is used to track the views of embedded videos on Youtube pages.
yt-remote-connected-devicesneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt-remote-device-idneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt.innertube::nextIdneverThis cookie, set by YouTube, registers a unique ID to store data on what videos from YouTube the user has seen.
yt.innertube::requestsneverThis cookie, set by YouTube, registers a unique ID to store data on what videos from YouTube the user has seen.

Last updated 27/06/24: Online ordering is currently unavailable due to technical issues. We apologise for any delays responding to customers while we resolve this. For further updates please visit our website: https://www.cambridge.org/news-and-insights/technical-incident

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 experiment in psychology pdf

  • < Back to search results
  • The Psychology of Problem Solving

The Psychology of Problem Solving

problem solving experiment in psychology pdf

  • Get access Buy a print copy Check if you have access via personal or institutional login Log in Register
  • Cited by 98

Crossref logo

This Book has been cited by the following publications. This list is generated based on data provided by Crossref .

  • Google Scholar
  • Edited by Janet E. Davidson , Lewis and Clark College, Portland , Robert J. Sternberg , Yale University, Connecticut
  • Export citation
  • Buy a print copy

Book description

Problems are a central part of human life. The Psychology of Problem Solving organizes in one volume much of what psychologists know about problem solving and the factors that contribute to its success or failure. There are chapters by leading experts in this field, including Miriam Bassok, Randall Engle, Anders Ericsson, Arthur Graesser, Keith Stanovich, Norbert Schwarz, and Barry Zimmerman, among others. The Psychology of Problem Solving is divided into four parts. Following an introduction that reviews the nature of problems and the history and methods of the field, Part II focuses on individual differences in, and the influence of, the abilities and skills that humans bring to problem situations. Part III examines motivational and emotional states and cognitive strategies that influence problem solving performance, while Part IV summarizes and integrates the various views of problem solving proposed in the preceding chapters.

‘A good book on any subject should summarise the current state of knowledge, and point to the important areas where further work is needed, and this book does both. Overall, this is a very stimulating collection, which all researchers in problem solving will wish to consult.’

Source: Trends in Cognitive Sciences

  • Aa Reduce text
  • Aa Enlarge text

Refine List

Actions for selected content:.

  • View selected items
  • Save to my bookmarks
  • Export citations
  • Download PDF (zip)
  • Save to Kindle
  • Save to Dropbox
  • Save to Google Drive

Save content to

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 .

To save content items 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 .

Save Search

You can save your searches here and later view and run them again in "My saved searches".

Frontmatter pp i-iv

  • Get access Check if you have access via personal or institutional login Log in Register

Contents pp v-vi

Contributors pp vii-viii, preface pp ix-xii.

  • By Janet E. Davidson , Associate Professor of Psychology, Lewis & Clark College, Robert J. Sternberg , IBM Professor of Psychology and Education, Yale University; Director, Yale Center for the Psychology of Abilities, Competencies and Expertise (PACE Center)

PART I - INTRODUCTION pp 1-2

1 - recognizing, defining, and representing problems pp 3-30.

  • By Jean E. Pretz , Yale University, Adam J. Naples , Yale University, Robert J. Sternberg , Yale University

2 - The Acquisition of Expert Performance as Problem Solving: Construction and Modification of Mediating Mechanisms through Deliberate Practice pp 31-84

  • By K. Anders Ericsson , Florida State University

PART II - RELEVANT ABILITIES AND SKILLS pp 85-86

3 - is success or failure at solving complex problems related to intellectual ability pp 87-126.

  • By Dorit Wenke , Humboldt-University at Berlin, Peter A. Frensch , Humboldt-University at Berlin

4 - Creativity: A Source of Difficulty in Problem Solving pp 127-148

  • By Todd I. Lubart , Université René Descartes, Paris, Christophe Mouchiroud , Université René Descartes, Paris

5 - Insights about Insightful Problem Solving pp 149-175

  • By Janet E. Davidson , Associate Professor of Psychology, Lewis & Clark College

6 - The Role of Working Memory in Problem Solving pp 176-206

  • By David Z. Hambrick , Michigan State University, Randall W. Engle , Georgia Institute of Technology

7 - Comprehension of Text in Problem Solving pp 207-230

  • By Shannon Whitten , The University of Memphis, Arthur C. Graesser , The University of Memphis

PART III - STATES AND STRATEGIES pp 231-232

8 - motivating self-regulated problem solvers pp 233-262.

  • By Barry J. Zimmerman , Graduate School and University Center, City University of New York, Magda Campillo , Graduate School and University Center, City University of New York

9 - Feeling and Thinking: Implications for Problem Solving pp 263-290

  • By Norbert Schwarz , University of Michigan, Ian Skurnik , University of Michigan

10 - The Fundamental Computational Biases of Human Cognition: Heuristics That (Sometimes) Impair Decision Making and Problem Solving pp 291-342

  • By Keith E. Stanovich , University of Toronto

11 - Analogical Transfer in Problem Solving pp 343-370

  • By Miriam Bassok , University of Washington

PART IV - CONCLUSION AND INTEGRATION pp 371-372

12 - problem solving – large/small, hard/easy, conscious/nonconscious, problem-space/problem-solver: the issue of dichotomization pp 373-384.

  • By Kenneth Kotovsky , Carnegie Mellon University

Index pp 385-394

Altmetric attention score, full text views.

Full text views reflects the number of PDF downloads, PDFs sent to Google Drive, Dropbox and Kindle and HTML full text views for chapters in this book.

Book summary page views

Book summary views reflect the number of visits to the book and chapter landing pages.

* Views captured on Cambridge Core between #date#. This data will be updated every 24 hours.

Usage data cannot currently be displayed.

We’re fighting to restore access to 500,000+ books in court this week. Join us!

Internet Archive Audio

problem solving experiment in psychology pdf

  • This Just In
  • Grateful Dead
  • Old Time Radio
  • 78 RPMs and Cylinder Recordings
  • Audio Books & Poetry
  • Computers, Technology and Science
  • Music, Arts & Culture
  • News & Public Affairs
  • Spirituality & Religion
  • Radio News Archive

problem solving experiment in psychology pdf

  • Flickr Commons
  • Occupy Wall Street Flickr
  • NASA Images
  • Solar System Collection
  • Ames Research Center

problem solving experiment in psychology pdf

  • All Software
  • Old School Emulation
  • MS-DOS Games
  • Historical Software
  • Classic PC Games
  • Software Library
  • Kodi Archive and Support File
  • Vintage Software
  • CD-ROM Software
  • CD-ROM Software Library
  • Software Sites
  • Tucows Software Library
  • Shareware CD-ROMs
  • Software Capsules Compilation
  • CD-ROM Images
  • ZX Spectrum
  • DOOM Level CD

problem solving experiment in psychology pdf

  • Smithsonian Libraries
  • FEDLINK (US)
  • Lincoln Collection
  • American Libraries
  • Canadian Libraries
  • Universal Library
  • Project Gutenberg
  • Children's Library
  • Biodiversity Heritage Library
  • Books by Language
  • Additional Collections

problem solving experiment in psychology pdf

  • Prelinger Archives
  • Democracy Now!
  • Occupy Wall Street
  • TV NSA Clip Library
  • Animation & Cartoons
  • Arts & Music
  • Computers & Technology
  • Cultural & Academic Films
  • Ephemeral Films
  • Sports Videos
  • Videogame Videos
  • Youth Media

Search the history of over 866 billion web pages on the Internet.

Mobile Apps

  • Wayback Machine (iOS)
  • Wayback Machine (Android)

Browser Extensions

Archive-it subscription.

  • Explore the Collections
  • Build Collections

Save Page Now

Capture a web page as it appears now for use as a trusted citation in the future.

Please enter a valid web address

  • Donate Donate icon An illustration of a heart shape

The psychology of problem solving

Bookreader item preview, share or embed this item, flag this item for.

  • Graphic Violence
  • Explicit Sexual Content
  • Hate Speech
  • Misinformation/Disinformation
  • Marketing/Phishing/Advertising
  • Misleading/Inaccurate/Missing Metadata

[WorldCat (this item)]

plus-circle Add Review comment Reviews

59 Previews

7 Favorites

Better World Books

DOWNLOAD OPTIONS

No suitable files to display here.

PDF access not available for this item.

IN COLLECTIONS

Uploaded by station48.cebu on July 13, 2023

SIMILAR ITEMS (based on metadata)

Psychology of the scientist: An analysis of problem-solving bias

  • Published: September 1977
  • Volume 1 , pages 229–238, ( 1977 )

Cite this article

problem solving experiment in psychology pdf

  • Michael J. Mahoney 1 &
  • Bobby G. DeMonbreun 1  

539 Accesses

20 Altmetric

Explore all metrics

The problem-solving skills of 30 Ph.D. scientists were compared to those of 15 conservative Protestant ministers. Of particular interest was the frequency with which these groups generated confirmatory ( rather than disconfirmatory ) experiments to test their hypotheses. Experimental results showed that—contrary to a popular assumption—the reasoning skills of the scientists were not significantly different from those of nonscientists. In this study, the ministers showed a longer latency to speculation and generated more experiments per hypothesis than did the scientists. These findings are discussed in terms of the psychology of the scientist.

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

Access this article

Subscribe and save.

  • Get 10 units per month
  • Download Article/Chapter or Ebook
  • 1 Unit = 1 Article or 1 Chapter
  • Cancel anytime

Price includes VAT (Russian Federation)

Instant access to the full article PDF.

Rent this article via DeepDyve

Institutional subscriptions

Similar content being viewed by others

problem solving experiment in psychology pdf

“Logic is the beginning of wisdom … not the end”: Using Star Trek to Teach Scientific Thinking

problem solving experiment in psychology pdf

Solving a Problem is Not Finding a New One: A Reply to Herbert Simon

problem solving experiment in psychology pdf

Scientific Thinking Skills

Bacon, F. Novum organum. (original 1621). Oxford: Oxford University Press, 1889.

Google Scholar  

Greenwald, A. G. Consequences of prejudice against the null hypothesis. Psychological Bulletin 1975, 82 1–20.

Lakatos, I., & Musgrave, A. (Eds.), Criticism and the growth of knowledge . London: Cambridge University Press, 1970.

Mahoney, M. J. Cognition and behavior modification . Cambridge, Massachusetts: Ballinger, 1974.

Mahoney, M. J. Scientist as subject . Cambridge, Massachusetts: Ballinger, 1976.

Mitroff, I. I. The subjective side of science . New York: Elsevier, 1974.

Popper, K. Objective knowledge . Oxford: Oxford University Press, 1972.

Rokeach, M. The open and closed mind . New York: Basic Books, 1960.

Wason, P. C. On the failure to eliminate hypotheses in a conceptual task. Quarterly Journal of Experimental Psychology 1960, 12 129–140.

Wason, P. C., & Johnson-Laird, P. N. (Eds.), Thinking and reasoning . Baltimore: Penguin, 1968.

Wason, P. C., & Johnson-Laird, P. N. Psychology of reasoning . Cambridge, Massachusetts: Harvard University Press, 1972.

Weimer, W. B. Psychology and the conceptual foundations of science. Hillsdale, New Jersey: Lawrence Erlbaum, in press.

West, S. S. The ideology of academic scientists. IRE Transactions on Engineering Management, 1960, June, 54–62.

Download references

Author information

Authors and affiliations.

Pennsylvania State University, USA

Michael J. Mahoney & Bobby G. DeMonbreun

You can also search for this author in PubMed   Google Scholar

Rights and permissions

Reprints and permissions

About this article

Mahoney, M.J., DeMonbreun, B.G. Psychology of the scientist: An analysis of problem-solving bias. Cogn Ther Res 1 , 229–238 (1977). https://doi.org/10.1007/BF01186796

Download citation

Issue Date : September 1977

DOI : https://doi.org/10.1007/BF01186796

Share this article

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

  • Cognitive Psychology
  • Longe Latency
  • Reasoning Skill
  • Protestant Minister
  • Find a journal
  • Publish with us
  • Track your research
  • Share full article

Advertisement

Supported by

Most Men Will Experience Erectile Dysfunction. Here’s What to Do About It.

Today, there are more treatments than ever.

An illustration of a couple sitting in a grassy area watching fireworks at twilight. Two fireworks are shooting high into the sky, while a third is going off course toward the ground.

By David Dodge

Erectile dysfunction is more common than one might think. More than half of men over 40 will experience some kind of erectile problem, and the prevalence increases with age (though men in their 20s and 30s can be affected, too).

The experience can have a devastating effect on a man’s well-being. Yet a shocking number of men don’t seek help. One industry survey suggests that just 51 percent of men with erectile dysfunction had discussed the issue with their doctor, and even fewer had spoken to their own partners about it.

There is “not a medical condition that I’m aware of that affects more men’s lives,” said Dr. Mohit Khera, a urologist and the president of the Sexual Medicine Society of North America.

But there are effective treatments, he added, beyond well-known medications like Viagra. These can include vacuum pumps, injections, implants, lifestyle modifications, testosterone-replacement therapy and sex therapy. Some combination of these options, experts said, almost always improve erections, even in the most severe cases.

However, before men go anywhere near a pill or pump (or the “natural” male supplements commonly sold at gas stations), they should get a health exam to understand the causes of the dysfunction, which might point to a more serious health issue.

“The penis can be seen as a barometer for the whole health of the person,” said Dr. Rachel Rubin, a urologist and sex medicine specialist in Maryland.

We are having trouble retrieving the article content.

Please enable JavaScript in your browser settings.

Thank you for your patience while we verify access. If you are in Reader mode please exit and  log into  your Times account, or  subscribe  for all of The Times.

Thank you for your patience while we verify access.

Already a subscriber?  Log in .

Want all of The Times?  Subscribe .

IMAGES

  1. Problem Solving Method

    problem solving experiment in psychology pdf

  2. Describe How to Implement the Problem Solving Solution

    problem solving experiment in psychology pdf

  3. (PDF) How to Detect Insight Moments in Problem Solving Experiments

    problem solving experiment in psychology pdf

  4. Basic psychology cognition- problem solving

    problem solving experiment in psychology pdf

  5. Problem solving in Psychology (meaning and the steps)

    problem solving experiment in psychology pdf

  6. 5 step problem solving method

    problem solving experiment in psychology pdf

VIDEO

  1. 6 Mind-Blowing LSD (Acid) Facts

  2. Golden Retriever vs. Border Collie

  3. Teacher Creativity

  4. Providing Opportunities for Experimentation and Problem-Solving

  5. Shift Your Reality With This Simple Practice

  6. DECISION MAKING & PROBLEM SOLVING

COMMENTS

  1. PDF The Psychology of Problem Solving

    The psychology of problem solving / edited by Janet E. Davidson, Robert J. Sternberg. p. cm. Includes bibliographical references and index. isbn -521-79333-5 - isbn -521-79741-1 (pb.) ... problem-solving process while it is ongoing, and (8) evaluating the solu-tion to the problem after problem solving is completed. In this theoretical

  2. PDF COGNITION Chapter 12: Problem Solving Cognitive Psychology

    the water-jug experiment (Luchin 1942, 1959) All problems except 8 can be solved by B - 2C - A. For problems 1 through 5 this solution is simplest. For problem 7 and 9 the simpler solution is A + C. Problem 8 cannot be solved by B - 2C - A, but can be solved by A - C. Problems 6 and 10 can be solved more simply as A - C.

  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. The Process of Problem Solving

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

  5. PDF The Psychology of Problem Solving

    The Psychology of Problem Solving Problems are a central part of human life. The Psychology of Problem Solving organizes in one volume much of what psychologists know about problem solving and the factors that contribute to its success or failure. There are chapters by leading experts in this field, includ-

  6. PDF Psychological Research on Insight Problem Solving

    Psychological Research on Insight Problem Solving. Psychological Research on Insight Problem Solving. Michael Ollinger¨1and Gun¨ ther Knoblich2. 1Parmenides Center for the Study of Thinking, 80333 Munc¨ hen, Germany, [email protected]. 2Rutgers University, Psychology Department, Newark, NJ 07102, USA, knoblich ...

  7. PDF THINKING AND PROBLEM SOLVING

    3. Complex Problem Solving: Historical Roots and Current Situation Beginning with the early experimental work of the Gestaltists in Germany, and continuing through the 1960s and early 1970s, research on problem solving was typically conducted with relatively simple laboratory tasks that were novel to research participants.

  8. PDF Lecture 12

    Newell and Simon. Problem-solving is a search from the problem to the solution. Much like how a computer (in the 60s) would solve a problem. We start in an initial state and have a goal state in mind. Solving the problem involves a sequence of choices of steps, with each action creating an intermediate state.

  9. The Psychology of Problem Solving

    The Psychology of Problem Solving organizes in one volume much of what psychologists know about problem solving and the factors that contribute to its success or failure. There are chapters by leading experts in this field, including Miriam Bassok, Randall Engle, Anders Ericsson, Arthur Graesser, Keith Stanovich, Norbert Schwarz, and Barry ...

  10. PDF Feeling of Knowing in Memory and Problem Solving

    FEELING OF KNOWING IN PROBLEM SOLVING 289 in the same sort of terms—usually of searching through the ap-propriate pathways (see Newell & Simon, 1972; Simon & Reed, 1979)—as memory retrieval. If task-specific past knowledge is important in problem solving and if the processes involved in solving insight problems are basically like those used ...

  11. PDF Comparing online and lab methods in a problem-solving experiment

    task. Variants of this class of problems are well-known logical-mathematical tasks (Halbeisen & Hungerbühler, 1995), and a version of this class of problems, called the coin problem, was used in a psychology experiment on hints (Simmel, 1953). In the lab experiment, there were three learning groups (Dandurand et al., 2004).

  12. (PDF) Thinking and problem solving

    Biographical Sketches. Summary. Human thinking, and in particular, the human ability to solve complex, real- life problems. contributes more than any other human ability to the development of ...

  13. PDF Keith J. Holyoak and Robert G. Morrison Scientific Thinking and

    the more routine, incremental progress in a field, the psychology of problem solving provides a rich source of ideas about how such discoveries might occur. As Simon and his colleagues put it: It is understandable, if ironic, that 'normal' science fits … the description of expert problem solving, while 'revolutionary'

  14. PDF Strategies, Heuristics and Biases in Complex Problem Solving

    First, we found that all participants effectively used means-ends analysis. Second, in the absence of instructions or observation of successful solutions, participants preferred symmetrical and overly simple solution steps. Instructions and imitation effectively reduced these biases, which was important for correct solutions.

  15. PDF COGNITION Chapter 9: Problem Solving Fundamentals of Cognitive Psychology

    the water-jug experiment (Luchin 1942, 1959) All problems except 8 can be solved by B - 2C - A. For problems 1 through 5 this solution is simplest. For problem 7 and 9 the simpler solution is A + C. Problem 8 cannot be solved by B - 2C - A, but can be solved by A - C. Problems 6 and 10 can be solved more simply as A - C.

  16. Investigating the Effect of Mental Set on Insight Problem Solving

    search that examines both within a single problem solving. task. Mental set is the tendency to solve certain problems. in a fixed way (Luchins & Luchins, 1959) based on previ-. ous solutions to ...

  17. The psychology of problem solving : Free Download, Borrow, and

    The psychology of problem solving. Recognizing, defining, and representing problems / Jean E. Pretz, Adam J. Naples, and Robert J. Sternberg -- The acquisition of expert performance as problem solving : construction and modification of mediating mechanisms through deliberate practice / K. Anders Ericsson -- Is success or failure at solving ...

  18. (PDF) Theory of Problem Solving

    inconsistency" of the situation; the problem solving consists of the removal of the conflict and the finding. of the desired object. b) a disorder in the objective situation or in the structure of ...

  19. PDF The Psychology of Problem Solving

    The Psychology of Problem Solving Editedby JANET E. DAVIDSON Lewis&ClarkCollege ROBERT J. STERNBERG YaleUniversity

  20. PDF UNIT 1 NATURE OF PROBLEM SOLVING Nature of Problem Solving

    1.4.1 The Stages of Problem Solving. The situation that prevails at the beginning of the problem solving task is the initial state. The system then moves through a series of different, intermediate states, designed to lead to the goal. When the goal is achieved, the system is said to have attained the goal state.

  21. PDF Psychology of the scientist: An analysis of problem-solving bias

    Michael J. Mahoney and Bobby G.DeMonbreun. Theproblem-solving skills of 30 Ph.D. scientists were compared tothose of 15 conservative Protestant ministers. Of particular interest was the fre-quency with which t ese groups generated confirmatory (ratherdis- than confirmatory) experiments to test their hypotheses.

  22. PDF UNIT 4 IMPEDIMENTS TO PROBLEM Problem Solving Theoretical ...

    UNIT 4. You might have come across many situations when your attempts at problem solving may have failed. This is largely because the problem space is not adequately searched or because it is not represented well in the first place. There are numerous factors that are influential impediments to problem solving.

  23. Experiment 5

    AIM - To investigate the Einstellung Effect on the problem-solving ability of the participants. INTRODUCTION. Problem Solving in Psychology - In psychology, problem solving doesn't necessarily refer to solving psychological/mental issues of the brain. The process simply refers to solving every kind of problems in life in a proper manner.

  24. Most Men Will Experience Erectile Dysfunction. Here's What to Do About

    Addressing Underlying Health and Psychology. If men won't see a doctor for the sake of their penis, they should do so for their heart. Heart disease is the most common cause of erectile ...