SOLUTION: It is known that 10% of all people are left handed. A sample of 10 students is selected at random. What is the probability that 2 of these 10 students is left handed? Find the p

Algebra ->  Probability-and-statistics -> SOLUTION: It is known that 10% of all people are left handed. A sample of 10 students is selected at random. What is the probability that 2 of these 10 students is left handed? Find the p      Log On


   



Question 112034: It is known that 10% of all people are left handed. A sample of 10 students is selected at random. What is the probability that 2 of these 10 students is left handed? Find the probability that none of the students are left handed?
Here are my thought:
The events are mutually exclusive and follow normal distibution. If you have a sample size of ten and take the only left handed person out of the sample on the first selection, then there is zero probability that there are any remaining left handed people. The converse applies the the second part of the question.
So my answers are zero for the probability that two are left handed and zero for the probability that none are left handed.
Thanks for you help.
Cheers
CC

Answer by Edwin McCravy(20059) About Me  (Show Source):
You can put this solution on YOUR website!
It is known that 10% of all people are left handed. A sample of 10 students is selected at random. What is the probability that 2 of these 10 students is left handed? Find the probability that none of the students are left handed?

No, I'm afraid you're off the track.  These are BINOMIAL problems!  

You can use any of these three methods:

Method 1. Calculate it by the formula:

P(exactly x out of n) = n%21%2F%28x%21%28n-x%29%21%29p%5Ex%2A%281-p%29%5E%28n-x%29

where n = the number of trials = 10
      p = the probability of selecting one lefty in one trial, 10% or .1
      x = the number you want to find the probability of getting,
          which is 2 in the first problem and 0 in the second.

P(exactly 2 out of 10) = 10%21%2F%282%21%2810-2%29%21%29.1%5E2%2A%281-.1%29%5E%2810-2%29
P(exactly 2 out of 10) = 10%21%2F%282%218%21%29.1%5E2%2A.9%5E8
P(exactly 2 out of 10) = 3628800%2F%282%2A40320%29.01%2A.43046721
P(exactly 2 out of 10) = .1937102445

For the second problem:

P(exactly 0 out of 10) = 10%21%2F%280%21%2810-0%29%21%29.1%5E0%2A%281-.1%29%5E%2810-0%29
P(exactly 0 out of 10) = 10%21%2F%280%2110%21%29.1%5E0%2A.9%5E10
P(exactly 0 out of 10) = 3628800%2F3628800%291%2A.3486784401
P(exactly 0 out of 10) = .3486784401

==============================================================

Method 2.  Look it up in the binomial probability table in the
           back of your book.

1. Find the section of that table that reads n = 10. 
2. Read across until you come to p = 0.1
3. Run your finger down that column until to see 2 on the far left
   of your finger.
   A. If you read .1937 then that's the answer, for you have an "exact
      value" table.
   B. If you read .9298 then you have a "cumulative value" table, so
      1. Find the number directly above that one in the table, which will
         have 1 at the far left, and read .7361.
      2. Subtract .9298 - .7361 and get .1937

For the second problem

1. Find the section of that table that reads n = 10. 
2. Read across until you come to p = 0.1
3. Run your finger down that column until to see 0 on the far left
   of your finger, and read .3487. (That should be the very first
   entry in that column)

(Note: it makes no difference which kind of table you have
for 0, since there is no cumulation for 0)

===================================================================

Method 3.  TI-83 or 84 graphing calculator

For your first problem:

1. Press 2nd VARS ALPHA MATH
   You should see this on your screen:     binompdf(
2. Type in 10,.1,2) so that you see this:  binompdf(10,.1,2)
3. Press ENTER and read .1937102445

For your second problem:

1. Press 2nd VARS ALPHA MATH
   You should see this on your screen:     binompdf(
2. Type in 10,.1,0) so that you see this:  binompdf(10,.1,0)
3. Press ENTER and read .3486784401

Edwin