Question
Question: In how many ways can a girl and a boy be selected from a group of \(15\) boys and \(10\) girls? A....
In how many ways can a girl and a boy be selected from a group of 15 boys and 10 girls?
A. 15×10
B. 15+10
C. 25P2
D. 25C2
Solution
As we can see that the above question is related to Permutation and Combination. So in this question we will use the formula for the number of ways for selecting r things from n group of people. The formula of combination is given as; nCr=r!(n−r)!n!. So we will use this formula to solve the given problem.
Complete step by step answer:
In the above question we have a total number of boys 15.
And we have to select one boy from a group of 15 people. Here we have :
n=15,r=1
Now by putting the value in the formula we can write:
r!(n−r)!n!=1!(15−1)!15!
On simplifying it gives us :
1!×14!15!
Now we can break the factorial values and it gives the value:
14!15×14!=15
Again we have a total number of girls given 10.
And we have to select one girl from a group of 10 girls. Here we have :
n=10,r=1
Similarly as above by putting the value in the formula we can write:
r!(n−r)!n!=1!(10−1)!10!
On simplifying it gives us :
1!×9!10!
Now we can break the factorial values and it gives the value:
9!10×9!=10
Now we will multiply both the values to get the required answer:
15C1×10C1
By putting the values of both the combination, we have:
15×10
Hence the correct option is A.
Note: We should note that for selection purposes we use combination and for arranging the values we use the permutation. We should know that if the order does not matter then we use the combination formula as in the above question, but if the order does matter then we use the permutation formula. The value of permutation is denoted by
nPr. The formula of permutation is (n−r)!n!.