Patrefans
3blue1brown from patreon
3blue1brown patreon

Revisiting Moser's circle problem

🕑 Added 2023-07-02 04:48:08 +0000 UTC
Revisiting Moser's circle problem

Comments

Edith Dubiner

What a lovely gem: both the content and the presentation.

3blue1brown

The division by 2 is just part of the computation for (n choose 2). The relation to Pascal's triangle is that our final formula looks like 1 + (n choose 2) + (n choose 4), which can be interpreted as adding the 0th, 2nd, and 4th elements of the nth row in the triangle. Or by looking one row up, and considering how the triangle is defined, it's the same as adding the first 5 elements of the (n-1)th row. The point about half the triangle was just in the case n = 10 when adding the first 5 elements of the 9th row happens to be exactly half of the row.

noice, so why is it only requiring just one half* of the pascal triangle, is it because of the divide by 2 factor of the number of permutations? in other words if your question didnt ask for uniqueness of the intersecting line's directions then it would perfectly match pascals triangle?


More Creators