.
Suppose that a committee of two boys is being chosen at random from the five boys
Al, Bill, Carl, Dan, and Eli. Find the probability that Dan and Eli are both on the committee
~~~~~~~~~~~~~~~~~~~~~~~~~~~
The solution by @KMST is very wordy and her final answer ( for the probability ) is incorrect.
I came to provide a correct short solution.
In this problem, each committee is (unordered) set of two boys, randomly selected from 5 boys.
So, in this problem, we work with COMBINATIONS.
For 5 boys, there are C(5,2) = = 10 different combinations / (ten possible different committees).
Of them, only one (unordered) pair (Dan, Eli) is favorable.
Therefore, the desired probability is P = = = 0.1 = 10%.
ANSWER. The desired probability is P = = 0.1 = 10%.
Solved correctly.
.
Suppose that a committee of two boys is being chosen at random from the five boys
Al, Bill, Carl, Dan, and Eli. Find the probability that Dan and Eli are both on the committee
~~~~~~~~~~~~~~~~~~~~~~~~~~~
In this problem, each committee is (unordered) set of two boys, randomly selected from 5 boys.
So, in this problem, we work with COMBINATIONS.
For 5 boys, there are C(5,2) = = 10 different combinations / (ten possible different committees).
Of them, only one (unordered) pair (Dan, Eli) is favorable.
Therefore, the desired probability is P = = = 0.1 = 10%.
ANSWER. The desired probability is P = = 0.1 = 10%.
Solved.