- #1
JonJones
- 5
- 0
Homework Statement
A student is studying for an exam, and a couple of weeks before the exam, the instructor gives him a list of all possible questions that may appear on the exam. Let this number of questions be W. On the exam, the instructor selects from these some questions to put on the exam. Let this number of questions be X.
Then, the instructor gives the student a choice from this number of X questions, of how many he must answer. Let this number of questions be Y. Before the exam, the student studies Z number of questions.
where W>X>Y
Find a function which yields (for every possible value of Z) the probability that this student will find himself dealing with at least one question he hasn't studied for.
Homework Equations
Minimum number of questions he must study in order to guarantee that he won't be dealing with at least one question he hasn't studied for is Z = W-(X-Y)
This wasn't given but I figured it out myself
The Attempt at a Solution
I thought it could help to look at it as a piece-wise function, where the probability would be 1 when Z<Y and 0 when Z≥W-(X-Y)
I guess I'm stuck on finding the function for Y< Z <W-(X-Y)
Thank you very much for your help