SOLUTION: A student is to answer 10 out of 13 question in an examination such that he must choose at least 4 from the first five questions.The number of choices available to him is.

Algebra ->  Permutations -> SOLUTION: A student is to answer 10 out of 13 question in an examination such that he must choose at least 4 from the first five questions.The number of choices available to him is.      Log On


   



Question 1172276: A student is to answer 10 out of 13 question in an examination such that he must choose at least 4 from the first five questions.The number of choices available to him is.
Found 2 solutions by Solver92311, ikleyn:
Answer by Solver92311(821) About Me  (Show Source):
You can put this solution on YOUR website!




You can do your own arithmetic.

John

My calculator said it, I believe it, that settles it

From
I > Ø

Answer by ikleyn(52778) About Me  (Show Source):
You can put this solution on YOUR website!
.

First, the student MUST select 4 questions from the first 5 questions.

It can be done in  C%5B5%5D%5E4 = 5 ways.



After that, the student is to select 6 questions from remaining 13-4 = 9 question.

He can do it in  C%5B9%5D%5E6 = %289%2A8%2A7%29%2F%281%2A2%2A3%29 = 3*4*7 = 84 ways. 



So the answer to the problem's question is  the product  9*84 = 756  ways.

Solved.

-------------

a Post-solution note:

            Notice that my formula is different from that of the post by tutor @Solver92311.