106k views
5 votes
8. There are 10 balls in a bag numbered from 1 to 10. Three balls are selected at random without replacement.

a. How many different ways are there of selecting the three balls?
b. What is the probability that one of the balls selected is the number 5?

1 Answer

2 votes

Answer:

a. 720

b. 0.3

Explanation:

a.

Three balls are selected at random without replacement.

First ball can be selected in 10 ways

Second ball can be selected in 9 ways

Third ball can be selected in 8 ways

Thus, there are 10×9×8 =720 different ways of selecting three balls.

b.

There are three cases that satisfy this condition

  1. first ball picked is 5, the others are not
  2. first ball is not 5, second is 5, third is not
  3. first and second ball is not five, third ball is 5

Each probabilities are:


  1. (1)/(10) * (9)/(9) *(8)/(8) =(1)/(10)

  2. (9)/(10) *(1)/(9) *(8)/(8) =(1)/(10)

  3. (9)/(10) *(8)/(9) *(1)/(8) =(1)/(10)

Thus, one of the balls selected is the number 5 is then
(1)/(10) + (1)/(10) + (1)/(10) = (3)/(10)

User Tariq
by
5.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.