Number of strings with 6 1's: C106=6!4!10!=210.
Number of strings with 7 1's: C107=7!3!10!=120.
Number of strings with 8 1's: C108=8!2!10!=45.
Number of strings with 9 1's: C106=9!1!10!=10.
Number of strings with 10 1's: C1010=10!0!10!=1.
Number of strings with 6 or more 1's: N=210+120+45+10+1=386.
Comments