What is the probability that a cab is blue?

The Blue Cab Conundrum

30/06/2016

Rating: 4.14 (11898 votes)

In the bustling metropolises of the United Kingdom, a ubiquitous sight is the ever-present taxi. From the iconic black cabs of London to the diverse array of private hire vehicles across the nation, these essential services are a constant in our daily lives. But have you ever stopped to consider the colour of these vehicles? Specifically, what is the probability that a cab you hail is blue? This seemingly straightforward question, when examined through the lens of cognitive psychology, reveals a fascinating insight into how our brains process information and make judgments, often leading us astray from the true statistical reality. The concept we are exploring is known as the representativeness heuristic, and it plays a significant role in how we perceive and interpret data, even in everyday scenarios like identifying a taxi.

What is the probability that a cab is blue?
Most subjects gave probabilities over 50%, and some gave answers over 80%. The correct answer, found using Bayes' theorem, is lower than these estimates: There is a 12% probability (0.12 = 0.15 × 0.80) that the blue cab is (correctly) identified by the witness as blue.
Table

Understanding the Representativeness Heuristic

The representativeness heuristic is a mental shortcut that people often use when making judgments about probability. Instead of performing complex statistical calculations, we tend to rely on how well something matches a particular prototype or stereotype in our minds. In essence, we judge the likelihood of an event based on how similar it is to things we already know or expect. This can be incredibly useful for quick decision-making, but it can also lead to systematic errors in judgment, especially when the underlying base rates of events are not considered.

A key factor influencing the use of this heuristic is similarity. When we encounter a new situation or object, we often compare it to existing mental categories. If it fits the established pattern or stereotype, we deem it representative and, by extension, more probable. This can be observed in various beliefs, such as the notion that medical symptoms should resemble their causes. For instance, the historical belief that stress caused ulcers, when in reality, bacteria are the culprits, exemplifies this tendency. Even in professional settings, clinicians may subconsciously assess a patient's similarity to a prototypical case when making a diagnosis, potentially overlooking crucial statistical information.

The Role of Randomness

Our perception of randomness is also heavily influenced by the representativeness heuristic. We tend to believe that random sequences should exhibit a certain degree of irregularity. For example, a sequence like THTHTH in coin tosses might seem too ordered to be truly random, whereas a more jumbled sequence would appear more representative of randomness. This is closely linked to the concept of local representativeness, where small samples are assumed to accurately reflect the larger population. If a small sample of coin tosses shows a disproportionate number of heads, we might incorrectly infer that the coin is biased, simply because the small sample appears "random" in its deviation.

The Infamous 'Tom W.' Study

One of the most compelling demonstrations of the representativeness heuristic comes from the classic studies by Tversky and Kahneman. In a 1973 experiment, participants were presented with a personality sketch of a student named Tom W. Tom was described as highly intelligent but lacking creativity, with a need for order and clarity, and a strong drive for competence. He was also described as somewhat unsympathetic and self-centred. Participants were then asked to estimate the likelihood of Tom being enrolled in various graduate specialisations, such as computer science, engineering, humanities, and law.

Crucially, one group of participants was also given information about the base rates of students in these fields – for instance, that there were far more students studying humanities than computer science. Despite this statistical information, the majority of participants judged Tom's specialisation based on his personality description. They reasoned that Tom's traits, like his need for order and analytical thinking, were highly representative of a computer science student, leading them to assign a higher probability to this field, even though the base rate for humanities was significantly higher. This highlighted a common cognitive bias: the tendency to favour representativeness (similarity to a stereotype) over actual statistical probabilities (base rates).

The Taxicab Problem: A Classic Illustration

Perhaps the most direct and relevant example to our initial question is the "Taxicab Problem," also devised by Tversky and Kahneman. Let's break it down:

In a city, there are two taxi companies: Green and Blue. 85% of the cabs in the city are Green, and only 15% are Blue.

One night, a hit-and-run accident occurs, and a witness identifies the cab involved as Blue.

The court has tested the reliability of this witness. Under the same conditions as the accident, the witness correctly identifies the colour of a cab 80% of the time and incorrectly identifies the colour 20% of the time.

The question is: What is the probability that the cab involved in the accident was actually Blue, given that the witness identified it as Blue?

Most people, when faced with this problem, intuitively jump to the witness's accuracy. Since the witness is 80% accurate, they might conclude that there's an 80% chance the cab was Blue. Others might consider the base rate of Blue cabs (15%) and the witness's accuracy, but still arrive at a probability significantly higher than the correct answer. The common tendency is to overemphasise the witness's identification and underestimate the impact of the base rates.

Calculating the Correct Probability Using Bayes' Theorem

To find the accurate probability, we need to use Bayes' Theorem. This theorem allows us to update the probability of a hypothesis based on new evidence. Let's define our events:

  • B: The cab involved was Blue.
  • G: The cab involved was Green.
  • I: The witness identified the cab as Blue.

We are given the following probabilities:

  • P(B) = 0.15 (The base rate of Blue cabs)
  • P(G) = 0.85 (The base rate of Green cabs)
  • P(I|B) = 0.80 (The probability the witness identifies a Blue cab as Blue - correct identification)
  • P(I|G) = 0.20 (The probability the witness identifies a Green cab as Blue - incorrect identification)

We want to find P(B|I), the probability that the cab was Blue given the witness's identification.

Bayes' Theorem states:

P(B|I) = [P(I|B) * P(B)] / P(I)

First, we need to calculate P(I), the overall probability that the witness identifies a cab as Blue. This can happen in two ways:

  1. The cab was Blue, and the witness correctly identified it as Blue: P(I|B) * P(B) = 0.80 * 0.15 = 0.12
  2. The cab was Green, and the witness incorrectly identified it as Blue: P(I|G) * P(G) = 0.20 * 0.85 = 0.17

So, the total probability of the witness identifying a cab as Blue is:

P(I) = P(I|B) * P(B) + P(I|G) * P(G) = 0.12 + 0.17 = 0.29

Now we can calculate P(B|I):

P(B|I) = 0.12 / 0.29 ≈ 0.4138

Therefore, the probability that the cab involved in the accident was actually Blue, given the witness's identification, is approximately 41.4%. This is significantly lower than the intuitive 80% many people might guess.

Why is the Probability So Much Lower?

The key takeaway here is the overwhelming prevalence of Green cabs. Even though the witness is quite accurate, the vast majority of the time they are looking at a Green cab. The number of times a Green cab is *mistakenly* identified as Blue (17% of all cabs) is actually higher than the number of times a Blue cab is *correctly* identified as Blue (12% of all cabs). This is the power of base rates.

Comparing Judgments: Intuition vs. Calculation

Let's summarise the typical responses and the correct calculation:

Judgment TypeTypical Intuitive GuessCorrect Probability (Bayes' Theorem)
Witness Accuracy Only~80%-
Considering Base Rates & Accuracy>50%, often 60-80%~41.4%

As you can see, our intuitive judgments, heavily influenced by the representativeness heuristic, often deviate significantly from statistically sound calculations, especially when base rates are skewed.

Implications Beyond Taxis

The biases attributed to the representativeness heuristic extend far beyond taxi colour identification. They can influence our judgments in areas such as:

  • Medical Diagnoses: As mentioned, a doctor might favour a diagnosis that strongly resembles a typical patient profile, even if other, less stereotypical conditions are statistically more likely given the patient's background.
  • Financial Decisions: Investors might favour a stock that appears to represent a "hot" industry trend, overlooking the underlying financial health and risks.
  • Legal Judgments: Jurors might be swayed by a defendant's appearance or demeanour that seems representative of guilt or innocence, rather than focusing purely on the evidence.
  • Everyday Stereotypes: We might make assumptions about individuals based on their profession, appearance, or group affiliation, assuming they fit a certain mould without considering individual variation.

Overcoming the Bias

Recognising the influence of the representativeness heuristic is the first step towards mitigating its effects. Here are some strategies:

  • Focus on Base Rates: Always consider the prior probabilities or base rates of events. How common is the phenomenon in the general population?
  • Consider Alternative Explanations: Don't settle for the first explanation that seems representative. Actively look for other possibilities and evaluate their likelihood.
  • Think Probabilistically: Try to quantify probabilities rather than relying on vague impressions of likelihood. Practice using tools like Bayes' Theorem when dealing with conditional probabilities.
  • Seek More Data: If possible, gather more information that is less prone to subjective interpretation.
  • Be Aware of Stereotypes: Consciously challenge your own stereotypes and assumptions about people and situations.

The next time you see a taxi, or indeed any situation requiring a judgment of likelihood, take a moment to consider the underlying probabilities. While our intuition is a powerful tool, understanding cognitive biases like the representativeness heuristic can help us make more accurate and informed decisions, ensuring we don't get lost in the colourful, but sometimes misleading, world of our own perceptions.

Frequently Asked Questions

Q1: Is the representativeness heuristic always wrong?
No, it's a mental shortcut that is often useful for making quick judgments. However, it can lead to systematic errors when it causes us to ignore crucial statistical information like base rates.

Q2: Why did most people in the 'Tom W.' study guess computer science?
Tom's description (intelligent, analytical, orderly) was highly representative of the stereotype of a computer science student, leading people to favour this option despite higher base rates for other fields.

Q3: What is the main difference between the 'Tom W.' study and the Taxicab Problem?
Both demonstrate the representativeness heuristic. The 'Tom W.' study shows how personality descriptions can override base rates for academic fields, while the Taxicab Problem illustrates how witness testimony can be misinterpreted when base rates of the described object are low.

Q4: How can I avoid making judgments based on the representativeness heuristic?
By consciously considering base rates, actively seeking alternative explanations, and trying to think in terms of probabilities rather than just similarity.

Q5: Does the colour of a taxi in the UK matter for its statistical probability of being a certain colour?
Yes, absolutely. In any given city or region, the proportion of taxis of each colour will determine the base rate. For example, while the problem used blue and green, in London, the iconic black cabs have a very high base rate.

If you want to read more articles similar to The Blue Cab Conundrum, you can visit the Taxis category.

Go up