Possible Duplicate:
Proof that a natural number multiplied by some integer results in a number with only one and zero as digits
I read this somewhere recently:
For any natural number $n$, there exists a multiple of $n$, such that the multiple has only 0 and 1 as its digits.
$2 \to 10$
$3 \to 111$
$4 \to 100$
$5 \to 10$
$6 \to 1110$
$7 \to 1001$
Any ideas how to go about proving this?