Decision guide
Why this formula fits
This is a plain combination problem because order does not matter and each fruit can be used once.
Does order matter? Order does not matter. A bowl containing apple, pear, mango, and orange is the same bowl regardless of listing order.
Is repetition allowed? Repetition is not allowed because the question says the bowl contains 4 different fruits.
Worked solution
9 choose 4 without repeats is 126.
- Inputs: n = 9, r = 4
- Formula: C(n, r) = n! / (r!(n-r)!)
- Substitute: C(9, 4) = 9! / (4!(9-4)!)
- Steps: 362,880 / (24 x 120)
- Result: 9 choose 4 without repeats is 126.
Interactive tool
Run the same scenario in the calculator
This is a plain combination problem because order does not matter and each fruit can be used once.
Result
0
Enter values to calculate.
What your result means
The explanation updates with the current inputs.
Live visual
Fruit preview
Previewing a small sample keeps the page fast and readable.
Calculation work