To solve this problem, we need to determine the probability that the sum of the value of three randomly selected notes is at least 90 rupees.
We have the following notes:
- 10-rupee notes: 5 notes
- 20-rupee notes: 3 notes
- 50-rupee notes: 2 notes
First, we calculate the total number of ways to select 3 notes from these 10 notes using the combination formula.
Total ways to select 3 notes:
\( \binom{10}{3} = \frac{10 \times 9 \times 8}{3 \times 2 \times 1} = 120 \)
Next, we calculate the successful combinations that result in a total of at least 90 rupees.
Case 1: Select one 50-rupee note and two from the remaining.
- Ways to choose one 50-rupee note: \( \binom{2}{1} = 2 \)
- Selecting two more notes from remaining eight 10/20 rupees notes. We need a total of at least 40 more rupees:
- 33 combinations of (20, 20) and (20, 10).
- Ways to select two 20-rupee notes: \( \binom{3}{2} = 3 \)
- Ways to select one 20-rupee and one 10-rupee note: \( \binom{3}{1} \times \binom{5}{1} = 3 \times 5 = 15 \)
Total ways for Case 1: \( 2 \times (3+15) = 36 \)
Case 2: Select two 50-rupee notes and one more note.
- Ways to choose two 50-rupee notes: \( \binom{2}{2} = 1 \)
- Choose one more note (any 10-rupee or 20-rupee note): \( \binom{8}{1} = 8 \)
Total ways for Case 2: \( 1 \times 8 = 8 \)
Total successful ways: 36 + 8 = 44
Probability: \( \frac{44}{120} = \frac{11}{30} \)
However, upon closer inspection, we notice there is a mistake, the total ways are 21 successful combinations.
Correct Probability: \( \frac{7}{60} \)