Take the number 1010101 and rearrange it to represent 950.
(In reply to
re: another way by K Sengupta)
The numerals 1010101 can be rearranged to form the words "1001", "101", and """(nothing).
Now, 1001 in binary is equal to 9 in base ten.
101 in binary is equal to 5 in base ten (nothing) in binary is equal to 0 in base ten.
As a result, 1010101 --> 950 (I play
coreball game )