Question: A college offers 5 different majors. If a student can choose 2 majors, how many different combinations are possible?
Options:
10
20
5
15
Correct Answer: 10
Solution:
Combinations = 5C2 = 5! / (2!(5-2)!) = 10.
A college offers 5 different majors. If a student can choose 2 majors, how many
Practice Questions
Q1
A college offers 5 different majors. If a student can choose 2 majors, how many different combinations are possible?
10
20
5
15
Questions & Step-by-Step Solutions
A college offers 5 different majors. If a student can choose 2 majors, how many different combinations are possible?
Step 1: Understand that we need to find combinations of 2 majors from 5 available majors.
Step 2: Use the combination formula, which is written as nCr, where n is the total number of items (majors) and r is the number of items to choose (majors). Here, n = 5 and r = 2.
Step 3: The combination formula is nCr = n! / (r!(n-r)!).
Step 4: Substitute the values into the formula: 5C2 = 5! / (2!(5-2)!).
Step 5: Calculate (5-2) which equals 3, so we have 5C2 = 5! / (2! * 3!).