Problem:
Let be the unit hypercube of dimension with a vertex at for each choice of . (Note that has vertices.) A bug starts at the vertex . In how many ways can the bug move to (the opposite corner of ) by taking exactly steps along the edges of ?
Solution
Solution:
Answer:
You may think of this as sequentially adding to each coordinate of . There are ways to choose the first coordinate, ways to choose the second, and ways to choose the third. The product is .
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.