Questions: Problem Representation and Solution Search

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Two chess players encounter an unfamiliar position. Player A immediately thinks: 'The queen on d6 is undefended — this looks like a forcing sequence exists.' Player B thinks: 'There's a queen, two rooks, several pawns…' and starts evaluating moves one by one. What best explains Player A's faster, more accurate analysis?

APlayer A has greater working memory capacity, allowing them to hold more candidate moves in mind simultaneously
BPlayer A is using a better problem representation — encoding the position in terms of structural chess principles rather than surface piece locations
CPlayer A is using a more exhaustive search strategy, evaluating all continuations before settling on a candidate
DPlayer A's shortcuts are faster but less reliable; Player B's approach is more accurate despite being slower
Question 2 Multiple Choice

The mutilated chessboard problem (two opposite corner squares removed from a standard chessboard: can 31 dominoes tile the 62 remaining squares?) is extremely difficult when approached by trying different domino placements, but immediately obvious once you notice that opposite corners are the same color and each domino must cover one black and one white square. This best illustrates:

AThat heuristics are unreliable for geometric problems and exhaustive search should always be used instead
BThat problem-solving speed depends primarily on how efficiently the search algorithm traverses the problem space
CThat problem representation determines problem difficulty — the right representation makes the answer visible without search
DThat spatial reasoning is generally inferior to abstract reasoning for discrete mathematics problems
Question 3 True / False

Means-ends analysis and working-backward are useful problem-solving strategies because they focus search on what is most relevant, reducing the number of states and operators that need to be evaluated.

TTrue
FFalse
Question 4 True / False

Once a solver adopts a good problem representation, search strategies like means-ends analysis and heuristics become unnecessary.

TTrue
FFalse
Question 5 Short Answer

Why does problem representation matter more than search effort for determining problem-solving difficulty? Give an example that illustrates this principle.

Think about your answer, then reveal below.