Question
Question: A box contains 2 fifty paise coins, 5 twenty five paisa coins and a certain fixed number N \(\left( ...
A box contains 2 fifty paise coins, 5 twenty five paisa coins and a certain fixed number N (≥2) of 10 and five paise coins. Five coins are taken out of the box at random. The number of combinations that the total value of these 5 coins is less than one rupee and fifty paisa is 10(N+k) . Find the value of k.
Solution
First, we will find total number of coins. Then we are given a number of combinations of 5 coins whose value is less than one rupee and fifty paisa. So, we will consider event ‘E’ whose total of 5 coins on selection is more than or equal to one rupee and fifty paisa. So, there will be three possibility such as First, taking one coin of fifty paise and 4 coins of twenty-five paisa =2C1×5C4×NC0 . Second, taking two coins of fifty paise and 3 coins of twenty-five paisa =2C2×5C3×NC0 .Third, taking two coins of fifty paisa, 3 coins of twenty-five paisa and one coin of 10 and five paisa =2C2×5C2×NC1 . On adding all these and solving using the formula nCr=(n−r)!r!n! , we will get answer in form of 10(N+k) . Thus, then we will get the value of k on comparing.
Complete step-by-step answer:
Here, first we will calculate the total number of coins given in question. So, we have 2 fifty paise coins, 5 twenty five paisa coins and a certain fixed number N (≥2) of 10 and five paise coins.
Thus, total number of coins will be 2+5+N
=N+7 ………………………(1)
Now, we are given the number of combinations of five coins whose total is less than one rupee and fifty paisa is 10(N+k) .
Let us consider event ‘E’ where the total sum of five coins is more than or equal to one rupee and fifty paisa. So, now we will do all the possible combinations of selection where the total amount is more than or equal to one rupee and fifty paisa.
First, taking one coin of fifty paise and 4 coins of twenty-five paisa =2C1×5C4×NC0
Second, taking two coins of fifty paise and 3 coins of twenty-five paisa =2C2×5C3×NC0
Third, taking two coins of fifty paisa, 2 coins of twenty-five paisa and one coin of 10 or five paisa =2C2×5C2×NC1 .
So, total we get as
=2C1×5C4×NC0+2C2×5C3×NC0+2C2×5C2×NC1
Here, we will use the formula nCr=(n−r)!r!n! . On solving, we get as
=(2−1)!1!2!×(5−4)!4!5!×1+(2−2)!2!2!×(5−3)!3!5!×1+(2−2)!2!2!×(5−2)!2!5!×(N−1)!1!N!
=1!1!2!×1!4!5⋅4!×1+0!2!2!×2!3!5⋅4⋅3!×1+0!2!2!×3!2!5⋅4⋅3!×(N−1)!1!N⋅(N−1)!
Further simplifying, we get as
=2×5×1+1×10×1+1×10×N (we should know that 0! is equal to 1)
=10+10+10N
=10(N+2)
Thus, on comparing this with our equation given in question i.e. 10(N+k) , we can say that the value of k is 2.
Thus, the value of k is 2.
Note: Remember that we have to take complement of the statement total value of these 5 coins is less than one rupee and fifty paisa i.e. given as total value of 5 coins is more than or equal to one rupee and fifty paisa. If students find the value of the original statement given, then the answer will be eN+7C5−(N+2) . We can also find the probability of event E by taking N+7C5 as the sample size. . By this also, we can compare only the numerator part and get the value of k as per asked in question.