SOLUTION: The number of combinations of 2 objects from 'n' is equal to the number of combinations of 3 objects from 'n'. Determine 'n'.
Algebra ->
Permutations
-> SOLUTION: The number of combinations of 2 objects from 'n' is equal to the number of combinations of 3 objects from 'n'. Determine 'n'.
Log On
Question 410825: The number of combinations of 2 objects from 'n' is equal to the number of combinations of 3 objects from 'n'. Determine 'n'. Found 2 solutions by richard1234, sudhanshu_kmr:Answer by richard1234(7193) (Show Source):
You can put this solution on YOUR website!
Here nC2 = nC3
=> n!/ 2! * (n-2)! = n!/3!* (n-3)!
here nominators are same so, compare denominators
2! * (n-2)! = 3! * (n-3)!
=> (n-2) = 3 [ because (n-2)! = (n-2)* (n-3)! and 3! = 3* 2! ]