The puzzle as previously presented:
The solution for this weighty proposition is based in, well, number bases. Using just one side of the balance for weights, Wyoming picked his weight values as the powers of 2: 2^0=1, 2^1=2, 2^2=4, 2^3=8, ... 2^9=512. To represent any value from 0 to 1023, simply translate the number to binary, and include/exclude that base-2 digit value on the pan. For example, 218 in base-2 is 0011011010. To weight out 218 grams, only include (from right to left) 2, 8, 16, 64, and 128. The most that can be weighed in this manner is 1023 grams, the sum of 1+2+4+8+ ... +512.
The second portion of the puzzle (that which won him the hat) is a little trickier, as both sides of the pan balance could be used to hold weights. Here, Wyoming picked his weight values as the powers of 3: 3^0=1, 3^1=3, 3^2=9, 3^3=27 ... 3^9=19683. By translating the number to ternary (base-3), you can identify which weights are included against the item being weighed, with the item being weighed, and not included at all would be represented by each digit type within the number. However, instead of using 0, 1, and 2 for the digits, simply use 1, -1, and 0. For example, that same 218 could be represented 10(-1)01(-1) as -1+3-27+243 = 218. This numbering system is called "balanced ternary," and is really useful in some fields of logic and number theory.
Most of the submissions sent in included the binary and ternary number systems, and several even included references to the "balanced ternary" system. Where a lot of people mis-stepped, however, was in calculating the total measurable. Unlike binary numbers, where everything is additive, balanced ternary numbers "borrow" from the next higher early; for example, to count to 8 in balanced, we need the "9" as early as 5, to perform (-1-3+9.) Therefore, the largest number you can represent with a 10-digit balanced ternary number is 3^10-1. Wyoming simply calculated the sum of his weights and got the total of 29524 grams as his maximum.
Not only did Wyoming leverage the right method and get the right total, but so did Matthew Kunzman, the winner of this week's $50 ThinkGeek gift certificate. While Matthew did not send in a photo of himself in a hat, he did send an amazing image of the (in)famous SuperAwesomeMan. SuperAwesomeMan has the power to shoot ninjas out of his palm. Really. (Apparently, they make a "PEW PEW" noise, similar to lasers.)
In any case, congratulations to Matthew, and many thanks to everyone that entered this week's puzzle.