25 May
2016
25 May
'16
6:21 p.m.
To tell if a binary numeral is divisible by 3: Repeatedly remove adjacent pairs of matching digits (00 or 11) until remaining digits are alternating. If number of 1's in remaining number a multiple of 3, so was original number.