Permutation & Combination MCQs set 3 for Air University Entry Test Mathematics — 20 solved questions.
Q1. A committee of 4 is to be formed from 5 men and 4 women. How many ways can this be done if at least one woman is included?
Answer: 120
Explanation: Total committees = 9C4, committees with no women = 5C4. Committees with at least one woman = 9C4 - 5C4 = 120
Q2. In how many ways can 4 boys and 4 girls be seated in a row so that boys and girls are alternate?
Answer: 1152
Explanation: First, arrange 4 boys in 4! ways, then 4 girls in 4! ways. Total = 4! * 4! * 2 = 1152
Q3. Two dice are thrown. What is the probability of getting a sum of 7?
Answer: 1 / 6
Explanation: Favorable outcomes = 6. Total outcomes = 36. Probability = 6 / 36 = 1 / 6
Q4. A bag contains 3 red, 4 blue, and 5 green balls. What is the probability of drawing a blue ball?
Answer: 4 / 12
Explanation: Total balls = 12, blue balls = 4. Probability = 4 / 12 = 1 / 3
Q5. In how many ways can 6 people be divided into 3 groups of 2?
Answer: 15
Explanation: First, choose 2 out of 6, then 2 out of 4, and the last 2 are fixed. Total = 6C2 * 4C2 / 3! = 15
Q6. A die is rolled twice. What is the probability of getting a sum of 9?
Answer: 1 / 9
Explanation: Favorable outcomes = 4. Total outcomes = 36. Probability = 4 / 36 = 1 / 9
Q7. How many ways can the letters of the word 'MATHS' be arranged?
Answer: 120
Explanation: Total letters = 5, all distinct. Arrangements = 5! = 120
Q8. A committee of 3 is to be formed from 4 men and 3 women. How many ways can this be done if at least one man is included?
Answer: 34
Explanation: Total committees = 7C3, committees with no men = 3C3. Committees with at least one man = 7C3 - 3C3 = 34
Q9. In how many ways 5 boys and 3 girls can be seated around a round table if no two girls are together?
Answer: 4! * 5P3
Explanation: First, arrange 5 boys in (5-1)! = 4! ways. Then, place 3 girls in 5 gaps between boys in 5P3 ways.
Q10. A bag contains 5 red and 3 blue balls. If 3 balls are drawn at random, find the probability that 2 are red and 1 is blue.
Answer: (5C2 * 3C1) / 8C3
Explanation: Use combination formula to find the total number of ways to draw 3 balls and the number of ways to draw 2 red and 1 blue.
Q11. The number of ways to distribute 5 distinct objects into 3 distinct boxes is
Answer: 3^5
Explanation: Each object has 3 choices of boxes, so 5 objects have 3 * 3 * 3 * 3 * 3 = 3^5 ways to be distributed.
Q12. If the probability of event A is 1 / 3 and the probability of event B is 1 / 4, then P(A ∪ B) = ? (A and B are independent)
Answer: 1 / 3 + 1 / 4 - 1 / 12
Explanation: For independent events, P(A ∪ B) = P(A) + P(B) - P(A) * P(B) = 1 / 3 + 1 / 4 - (1 / 3) * (1 / 4).
Q13. The number of 3-digit numbers that can be formed using the digits 1, 2, 3, 4, 5 without repetition is
Answer: All of the above
Explanation: All options represent the same value: 5P3 = 5C3 * 3! = 5 * 4 * 3 = 60.
Q14. A committee of 3 is to be formed from 5 men and 4 women. Find the probability that it has at least 1 woman.
Answer: Both A and C
Explanation: P(at least 1 woman) = 1 - P(no women) or sum of probabilities of 1, 2, or 3 women.
Q15. If P(A) = 1 / 2 and P(B) = 1 / 3, and P(A ∩ B) = 1 / 6, then P(A / B) = ?
Answer: 1 / 2
Explanation: P(A / B) = P(A ∩ B) / P(B) = (1 / 6) / (1 / 3) = 1 / 2.
Q16. The number of diagonals in a hexagon is
Answer: 6C2 - 6
Explanation: Total line segments between 6 vertices = 6C2. Subtract 6 sides to get the number of diagonals.
Q17. A coin is tossed 3 times. Find the probability of getting at least 2 heads.
Answer: (3C2 + 3C3) / 2³
Explanation: P(at least 2 heads) = P(2 heads) + P(3 heads) = (3C2 + 3C3) / total outcomes.
Q18. The number of ways to arrange the letters of the word 'LEDGER' is
Answer: 6! / 2!
Explanation: There are 6 letters with 'E' repeated twice, so the total arrangements = 6! / 2!.
Q19. If the letters of the word 'ARTICLE' are arranged randomly, find the probability that vowels occupy even places.
Answer: (3! * 4!) / 7!
Explanation: 3 vowels can be arranged in 4 even places in 4P3 = 4C3 * 3! ways. Remaining 4 consonants can be arranged in 4! ways.
Q20. A box contains 4 red, 5 white, and 6 blue balls. If 3 balls are drawn at random, find the probability that they are of different colors.
Answer: (4C1 * 5C1 * 6C1) / 15C3
Explanation: Choose 1 ball from each color in (4C1 * 5C1 * 6C1) ways. Total ways to draw 3 balls = 15C3.