• S
    SwaseekhGATE Preparation
General
  • Dashboard
  • Syllabus
  • Questions
  • Aptitude
  • Mock Tests
  • TCS NQT 2026
Account
  • Pricing
  • Contact
  1. GATE CS
  2. PYQs
  3. Engineering Mathematics

In a certain town, the probability that it will rain in the afternoon is known to be 0.6. Moreover, meteorological data indicates that if the temperature at noon is less than or equal to 25 degrees C, the probability that it will rain in the afternoon is 0.4. The temperature at noon is equally likely to be above 25 degrees C, or below 25 degrees C. What is the probability that it will rain in the afternoon on a day when the temperature at noon is above 25 degrees C? A. 0.4 B. 0.6 C. 0.8 D. 0.9

GATE 2006 · Engineering Mathematics · Conditional Probability · medium

Answer: 0.8 (Option C)

  1. Write total probability equation: P(rain) = P(rain|temp<=25)*P(temp<=25) + P(rain|temp>25)*P(temp>25) => 0.6 = 0.4*0.5 + P(rain|temp>25)*0.5
  2. Solve for the unknown conditional probability: P(rain|temp>25) = (0.6 - 0.2) / 0.5 = 0.4 / 0.5 = 0.8