Question
Question: Four random numbers are chosen at random from {1,2,3,4…,40}. The probability that they are not conse...
Four random numbers are chosen at random from {1,2,3,4…,40}. The probability that they are not consecutive.
Solution
Hint : This question requires the use of permutations, combinations and probability. Permutations is defined as the arrangement of r things out of n things whereas, combinations is defined as the selection of r things out of n things. Probability is a concept representing the possibility for the occurrence of any event.
Complete step-by-step answer :
Let’s first calculate the total number of cases, which can be obtained by selecting any four numbers from the given set of forty numbers.
⇒T=40C4−−−−(i)
Now, for the favourable case lets first find its complement case, i.e., which is to select any four consecutive numbers from the given set of forty
⇒Fc=37−−−−(ii)
Now, the probability of the event E can be given by
⇒P(E)=1−P(Ec),where Ec represents the complement of the event E.
⇒P(E)=1−TFc
⇒P(E)=1−40C437
Now, the Value of 40C4is 91390 and after 37 is divided by 91390 we get , 24701
⇒P(E)=1−24701
Now, subtracting the given fraction from 1 we get the final answer
⇒P(E)=24702469
Thus, P(E)=24702469 is the correct answer.
Note : The questions involve a lot of concepts like permutations, combinations and probability. One should be well versed with these topics before solving the question. One should be aware of the calculations and be sure of the correct answer.
Formulas used in this question are:
⇒nCr=(n−r)!∗r!n!,where n=number of things and r=number of things taken certain time
⇒nPr=(n−r)!n!, where n=number of things and r=number of things taken certain time
⇒P(E)=TF, where F are the Favourable cases and T are the total number of cases
⇒P(E)=1−P(Ec), where Ec is the complement of the given event E