30 January 2015

Puzzle from India

I was enroute from India to USA when I got a call from one of my nephews with the following math problem he was stuck with. I am posting that as the puzzle of this week.

There is a jar with 50 pieces of paper written “1” thru “50” in them. You pick 5 of them at random and lay them out in increasing sequence. What is the probability that the middle number is 30?


Tags:

Posted January 30, 2015 by Rajib Roy in category "Puzzles

11 COMMENTS :

  1. By Saurabh on

    # of ways of choosing 5 numbers from a pack of 50 = 50C5
    So, this is our universal set.

    Desirable pattern = A < B < 30 < C < D

    There are 29 numbers smaller than 30. Choosing two (A and B) from them = 29C2
    There are 20 numbers larger than 30. Choosing two (C and D) from them = 20C2

    Therefore, the required probability = 29C2.20C2/50C5

    Reply
    1. By Rajib Roy (Post author) on

      I have not thought about this problem in some time but my first guess was exactly the way you figured out. Total possibilities 50C5. Favorable cases has to have a 30 and then 2 from one set of 20 numbers and 2 from one set of 29 numbers…

      Reply

Leave a Reply to Sibapriya Dasgupta Cancel reply

Your email address will not be published. Required fields are marked *


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