#Problem on permutation & combination

14 messages · Page 1 of 1 (latest)

crystal bridgeBOT
noble sinew
#

@minor violetyou're missing GREENAEGG

minor violet
#

I was tweaking

#

Would there be a simpler method

noble sinew
#

you can find words with GGG, and words where they are all separate

#

and subtract

#

i don;t know if it ends up faster

#

i guess it should

minor violet
#

It doesnt give right answer

noble sinew
#

GGG: 120 * 7 = 840
all separate: 120 * 7c3 = 4200
10080−840−4200 = 5040

minor violet
#

Mb mb

#

I misunderstod something