What is the probability of getting correct directions at MIT?

Click For Summary
SUMMARY

The probability of receiving correct directions at MIT, where two-thirds of the population are students and one-third are professors, is calculated using Bayes' Theorem. Students provide correct answers 75% of the time, while professors always give incorrect directions. Given that a passer-by answered "East," the probability that this answer is correct is determined to be 1/2 after considering the independent probabilities of students and professors. The solution involves calculating the probabilities of each scenario and applying Bayes' Theorem effectively.

PREREQUISITES
  • Understanding of Bayes' Theorem and its application
  • Basic probability concepts, including independent events
  • Familiarity with conditional probability notation
  • Ability to construct probability trees for complex scenarios
NEXT STEPS
  • Study advanced applications of Bayes' Theorem in real-world scenarios
  • Learn how to construct and interpret probability trees
  • Explore conditional probability and its implications in decision-making
  • Investigate common pitfalls in probability calculations and how to avoid them
USEFUL FOR

Students in statistics, mathematicians, and anyone interested in probability theory and its practical applications in problem-solving.

Eidos
Messages
107
Reaction score
1

Homework Statement



You are lost in the campus of MIT, where the population is entirely composed of brilliant students and absent-minded professors. The students comprise two-thirds of the population,
and anyone student gives a correct answer to a request for directions with probability \frac{3}{4} (Assume answers to repeated questions are independent, even if the question and the person asked are the same.) If you ask a professor for directions, the answer is always false.

You ask a passer-by whether the exit from campus is East or West. The answer is East. What is the probability this is correct?

Homework Equations



P(A|B)=\frac{P(B|A)P(A)}{P(B)} {Baye's Theorem}

P(A\cap B) = P(A)P(B) {For independent events A and B}

P(A\cup B) = P(A)+P(B)-P(A\cap B)

The Attempt at a Solution


My approach was to use Baye's Theorem. The problem is that I don't have any prior probabilities.

Let P(P) be the probability that the person is a prof.
P(S) '' '' is a student.
P(E) '' '' answer is East.
P(T) " " correct answer is given.

Now

P(T|E) = \frac{P(E|T)P(T)}{P(E)}

with

P(T)=P(S \cap T \cup P \cap T)

and P(E) = 0.5.

Is this the right way to go about it?

As a heuristic, a later question says that if you ask the same person again, and they answer East, you need to show that the probability that East is True is 1/2.

Any points in the right direction would be most welcome :smile:
 
Physics news on Phys.org
Using a tree might make this easy to solve.

P(student) * P(correct | student) = 2/3*3/4 = 6/12

P(student) * P(~correct | student) = 2/3*1/4 = 2/12

P(prof) * P(correct | prof) = 1/3*0 = 0

P(prof) * P(~correct | prof) = 1/3*1 = 4/12

Only one branch offers a correct answer since professors always answer incorrectly.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
Replies
6
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 37 ·
2
Replies
37
Views
8K
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 30 ·
2
Replies
30
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K