Self Referential Problem - from "What would Martin Gardner Tweet"
Source: The Math Factor (contains spoilers) - also tweeted on What Would Martin Gardner Tweet Problem: The number of 1′s in this paragraph is ___; the number of 2′s is ___; the number of 3′s is ____; and the number of 4′s is ___. Bonus Research Follow-up Problem: The number of 1′s in this paragraph is ___; the number of 2′s is ___; …..(and so on) and the number of N’s is ___. For N=2 or 3, there are no solutions (Asking that all the numbers we fill in are between 1 and N); for N=4 there are two. For N=5 there is just one, for N=6 there are none and beyond that there is just one. Prove it. claimtoken-51f4577649b8d Solution: Highlight the part between the * symbols for the answer. * For N = 4 there are exactly two fillings: (2, 3, 2, 1) and (3, 1, 3, 1). Check (2,3,2,1): the paragraph's digits are the four fixed labels 1,2,3,4 plus the blanks 2,3,2,1 - total: two 1s (label + one blank), three 2s, two 3s, one 4. Checks out. Same for (3,1,3,1). Why only these: eve...