Binary numbers with at most

54 Views Asked by At

I am trying to find how many binary numbers are there with $10$ digits if the first two must be $1$s.

I am thinking this to be $2^{10 - 2}$, but I'm not sure.

1

There are 1 best solutions below

1
On

This is like the same problem as creating a $8$ digit number, then attaching two $1$s in front of it. Therefore, our answer is: $$2^8=\boxed{256}$$