Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Probability problems - Binomial distribution

  1. #1
    Trying to make mom and pop proud
    Join Date
    Mar 2005
    Posts
    3
    Rep Power
    9


    Good post? Yes | No

    Probability problems - Binomial distribution

    Problem 1:
    A rental car service facility has 10 foreign cars and 15 domestic
    cars waiting to be
    serviced on a particular Saturday morning. Because there are so few mechanics, only 6
    can be serviced.
    (a) If the 6 cars are chosen at random, what is the probability that 3 of the cars selected
    are domestic and the other 3 are foreign?
    (b) If the 6 cars are chosen at random, what is the probability that at most one domestic
    car is selected?
    (c) Does the binomial distribution apply to this problem? Explain why or why not?

    Problem 2:
    Find the probability that a 4 person committee chosen at random from a group consisting of 6 men, 7 women, and 5 children contains


    A) exactly 1 woman
    B) at least 1 woman
    C) at most 1 woman


    Please help! Thank you.

  2. #2
    An Urch Guru Pundit Swami Sage comp_bos's Avatar
    Join Date
    Nov 2004
    Location
    US
    Posts
    738
    Rep Power
    11


    Good post? Yes | No

    Re: Probability problems - Binomial distribution

    Question 2:

    A.) 7C1* 11C3/ 18C4
    B.) 1 - (11C4/18C4)
    C.) (11C4/18C4) + (7C1*11C3/18C4)

  3. #3
    An Urch Guru Pundit Swami Sage comp_bos's Avatar
    Join Date
    Nov 2004
    Location
    US
    Posts
    738
    Rep Power
    11


    Good post? Yes | No

    Re: Probability problems - Binomial distribution

    Question 1:

    A.) 10C3*15C3/25C6
    B.) 1- (10C3/25C3)

    These questions are not of Binomial theoram.
    In binomial theory Q the probability is given. Elsewhere on this forum you might see Q like: On a given day probaility that it rains is 1/2. What is the probability that it will rain on exactly 4 out of 7 days.

    Let me know if you have more questions on the same.

  4. #4
    Eager!
    Join Date
    Jan 2005
    Posts
    97
    Rep Power
    9


    Good post? Yes | No

    Re: Probability problems - Binomial distribution

    Quote Originally Posted by comp_bos
    Question 1:

    A.) 10C3*15C3/25C6
    B.) 1- (10C3/25C3)

    These questions are not of Binomial theoram.
    In binomial theory Q the probability is given. Elsewhere on this forum you might see Q like: On a given day probaility that it rains is 1/2. What is the probability that it will rain on exactly 4 out of 7 days.

    Let me know if you have more questions on the same.
    whats the answer to that rain question?

  5. #5
    An Urch Guru Pundit Swami Sage comp_bos's Avatar
    Join Date
    Nov 2004
    Location
    US
    Posts
    738
    Rep Power
    11


    Good post? Yes | No

    Re: Probability problems - Binomial distribution

    Probability = nCr * p^r * q^(n-r)

    n = total outcome.
    r = favorable outcome
    p = probability of favorable outcomes
    q = probability of unfavorable outcomes

    in rain Question
    p = 1/2
    q = 1/2
    n = 7
    r = 4
    7C4* (1/2)7 = 35/128

    The question is not perfect. I just remember seeing it somewhere on the forum.
    Legal Disclaimer: For your own safety please find out the real question

  6. #6
    Eager!
    Join Date
    Jan 2005
    Posts
    97
    Rep Power
    9


    Good post? Yes | No

    Re: Probability problems - Binomial distribution

    Quote Originally Posted by comp_bos
    Probability = nCr * p^r * q^(n-r)

    n = total outcome.
    r = favorable outcome
    p = probability of favorable outcomes
    q = probability of unfavorable outcomes

    in rain Question
    p = 1/2
    q = 1/2
    n = 7
    r = 4
    7C4* (1/2)7 = 35/128

    The question is not perfect. I just remember seeing it somewhere on the forum.
    Legal Disclaimer: For your own safety please find out the real question
    hmm taking the test tomorrow , i hope for one of this Qs. thanks.

  7. #7
    Trying to make mom and pop proud
    Join Date
    Mar 2005
    Posts
    3
    Rep Power
    9


    Good post? Yes | No

    Re: Probability problems - Binomial distribution

    Thank you all.

  8. #8
    Trying to make mom and pop proud
    Join Date
    Mar 2005
    Posts
    5
    Rep Power
    9


    Good post? Yes | No

    Re: Probability problems - Binomial distribution

    I tried to solve problem 1, I got 0.3083 for part a and 0.0325 for part b.

    There are many different ways to solve the basics of probability; I don't understand the explanation above. Can someone help again?

  9. #9
    Trying to make mom and pop proud
    Join Date
    Mar 2005
    Posts
    5
    Rep Power
    9


    Good post? Yes | No

    Re: Probability problems - Binomial distribution

    I am not farmiliar with the formular/notations above C3, C6 ... Can someone please tell me what are they? Thanks

  10. #10
    Within my grasp!
    Join Date
    Dec 2004
    Location
    CT
    Posts
    398
    Rep Power
    10


    Good post? Yes | No

    Re: Probability problems - Binomial distribution

    Quote Originally Posted by comp_bos
    Question 2:

    A.) 7C1* 11C3/ 18C4
    B.) 1 - (11C4/18C4)
    C.) (11C4/18C4) + (7C1*11C3/18C4)
    hey Compboss, completely agree with you on all of your answers for Question1 and 2. I do have one question though in regards to Qustion 2 part C.

    Can we answer the question like this?

    (7C1*4*11C3)/18C4

    The reason I ask is because I am not sure if I should multiply by 4 the different ways we can pick one women from 7. I multiplied by 4 because i thought that the woman can picked at 4 different times. please advise!

    Also Cali, just to help you for your tes. Sometimes GMAT answers are in the form of nCr. Try and get some math course on this, but here is the real basi stuff needed to understand this.

    C means combinations, this means that order does not matter.

    So let's assume a question asks you the number of ways to choose 4 poeple from a group of 10. then you would write this as such: 10C4

    The calculation for this is: n!/(r!(n-r)!) (I believe this is it)

    So in our example it would be 10!/(4!(10-4)!)

    Hope this helps a little. Just do a search ion these forums for Combinations. I am sure you will find a much better course on this.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Hypergeometric or Binomial ?
    By MarsAlien in forum GMAT Problem Solving
    Replies: 2
    Last Post: 02-25-2007, 03:52 AM
  2. Probability: Binomial and Hypergeometric distribution
    By alfa_beta02 in forum GMAT Problem Solving
    Replies: 1
    Last Post: 05-22-2006, 11:32 PM
  3. Probability: Binomial and Hypergeometric distribution
    By alfa_beta02 in forum GMAT Math
    Replies: 0
    Last Post: 05-22-2006, 05:14 PM
  4. Binomial Heaps
    By wood in forum GRE Computer Science
    Replies: 5
    Last Post: 10-30-2003, 12:36 AM
  5. Replies: 2
    Last Post: 05-19-2003, 10:46 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

SEO by vBSEO ©2010, Crawlability, Inc.