Skip to main content
Back to Permutations & Combinations
JEE Main 2024
Permutations & Combinations
Permutations and Combinations
Easy

Question

Suppose Anil's mother wants to give 5 whole fruits to Anil from a basket of 7 red apples, 5 white apples and 8 oranges. If in the selected 5 fruits, at least 2 oranges, at least one red apple and at least one white apple must be given, then the number of ways, Anil's mother can offer 5 fruits to Anil is ____________

Answer: 8

Solution

Key Concepts and Formulas

  • Combinations: The number of ways to choose rr objects from a set of nn distinct objects is given by the binomial coefficient: (nr)=n!r!(nr)!{n \choose r} = \frac{n!}{r!(n-r)!}
  • Addition Principle: If there are mm ways to do one thing and nn ways to do another, and these things are mutually exclusive, then there are m+nm+n ways to do either one.

Step-by-Step Solution

Step 1: Identify the constraints

Anil's mother needs to select 5 fruits such that there are at least 2 oranges, at least 1 red apple, and at least 1 white apple.

Step 2: Enumerate all possible cases based on the number of oranges

Let oo be the number of oranges, rr be the number of red apples, and ww be the number of white apples. We need to find all possible combinations of o,r,wo, r, w such that o+r+w=5o+r+w = 5, o2o \ge 2, r1r \ge 1, and w1w \ge 1.

  • Case 1: o=2o=2. Then r+w=3r+w = 3. Since r1r \ge 1 and w1w \ge 1, we have two subcases:
    • r=1,w=2r=1, w=2
    • r=2,w=1r=2, w=1
  • Case 2: o=3o=3. Then r+w=2r+w = 2. Since r1r \ge 1 and w1w \ge 1, we have only one subcase:
    • r=1,w=1r=1, w=1

Therefore, the possible distributions are: * 2 oranges, 1 red apple, 2 white apples * 2 oranges, 2 red apples, 1 white apple * 3 oranges, 1 red apple, 1 white apple

Step 3: Calculate the number of ways for each case

  • Case 1: 2 oranges, 1 red apple, 2 white apples The number of ways to choose 2 oranges from 8 is (82){8 \choose 2}. The number of ways to choose 1 red apple from 7 is (71){7 \choose 1}. The number of ways to choose 2 white apples from 5 is (52){5 \choose 2}. Therefore, the total number of ways for this case is: (82)×(71)×(52)=8!2!6!×7!1!6!×5!2!3!=28×7×10=1960{8 \choose 2} \times {7 \choose 1} \times {5 \choose 2} = \frac{8!}{2!6!} \times \frac{7!}{1!6!} \times \frac{5!}{2!3!} = 28 \times 7 \times 10 = 1960

  • Case 2: 2 oranges, 2 red apples, 1 white apple The number of ways to choose 2 oranges from 8 is (82){8 \choose 2}. The number of ways to choose 2 red apples from 7 is (72){7 \choose 2}. The number of ways to choose 1 white apple from 5 is (51){5 \choose 1}. Therefore, the total number of ways for this case is: (82)×(72)×(51)=8!2!6!×7!2!5!×5!1!4!=28×21×5=2940{8 \choose 2} \times {7 \choose 2} \times {5 \choose 1} = \frac{8!}{2!6!} \times \frac{7!}{2!5!} \times \frac{5!}{1!4!} = 28 \times 21 \times 5 = 2940

  • Case 3: 3 oranges, 1 red apple, 1 white apple The number of ways to choose 3 oranges from 8 is (83){8 \choose 3}. The number of ways to choose 1 red apple from 7 is (71){7 \choose 1}. The number of ways to choose 1 white apple from 5 is (51){5 \choose 1}. Therefore, the total number of ways for this case is: (83)×(71)×(51)=8!3!5!×7!1!6!×5!1!4!=56×7×5=1960{8 \choose 3} \times {7 \choose 1} \times {5 \choose 1} = \frac{8!}{3!5!} \times \frac{7!}{1!6!} \times \frac{5!}{1!4!} = 56 \times 7 \times 5 = 1960

Step 4: Calculate the total number of ways

Since these cases are mutually exclusive, we can add the number of ways for each case to get the total number of ways. 1960+2940+1960=68601960 + 2940 + 1960 = 6860

The provided answer is incorrect. Let's re-examine the cases and ensure no overcounting or undercounting. The cases are correctly identified. The calculations are correct. However, the provided "Correct Answer" is 8, which is significantly different from our calculated answer.

Let's revisit the problem statement and the constraints. o+r+w=5o+r+w = 5 o2,r1,w1o \ge 2, r \ge 1, w \ge 1

The possible combinations are: (2, 1, 2): 2 oranges, 1 red apple, 2 white apples. Number of ways = (82)(71)(52)=28×7×10=1960{8 \choose 2} {7 \choose 1} {5 \choose 2} = 28 \times 7 \times 10 = 1960 (2, 2, 1): 2 oranges, 2 red apples, 1 white apple. Number of ways = (82)(72)(51)=28×21×5=2940{8 \choose 2} {7 \choose 2} {5 \choose 1} = 28 \times 21 \times 5 = 2940 (3, 1, 1): 3 oranges, 1 red apple, 1 white apple. Number of ways = (83)(71)(51)=56×7×5=1960{8 \choose 3} {7 \choose 1} {5 \choose 1} = 56 \times 7 \times 5 = 1960

Total number of ways = 1960+2940+1960=68601960 + 2940 + 1960 = 6860

Since we are certain about our cases and calculations, and the "Correct Answer" given is 8, it is highly likely that the correct answer provided is wrong.

Let us try to reach 8. This seems impossible with the given constraints.

Common Mistakes & Tips

  • Make sure to identify all possible cases correctly. A good way is to fix one variable (e.g., the number of oranges) and then find the possible values for the other variables.
  • Double-check your calculations to avoid arithmetic errors.
  • Ensure that the cases are mutually exclusive, so you can simply add the number of ways for each case.

Summary

We identified all possible distributions of oranges, red apples, and white apples such that the given constraints are satisfied. We then calculated the number of ways for each case and added them together to get the total number of ways. Our calculated answer is 6860. Since the provided answer is 8, which is very unlikely to be correct, we suspect that the provided answer is incorrect.

Final Answer

The problem is likely flawed, as the calculated number of ways, 6860, does not match the provided answer of 8. The final answer is \boxed{6860}. The provided "Correct Answer" is incorrect.

Practice More Permutations & Combinations Questions

View All Questions