What is this question asking?
Do you just simply count to number of 1's and 0's and then choose that integer, 6?
$$y=10^k+10^{k+1}+10^{k+2}$$
In the equation above, $k$ is an integer. For what value of $k$ can $y$ be expressed as an integer whose digits consist of twice as many $0$'s as $1$'s?
Each of the powers of $10$ will contribute a single $1$ digit, so there will be $3\ 1$'s in total. You therefore need $6$ zeros, which you get if $k=6$, because $10^6$ ends in $6\ 0$'s