Statistics

valnadam

New member
Joined
Feb 7, 2011
Messages
33
You can answer any 8 questions from the 12 questions on an exam. In how many different ways can you choose the 8 questions, assuming that the order in which you choose the questions is irrelevant?
 
This is the answer I came up with.

n C r = n!/(r!(n-r)!)


In this case, n = 12 and r = 8, so


n C r = 12 C 8 = (12!)/(8!(12-8)!) = (12*11*10*9*8!)/(8!*4!) = (12*11*10*9)/(4*3*2*1) = 11880/24 = 495


So there are 495 ways to answer 8 questions from the 12 given.
 
valnadam said:
This is the answer I came up with.

n C r = n!/(r!(n-r)!)


In this case, n = 12 and r = 8, so


n C r = 12 C 8 = (12!)/(8!(12-8)!) = (12*11*10*9*8!)/(8!*4!) = (12*11*10*9)/(4*3*2*1) = 11880/24 = 495


So there are 495 ways to answer 8 questions from the 12 given.

I agree! Since the order in which the 8 questions are chosen does not matter, you are looking at "how many ways can I choose a group of 8 questions out of 12 questions?" OR, how many combinations are there of 12 items chosen 8 at a time.

You've used the correct formula, and done the arithmetic correctly as well. Good job!
 
Top