Making Things Too Simple

Don't make things too simple! | Albert EinsteinThe Monty Hall Problem and the Two Boys Riddle are such great riddles precisely because they exploit our tendency to make things too simple.  That is, to (erroneously) “simplify” even to the point of discarding relevant information.  But as Albert Einstein noted, “Everything should be as simple as it can be, but not simpler.”

With the Monty Hall Problem, it is easy to discard the fact that the initially chosen door has a 1/3 chance of being the winner.  This fact does not change when a dud is later shown behind a different door.  Still, we have a strong tendency to make the problem too simple. It becomes easy to assume that once we’re down to two doors, it must be a 50-50 chance.

With the Two Boys Riddle, it is easy to discard the day of the week knowledge because we know that has no impact on the gender of the other child.  But again, doing so makes the problem too simple.  This becomes clear if we add a fourth column for “Expected Number of Families with a Boy” (ignoring the day of the week information) to the table presented in the solution:

Family TypeNumber of FamiliesExpected Number of Families with a Boy Born on TuesdayExpected Number of Families with a Boy
BBNN * 13/49N
BGNN * 1/7N
GBNN * 1/7N
GGN00

Using these new column values gives us a different final probability calculation:

N / [N + N + N]

which equals

1/3

Clearly, “simplifying” the riddle by ignoring the day of the week information changes the problem; it makes it too simple.

Seductively Too Simple

AT&T Bell Labs logo, 1984-1995Back in 1985, my wife, Carol, was working at AT&T Bell Laboratories writing computer simulations for a new “object oriented” telephone switching system being built using a brand new programming language–C++.  She was surrounded by Bell Lab’s best and brightest scientists and engineers.  But even in that lofty setting, many of her colleagues made the Monty Hall problem too simple, arguing for a 50-50 outcome.  They debated competing solutions for a number of days.  Finally, Carol wrote a computer simulation to play the game 1 million times and analyze the outcomes.  The “always switch” strategy delivered a 2/3 success rate.  Only then, did all the Bell Lab-ians finally accept that strategy as correct.

I first heard the Two Boys Riddle on the Skeptics’ Guide to the Universe podcast (episode 393).  Initially, I was so sure the correct answer was 1/2 that I wrote about it on Facebook.  That post sparked a lively debate in the comment stream. Eventually, I wrote a computer simulation to demonstrate the correct solution.  To my surprise, the simulation produced a 13/27 result, which forced me to step back and reconsider my assumptions and thought process.  When I did, I realized I had made the problem too simple.

Next time you find yourself simplifying a problem, ask yourself, “Have I made this too simple?”  You can often test your simplified solution by comparing it’s results to those of a non-simplified approach to the same problem.  The results should agree.  If not, perhaps you’ve made the problem too simple.

2 comments for “Making Things Too Simple

    Leave a Reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.