Fill in the missing pieces in the conversion of the decimal integer `(49)_{10}` into its binary (base-2) representation.

49 = 2*(24) +
24 = 2*(12) +
12 = 2*(6) +
6 = 2*(3) +
3 = 2*(1) +
1 = 2*(0) +

The binary representation of `(49)_{10}` is `(``)_{10}`