Question 549504
After tossing some coins, it is observed that the probability of obtaining 10 heads and 15 tails 
is the same as the probability of obtaining 15 heads and 10 tails. 
Find the least number of coins tossed
--------------------
P(10 h and 15 t) = nC10(1/2)^n
---
P(15 h and 10 t) = nC15(1/2)^n
---
nC10 = nC15
---
n!/(n-15)!*15! = n!/(n-10)!*10!
------
(n-15)!*15! = (n-10)!*10!
---
(n-15)!*15*14*13*12*11 = (n-10)!
---
15*14*13*12*11 = (n-10)(n-11)(n-12)(n-13)(n-14)
---
So n-10 = 15
n = 25
================
Cheers,
Stan H.
================