There are ways for Brilli the ant to choose books from her collection. How many ways can Brilli choose books?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Selecting 4 of the collection is computed using combinations. comb(n,4) = n!/4!/(n-4)!
I figured trial and error would be quick enough, so I tried comb(10,4), but it was too low. I tried comb(20,4) but it was too high. Soon I zeroed in on comb(17.4) and it was JUST right.
comb(17,5) = 6 1 8 8